Home > Development Tools > VSCode > body text

What should I do if vscode is stuck?

(*-*)浩
Release: 2019-11-08 11:51:12
Original
13960 people have browsed it

After installing vscode, I found that the computer was stuck and the CPU usage was as high as 100%.

What should I do if vscode is stuck?

Solution:

After opening vscode, click File==>Preferences== >Settings (Recommended learning: vscode introductory tutorial)

Search settings

search.followSymlinks
Copy after login

Then in the user-defined settings on the right Change this value to false

search.followSymlinks = false,
Copy after login

What should I do if vscode is stuck?Solution:

Hardware acceleration changes for Google Chrome

Solution steps: Open Chorme -> Settings -> Advanced -> [System] -> Uncheck [Enable hardware acceleration mode]

What should I do if vscode is stuck?

The above is the detailed content of What should I do if vscode is stuck?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!