-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvscode-settings.json
171 lines (171 loc) · 4.87 KB
/
vscode-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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
{
"files.autoSave": "off",
"editor.tabSize": 2,
"editor.fontFamily": "'JetBrains Mono', 'Source Code Pro', 'Courier New', monospace",
"editor.fontSize": 16,
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"editor.cursorStyle": "block",
"html.format.indentInnerHtml": true,
"zenMode.hideStatusBar": false,
"workbench.iconTheme": "eq-material-theme-icons-palenight",
"workbench.editor.enablePreview": true,
"editor.minimap.enabled": false,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.autoClosingBrackets": "never"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.autoClosingBrackets": "never"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.autoClosingBrackets": "never"
},
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.autoClosingBrackets": "never"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.formatOnSave": true,
"zenMode.centerLayout": false,
"todo-tree.tree.showScanModeButton": false,
"editor.fontLigatures": true,
"terminal.integrated.fontSize": 16,
"vscode-neovim.neovimExecutablePaths.darwin": "/usr/local/bin/nvim",
"workbench.editor.highlightModifiedTabs": true,
"editor.lineNumbers": "relative",
"editor.codeActionsOnSave": {
"source.fixAll": "explicit"
},
"[scss]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"files.associations": {
"Fastfile": "ruby",
"*.html.erb": "erb"
},
"tailwindCSS.experimental.classRegex": [
"\\bclass:\\s*'([^']*)'",
"\\bclass:\\s*\"([^\"]*)\""
],
"[erb]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "aliariff.vscode-erb-beautify"
},
"todo-tree.filtering.excludeGlobs": ["public/**/*"],
"workbench.startupEditor": "newUntitledFile",
"powermode.enabled": false,
"files.watcherExclude": {
"**/.bloop": true,
"**/.metals": true,
"**/.ammonite": true
},
"explorer.autoReveal": false,
"zenMode.hideLineNumbers": false,
"search.exclude": {
"**/.bloop": true
},
"dotty.trace.machineId": "9e99e896-fad7-489c-82eb-7e7ec9b4f9e4",
"liveshare.audio.joinCallBehavior": "accept",
"todo-tree.general.tags": [
"BUG",
"HACK",
"FIXME",
"TODO",
"XXX",
"[ ]",
"[x]"
],
"todo-tree.regex.regex": "(//|#|<!--|;|/\\*|^|^\\s*(-|\\d+.))\\s*($TAGS)",
"terminal.explorerKind": "external",
"emmet.excludeLanguages": ["typescriptreact", "typescript"],
"editor.inlineSuggest.enabled": true,
"coscreen.apiKey": "YjgwMmYwODViNWFlNWNjYjo3NTBlMjhjNGFlZDg3MGMzYTlkYWQ4OTUwNmI1NWIyYQ==",
"terminal.integrated.profiles.osx": {
"bash": {
"path": "bash",
"args": ["-l"],
"icon": "terminal-bash"
},
"zsh": {
"path": "zsh",
"args": ["-l"]
},
"fish": {
"path": "fish",
"args": ["-l"]
},
"tmux": {
"path": "tmux",
"icon": "terminal-tmux"
},
"pwsh": {
"path": "pwsh",
"icon": "terminal-powershell"
},
"shell": {
"path": "/bin/zsh",
"args": ["-l"]
}
},
"terminal.integrated.defaultProfile.osx": "zsh",
"github.copilot.enable": {
"*": true,
"yaml": true,
"plaintext": true,
"markdown": true
},
"typescript.updateImportsOnFileMove.enabled": "always",
"javascript.updateImportsOnFileMove.enabled": "always",
"git.autofetch": true,
"terminal.integrated.autoReplies": {
"[Oh My Zsh] Would you like to check for updates? [Y/n]": "Y\r"
},
"git.mergeEditor": true,
"window.commandCenter": true,
"emeraldwalk.runonsave": {
"commands": [
{
"match": ".scss",
"cmd": "yarn sasslint:fix ${file}"
}
]
},
"explorer.fileNesting.enabled": true,
"explorer.fileNesting.patterns": {
"*.ts": "${capture}.js, ${capture}.typegen.ts",
"*.js": "${capture}.js.map, ${capture}.min.js, ${capture}.d.ts",
"*.jsx": "${capture}.js",
"*.tsx": "${capture}.ts, ${capture}.typegen.ts",
"tsconfig.json": "tsconfig.*.json",
"package.json": "package-lock.json, yarn.lock, pnpm-lock.yaml",
"*.mts": "${capture}.typegen.ts",
"*.cts": "${capture}.typegen.ts"
},
"typescript.tsserver.pluginPaths": ["typescript-plugin-css-modules"],
"typescript.tsserver.log": "off",
"[python]": {
"editor.formatOnType": true
},
"debug.console.fontSize": 16,
"markdown.preview.fontSize": 16,
"extensions.experimental.affinity": {
"asvetliakov.vscode-neovim": 1
},
"[ruby]": {
"editor.defaultFormatter": "jnbt.vscode-rufo"
},
"workbench.colorTheme": "Gruvbox Dark Hard",
"workbench.activityBar.location": "hidden",
"terminal.integrated.tabs.location": "left",
}