-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.json
34 lines (34 loc) · 977 Bytes
/
settings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"window.autoDetectHighContrast": false,
"terminal.integrated.profiles.windows": {
"PowerShell": {
"source": "PowerShell",
"icon": "terminal-powershell"
},
"Command Prompt": {
"path": [
"${env:windir}\\Sysnative\\cmd.exe",
"${env:windir}\\System32\\cmd.exe"
],
"args": [],
"icon": "terminal-cmd"
},
"Git Bash": {
"source": "Git Bash"
},
"Ubuntu-20.04 (WSL)": {
"path": "C:\\Windows\\System32\\wsl.exe",
"args": [
"-d",
"Ubuntu-20.04"
]
}
},
"terminal.integrated.defaultProfile.windows": "PowerShell",
"csv-preview.separator": ";",
"[python]": {
"editor.formatOnType": true
},
"svelte.enable-ts-plugin": true,
"diffEditor.ignoreTrimWhitespace": false
}