-
Notifications
You must be signed in to change notification settings - Fork 0
/
vscode.json
50 lines (50 loc) · 1.97 KB
/
vscode.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
{
"window.titleBarStyle": "custom",
"redhat.telemetry.enabled": false,
"tabnine.experimentalAutoImports": true,
"editor.rulers": [
80,
120
],
"[dart]": {
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.selectionHighlight": false,
"editor.suggest.snippetsPreventQuickSuggestions": false,
"editor.suggestSelection": "first",
"editor.tabCompletion": "onlySnippets",
"editor.wordBasedSuggestions": false
},
"workbench.iconTheme": "material-icon-theme",
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"vs-kubernetes": {
"vscode-kubernetes.helm-path.linux": "/home/user/.vs-kubernetes/tools/helm/linux-amd64/helm",
"vscode-kubernetes.kubectl-path.linux": "/home/user/.vs-kubernetes/tools/kubectl/kubectl",
"vscode-kubernetes.minikube-path.linux": "/home/user/.vs-kubernetes/tools/minikube/linux-amd64/minikube"
},
"go.alternateTools": {
"go": "/snap/go/current/bin/go"
},
"workbench.editor.untitled.hint": "hidden",
"telemetry.telemetryLevel": "off",
"editor.renderWhitespace": "boundary",
"editor.tabSize": 8,
"editor.formatOnSave": true,
"diffEditor.codeLens": true,
"files.insertFinalNewline": true,
"files.trimTrailingWhitespace": true,
"workbench.startupEditor": "none",
"explorer.confirmDelete": false,
"bracketPairColorizer.depreciation-notice": false,
"bracket-pair-colorizer-2.depreciation-notice": false,
"explorer.confirmDragAndDrop": false,
"audioCues.noInlayHints": "off",
"rust-analyzer.lens.enable": false,
"svelte.enable-ts-plugin": true,
"rust-analyzer.assist.importEnforceGranularity": true,
"rust-analyzer.cargo.allFeatures": true,
"rust-analyzer.primeCaches.numThreads": 8,
"rust-analyzer.rustfmt.enableRangeFormatting": true,
"editor.minimap.showSlider": "always"
}