-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.json
43 lines (43 loc) · 1.16 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
{
"[javascript]": {
"editor.defaultFormatter": "rvest.vs-code-prettier-eslint"
},
"[python]": {
"editor.formatOnType": true
},
"editor.accessibilitySupport": "off",
"editor.fontFamily": "JetBrains Mono, Fira Code",
"editor.inlineSuggest.enabled": true,
"git.autofetch": true,
"github.copilot.enable": {
"*": true,
"markdown": false,
"plaintext": true,
"yaml": false
},
// Default: false
"javascript.validate.enable": false,
// Default: false
"typescript.validate.enable": false,
"window.commandCenter": true,
"workbench.iconTheme": "symbols",
"workbench.productIconTheme": "fluent-icons",
"workbench.startupEditor": "none",
"terminal.integrated.env.osx": {
"FIG_NEW_SESSION": "1"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"diffEditor.ignoreTrimWhitespace": false,
"workbench.colorTheme": "Dracula Pro",
"symbols.hidesExplorerArrows": false,
"code-runner.runInTerminal": true,
"window.zoomLevel": 1
}