Home > Article > Development Tools > What should I do if vscode is stuck?
After installing vscode, I found that the computer was stuck and the CPU usage was as high as 100%.
Solution:
After opening vscode, click File==>Preferences== >Settings (Recommended learning: vscode introductory tutorial)
Search settings
search.followSymlinks
Then in the user-defined settings on the right Change this value to false
search.followSymlinks = false,
Solution:
Hardware acceleration changes for Google Chrome
Solution steps: Open Chorme -> Settings -> Advanced -> [System] -> Uncheck [Enable hardware acceleration mode]
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!