setting¶
This section summarizes information related to vscode / setting.
setting file(user/workspace)¶
Either of the following
- Search for
settings.json
in the command palette (Mac: Command + Shift + P / Windows: Ctrl + Shift + P) and press Open Settings (json). - Open a user or workspace with the shortcut keys (Mac: Command + , / Windows: Ctrl + ,)
File path¶
参考記事¶
VS Code の設定ファイルの場所 (settings.json)
User¶
OS | User configuration file path(settings.json) |
---|---|
Windows | %APPDATA%\Code\User\settings.json |
macOS | $HOME/Library/Application Support/Code/User/settings.json |
Linux | $HOME/.config/Code/User/settings.json |
Workspace¶
<project root>/.vscode/settings.json
.git¶
Settings > Workspace(Search:Exclude
) > Press X
(remove excluded items) for **/.git
from file