-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvscode-backup.jsonc
176 lines (173 loc) · 5.17 KB
/
vscode-backup.jsonc
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
172
173
174
175
176
{
"editor.fontFamily": "Hack",
"editor.inlineSuggest.enabled": true,
"python.languageServer": "Pylance",
"prettier.documentSelectors": ["**/*.astro"],
"tailwindCSS.includeLanguages": {
"python": "html",
"javascript": "javascript",
"css": "css",
"html": "HTML"
},
"grammarly.files.include": ["**/*.md", "**/*.md", "**/*.txt", "**/*.md", "**/*.mdx"],
"tailwindCSS.experimental.classRegex": [
// used for django hypergen
"classnames\\(([^)]*)\\)", "'([^']*)'",
"class?\\s*=\\s*f?'([^']*)",
"class?\\s*=\\s*f?\\\"([^\\\"]*)",
"class?\\s*=\\s*f?'''([^']*)'''",
"class?\\s*=\\s*f?\\\"\\\"\\\"([^\"]*)\\\"\\\"\\\"",
"class_?\\s*=\\s*f?'([^']*)",
"class_?\\s*=\\s*f?\\\"([^\\\"]*)",
"class_?\\s*=\\s*f?'''([^']*)'''",
"class_?\\s*=\\s*f?\\\"\\\"\\\"([^\"]*)\\\"\\\"\\\"",
"className?\\s*=\\s*f?'([^']*)",
"className?\\s*=\\s*f?\\\"([^\\\"]*)",
"className?\\s*=\\s*f?'''([^']*)'''",
"className?\\s*=\\s*f?\\\"\\\"\\\"([^\"]*)\\\"\\\"\\\"",
"tw_?\\s*=\\s*f?'([^']*)",
"tw_?\\s*=\\s*f?\\\"([^\\\"]*)",
"tw_?\\s*=\\s*f?'''([^']*)'''",
"tw_?\\s*=\\s*f?\\\"\\\"\\\"([^\"]*)\\\"\\\"\\\"",
//"tw_?\\s*=\\s*(f?['\\\"])([^'\"]*)(['\\\"])",
//"tw_?\\s*=\\s*(f?(['\\\"]|'''|\\\"\\\"\\\"))([^'\"]*)(['\\\"]|'''|\\\"\\\"\\\")",
"tw`([^`]*)", // tw`...`
"tw=\"([^\"]*)", // tw="..." />
"tw={\"([^\"}]*)", // tw={"..."} />
"tw\\.\\w+`([^`]*)", // tw.xxx`...`
"tw\\(.*?\\)`([^`]*)" // tw(Component)`...`
],
"[astro]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[python]": {
"editor.formatOnType": true
},
"[vue]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.wordWrap": "bounded",
"editor.wordWrapColumn": 80
},
"git.confirmSync": false,
"git.autofetch": true,
"github.copilot.enable": {
"*": true,
"plaintext": "true",
"markdown": true,
"scminput": false,
"rust": "true",
"toml": "true"
},
"[rust]": {
"editor.defaultFormatter": "rust-lang.rust-analyzer"
},
"cSpell.userWords": [
"displayname"
],
"editor.autoClosingQuotes": "never",
"editor.autoClosingBrackets": "never",
"jupyter.askForKernelRestart": false,
"terminal.integrated.fontFamily": "Monocraft",
"explorer.confirmDelete": false,
"git.enableSmartCommit": true,
"npm.keybindingsChangedWarningShown": true,
"explorer.confirmDragAndDrop": false,
"cmake.configureOnOpen": true,
"editor.quickSuggestions": {
"comments": "on",
"strings": true,
"other": "on"
},
"editor.acceptSuggestionOnCommitCharacter": false,
"editor.acceptSuggestionOnEnter": "off",
"editor.quickSuggestionsDelay": 0,
"editor.suggestOnTriggerCharacters": true,
"editor.parameterHints.enabled": true,
"editor.linkedEditing": true,
"rust-analyzer.inlayHints.typeHints.enable": true,
"rust-analyzer.inlayHints.renderColons": true,
"rust-analyzer.inlayHints.parameterHints.enable": true,
"rust-analyzer.inlayHints.chainingHints.enable": false,
"editor.suggest.showSnippets": true,
"editor.unicodeHighlight.invisibleCharacters": false,
"typescript.updateImportsOnFileMove.enabled": "always",
"javascript.updateImportsOnFileMove.enabled": "always",
"go.toolsManagement.autoUpdate": true,
"redhat.telemetry.enabled": false,
"workbench.startupEditor": "none",
"files.autoSave": "afterDelay",
"files.autoSaveDelay": 0,
"remote.SSH.remotePlatform": {
"146.190.131.180": "linux"
},
"prettier.enable": false,
"editor.trimAutoWhitespace": false,
"files.associations": {
"*.vto": "html",
"*.rs.ipynb": "rust",
"*.thor": "ruby",
"*.jsx": "javascript",
"Jenkinsfile*": "groovy",
"*.j3": "yaml",
"*.*.j3": "yaml",
"*.yml.j3": "yaml",
"*.yaml.j3": "yaml",
"*.conf.j3": "yaml",
"*.json.j3": "json",
"*.xml.j3": "xml",
"*.py.j3": "python",
"*.html.j3": "html",
"*.js.j3": "javascript",
"*.css.j3": "css",
"*.ts.j3": "ts",
"*.tsx.j3": "tsx",
"*.md.j3": "markdown",
"*.mdx.j3": "mdx",
"*.sh.j3": "shellscript",
"*.go.j3": "go",
"*.rs.j3": "rust",
"*.tf.j3": "terraform",
"*.tfvars.j3": "terraform",
"*.tfstate.j3": "terraform",
"*.tfstate.backup.j3": "terraform",
"*.hcl.j3": "hcl",
"*.compose.j3": "docker",
"*.env": "env",
"*.env.j3": "env",
"*.j3.env": "j3",
"*.hcl.env": "env",
"*.tf.env": "env",
"*.json.env": "json",
"*.yaml.env": "yaml",
"*.yml.env": "yaml",
"*.aml": "plaintext",
"*.rs": "rust"
},
"notebook.lineNumbers": "on",
"terminal.integrated.enableMultiLinePasteWarning": false,
"audioCues.lineHasInlineSuggestion": "off",
"audioCues.volume": 0,
"editor.detectIndentation": false,
"editor.autoClosingComments": "never",
"workbench.colorTheme": "Skull",
"arduino.useArduinoCli": true,
"remote.autoForwardPortsSource": "hybrid",
"editor.tabCompletion": "on",
"rust-analyzer.hover.actions.references.enable": true,
"editor.suggest.showWords": false,
"terminal.integrated.env.linux": {},
"console-ninja.featureSet": "Community",
"terminal.integrated.env.windows": {},
"editor.insertSpaces": false
}