VS Code Settings
This commit is contained in:
parent
a426fa9404
commit
3433ed4220
32
vscode/settings.json
Normal file
32
vscode/settings.json
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
{
|
||||||
|
"debug.onTaskErrors": "abort",
|
||||||
|
"diffEditor.ignoreTrimWhitespace": true,
|
||||||
|
"editor.minimap.enabled": false,
|
||||||
|
"extensions.ignoreRecommendations": true,
|
||||||
|
"extensions.verifySignature": false,
|
||||||
|
"files.exclude": {
|
||||||
|
"**/.angular": true,
|
||||||
|
"**/.vs": true,
|
||||||
|
"**/.vscode": true,
|
||||||
|
"**/bin": true,
|
||||||
|
"**/dist": true,
|
||||||
|
"**/node_modules": true,
|
||||||
|
"**/obj": true
|
||||||
|
},
|
||||||
|
"git.confirmSync": true,
|
||||||
|
"security.workspace.trust.untrustedFiles": "open",
|
||||||
|
"terminal.integrated.defaultLocation": "editor",
|
||||||
|
"terminal.integrated.defaultProfile.windows": "Git Bash",
|
||||||
|
"terminal.integrated.tabs.enabled": true,
|
||||||
|
"terminal.integrated.tabs.location": "left",
|
||||||
|
"terminal.integrated.fontFamily": "Cascadia Code",
|
||||||
|
"terminal.integrated.fontSize": 14,
|
||||||
|
"terminal.integrated.fontWeight": "normal",
|
||||||
|
"terminal.integrated.fontWeightBold": "bold",
|
||||||
|
"terminal.integrated.letterSpacing": 1.1,
|
||||||
|
"terminal.integrated.lineHeight": 1.1,
|
||||||
|
"editor.renderWhitespace": "selection",
|
||||||
|
"update.enableWindowsBackgroundUpdates": false,
|
||||||
|
"update.mode": "manual",
|
||||||
|
"workbench.colorTheme": "One Monokai Darker"
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user