-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.json
57 lines (56 loc) · 1.9 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
{
"gitlens.views.stashes.files.layout": "list",
"security.workspace.trust.untrustedFiles": "open",
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"workbench.iconTheme": "vscode-icons",
"powermode.enabled": true,
"powermode.combo.counterEnabled": "hide",
"powermode.combo.counterSize": 0,
"powermode.shake.enabled": false,
"gitlens.gitCommands.skipConfirmations": [
"fetch:command",
"switch:command",
"stash-push:command"
],
"gitlens.advanced.externalDiffTool": "/usr/bin/meld",
"git.mergeEditor": true,
"editor.fontSize": 16,
"continue.enableTabAutocomplete": true,
"continue.showInlineTip": false,
"git.suggestSmartCommit": false,
"editor.minimap.enabled": false,
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"window.customTitleBarVisibility": "auto",
"editor.unicodeHighlight.invisibleCharacters": false,
"explorer.confirmDelete": false,
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"javascript.updateImportsOnFileMove.enabled": "always",
"files.autoSave": "afterDelay",
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"scm.showIncomingChanges": "always",
"git.openRepositoryInParentFolders": "never",
"terminal.integrated.profiles.linux": {
"bash": {
"path": "/bin/bash",
"args": []
}
},
"terminal.integrated.defaultProfile.linux": "bash",
"terminal.integrated.shellIntegration.linux": true,
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"terminal.integrated.fontFamily": "ComicShannsMono Nerd Font",
"terminal.integrated.shellIntegration.enabled": false
}