-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.json
264 lines (258 loc) · 7.8 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
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
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
{
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"python.languageServer": "Pylance",
"guides.enabled": false,
"code-runner.executorMap": {
"javascript": "node",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"cpp": "cd $dir && g++ $fileName -std=c++17 -o $fileNameWithoutExt && $dir$fileNameWithoutExt && del $fileNameWithoutExt.exe",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"php": "php",
"python": "python -u",
"perl": "perl",
"perl6": "perl6",
"ruby": "ruby",
"go": "go run",
"lua": "lua",
"groovy": "groovy",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"bat": "cmd /c",
"shellscript": "bash",
"fsharp": "fsi",
"csharp": "scriptcs",
"vbscript": "cscript //Nologo",
"typescript": "ts-node",
"coffeescript": "coffee",
"scala": "scala",
"swift": "swift",
"julia": "julia",
"crystal": "crystal",
"ocaml": "ocaml",
"r": "Rscript",
"applescript": "osascript",
"clojure": "lein exec",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"racket": "racket",
"scheme": "csi -script",
"ahk": "autohotkey",
"autoit": "autoit3",
"dart": "dart",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"haskell": "runhaskell",
"nim": "nim compile --verbosity:0 --hints:off --run",
"lisp": "sbcl --script",
"kit": "kitc --run",
"v": "v run",
"sass": "sass --style expanded",
"scss": "scss --style expanded",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css"
},
"python.pythonPath": "D:\\Python37\\python.exe",
"explorer.confirmDelete": false,
"vsintellicode.features.python.deepLearning": "disabled",
"code-runner.runInTerminal": true,
"workbench.colorTheme": "Visual Studio Dark",
// "editor.codeActionsOnSave": null,
"java.semanticHighlighting.enabled": true,
"http.proxySupport": "off",
"sync.autoUpload": false,
"diffEditor.ignoreTrimWhitespace": true,
"git.autofetch": true,
"gitlens.advanced.messages": {
"suppressLineUncommittedWarning": true
},
// "python.linting.pylintArgs": [ "----extension-pkg-whitelist=1xml" ],
"python.autoComplete.addBrackets": true,
"python.analysis.memory.keepLibraryAst": true,
"python.linting.pylintEnabled": false,
"python.linting.pylintUseMinimalCheckers": false,
"python.terminal.launchArgs": [
],
"python.linting.pylintCategorySeverity.convention": "Hint",
"python.linting.enabled": false,
"python.linting.pycodestyleEnabled": true,
"python.linting.pycodestyleCategorySeverity.W": "Hint",
"python.linting.flake8CategorySeverity.W": "Hint",
"python.linting.lintOnSave": false,
"python.analysis.completeFunctionParens": true,
"jupyter.askForKernelRestart": false,
"editor.largeFileOptimizations": false,
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"C_Cpp.clang_format_fallbackStyle": "Google",
"background.enabled": true,
"background.useDefault": false,
"background.customImages": [
"file:///D:/IMG/2.jpg",
"file:///D:/IMG/1.jpg",
"file:///D:/IMG/3.jpg",
"file:///D:/IMG/4.jpg",
],
"background.style": {
"content": "''",
"pointer-events": "none",
"position": "absolute",
"z-index": "99999",
"width": "100%",
"height": "100%",
"background-position": "center",
// "background-repeat": "no-repeat",
"background-size": "100%,100%",
"opacity": 0.1
},
"background.loop": true,
"explorer.confirmDragAndDrop": false,
"window.zoomLevel": 1,
"jupyter.alwaysTrustNotebooks": true,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"python.defaultInterpreterPath": "D:\\Python37\\python.exe",
"editor.tabSize": 2,
"jupyter.jupyterServerType": "local",
"latex-workshop.latex.tools": [
{
"name": "pdflatex",
"command": "pdflatex",
"args": [
"-synctex=1",
"-interaction=nonstopmode",
"-file-line-error",
"%DOCFILE%"
]
},
{
"name": "xelatex",
"command": "xelatex",
"args": [
// "-synctex=1",
// "-interaction=nonstopmode",
// "-file-line-error",
"%DOCFILE_EXT%"
]
},
{
"name": "xetex",
"command": "xetex",
"args": [
"-synctex=1",
"-interaction=nonstopmode",
"-file-line-error",
"%DOCFILE%"
]
},
{
"name": "bibtex",
"command": "bibtex",
"args": [
"%DOCFILE%.aux"
]
}
],
"latex-workshop.latex.recipes": [
{
"name": "xetex",
"tools": [
"xetex"
],
},
{
"name": "pdflatex",
"tools": [
"pdflatex"
]
},
{
"name": "xelatex->bib->xe->xe",
"tools": [
"xelatex",
"bibtex",
"xelatex",
"xelatex"
]
},
{
"name": "pdf->bib->pdf->pdf",
"tools": [
"pdflatex",
"bibtex",
"pdflatex",
"pdflatex"
]
}
],
// "latex-workshop.latex.clean.fileTypes": [
// "*.aux",
// "*.bbl",
// "*.blg",
// "*.idx",
// "*.ind",
// "*.lof",
// "*.lot",
// "*.out",
// "*.toc",
// "*.acn",
// "*.acr",
// "*.alg",
// "*.glg",
// "*.glo",
// "*.gls",
// "*.ist",
// "*.fls",
// "*.log",
// "*.fdb_latexmk"
// ],
//pdf文件浏览器,可选项为"none" "browser" "tab" "external"
"latex-workshop.view.pdf.viewer": "tab",
//自动编译tex文件
"latex-workshop.latex.autoBuild.run": "onSave",
//显示内容菜单:(1)编译文件;(2)定位游标
"latex-workshop.showContextMenu": true,
//显示错误
"latex-workshop.message.error.show": false,
//显示警告
"latex-workshop.message.warning.show": false,
//从使用的包中自动补全命令和环境
"latex-workshop.intellisense.package.enabled": true,
//设置为never,为不清除辅助文件
"latex-workshop.latex.autoClean.run": "never",
//设置vscode编译tex文档时的默认编译链
"latex-workshop.latex.recipe.default": "lastUsed",
// 用于反向同步的内部查看器的键绑定。ctrl/cmd +点击(默认)或双击
"latex-workshop.view.pdf.internal.synctex.keybinding": "double-click",
"latex-workshop.latex.autoBuild.cleanAndRetry.enabled": false,
"editor.wordWrap": "on",
"[python]": {
"editor.formatOnType": true
},
// "latex-workshop.latex.clean.fileTypes": [
// "*.aux",
// "*.bbl",
// "*.blg",
// "*.idx",
// "*.ind",
// "*.lof",
// "*.lot",
// "*.toc",
// "*.acn",
// "*.acr",
// "*.alg",
// "*.glg",
// "*.glo",
// "*.gls",
// "*.fls",
// "*.log",
// "*.fdb_latexmk",
// "*.snm",
// "*.synctex(busy)",
// "*.synctex.gz(busy)",
// "*.nav",
// "*.vrb"
// ],
}