vscode setting

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
{
"code-runner.saveFileBeforeRun": true,
"code-runner.runInTerminal": true,
"editor.mouseWheelZoom": true,
"explorer.confirmDelete": false,
"json.schemas": [

],
"problems.decorations.enabled": false,
"explorer.compactFolders": false,
"editor.fastScrollSensitivity": 6,
"editor.fontSize": 20,
"tabnine.experimentalAutoImports": true,
"editor.formatOnSave": true,
"workbench.iconTheme": "material-icon-theme",
"explorer.confirmDragAndDrop": false,
"java.jdt.ls.java.home": "D:\\jdk-17_windows-x64_bin\\jdk-17.0.1",
"java.import.gradle.java.home": "D:\\jdk-17_windows-x64_bin\\jdk-17.0.1",
"[java]": {


"editor.suggest.snippetsPreventQuickSuggestions": false,
"diffEditor.codeLens": true,
"editor.acceptSuggestionOnCommitCharacter": true,
"editor.bracketPairColorization.enabled": false,
"editor.bracketPairColorization.independentColorPoolPerBracketType": false,
"editor.mouseWheelZoom": true,
"editor.suggest.shareSuggestSelections": false
},
"files.exclude": {
"**/*.class": true,
"**/*.exe": true
},
"editor.fontLigatures": false,
"files.encoding": "utf8bom",
"editor.suggest.snippetsPreventQuickSuggestions": false,
"settingsSync.ignoredSettings": [


],
"editor.codeActionsOnSave": {

},
"editor.fontWeight": "normal",
"editor.quickSuggestions": {

"other": "on",
"comments": "off",
"strings": "on"
},
"java.jdt.ls.vmargs": "",
"settingsSync.ignoredExtensions": [


],
"terminal.integrated.enableMultiLinePasteWarning": false,
"backgroundCover.opacity": 0.3,
"backgroundCover.autoStatus": false,
"sync.gist": "12b849b762c4f2a961cd2e407ac0f957",
"backgroundCover.imagePath": "d:\\steam\\steamapps\\workshop\\content\\431960\\2791831225\\preview.jpg",
"java.configuration.maven.globalSettings": "",
"tomcat.restart_when_http(s)_port_change": false,
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"translation.provider": "google",
"workbench.colorTheme": "GitHub Dark",
"vscode-office.openOutline": true,
"workbench.editorAssociations": {
"*.md": "default"
}
}