-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.json
70 lines (70 loc) · 1.95 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"breadcrumbs.enabled": true,
"cSpell.userWords": [
"arnesen",
"carnesen",
"entrypoint",
"esnext",
"guids",
"subcommands"
],
"debug.console.fontSize": 11.5,
"files.insertFinalNewline": true,
"editor.detectIndentation": false,
"editor.formatOnSave": true,
"editor.fontFamily": "MonoLisa, Menlo, Monaco, 'Courier New', monospace",
"editor.fontLigatures": false,
"editor.fontSize": 11.5,
"editor.insertSpaces": false,
"editor.renderControlCharacters": true,
"editor.renderWhitespace": "boundary",
"editor.rulers": [
80
],
"editor.suggestSelection": "first",
"editor.tabSize": 3,
"eslint.format.enable": true,
"explorer.confirmDragAndDrop": false,
"explorer.confirmDelete": false,
"[javascript]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
},
"javascript.updateImportsOnFileMove.enabled": "always",
"[markdown]": {
"editor.insertSpaces": true,
"editor.quickSuggestions": {
"comments": "off",
"strings": "off",
"other": "off"
},
// https://code.visualstudio.com/updates/v1_10
"editor.wordWrap": "bounded",
"editor.wordWrapColumn": 80
},
"[python]": {
"editor.formatOnSave": true
},
"terminal.integrated.fontSize": 11.5,
"terminal.integrated.copyOnSelection": true,
"terminal.integrated.inheritEnv": false,
"[typescript]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
},
"typescript.updateImportsOnFileMove.enabled": "always",
"[typescriptreact]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
},
"window.newWindowDimensions": "maximized",
"window.zoomLevel": 3,
"workbench.settings.editor": "json",
"workbench.editor.showTabs": false,
"workbench.startupEditor": "none",
"workbench.colorTheme": "Night Owl",
"extensions.ignoreRecommendations": true,
"git.autofetch": true,
"editor.minimap.enabled": false,
"remote.SSH.defaultExtensions": [
"gitpod.gitpod-remote-ssh"
],
"remote.SSH.configFile": "/var/folders/02/5w_35bgn3ljf6qwsdz0zwnvh0000gn/T/gitpod_ssh_config-55098-6ebc0hnXjcpN"
}