Home > Article > Development Tools > How to restore default settings in vscode
Click the lower left corner to open settings
Click the {} button in the upper right corner
Clear all the user settings json on the right to restore the default settings. If you need to reset it, just overwrite the corresponding json on the left, for example:
// 将设置放入此文件中以覆盖默认设置 { "editor.fontSize": 16, }
Recommended related article tutorials: vscode tutorial
The above is the detailed content of How to restore default settings in vscode. For more information, please follow other related articles on the PHP Chinese website!