-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.json
75 lines (72 loc) · 2.86 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
{
"workbench.colorTheme": "bc12b380-1f2a-4a9d-89d8-388a07f1e15f",
"terminal.integrated.fontFamily": "MesloLGLDZ Nerd Font",
"editor.fontFamily": "MesloLGLDZ Nerd Font",
"editor.suggestFontSize": 16,
"editor.suggestLineHeight": 30,
"window.menuBarVisibility": "compact",
"workbench.statusBar.visible": false,
"workbench.editor.showTabs": "none",
"editor.minimap.enabled": false,
"breadcrumbs.enabled": false,
"workbench.activityBar.location": "hidden",
"workbench.sideBar.location": "right",
"editor.copyWithSyntaxHighlighting": false,
"diffEditor.ignoreTrimWhitespace": false,
"editor.emptySelectionClipboard": true,
"workbench.editor.enablePreview": false,
"window.newWindowDimensions": "inherit",
"editor.multiCursorModifier": "ctrlCmd",
"files.trimTrailingWhitespace": true,
"diffEditor.renderSideBySide": false,
"editor.snippetSuggestions": "top",
"editor.detectIndentation": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"editor.lineNumbers": "off",
"editor.guides.indentation": false,
"scm.diffDecorations": "none",
"editor.hover.delay": 200,
"editor.hover.enabled": true,
"editor.matchBrackets": "never",
"workbench.tips.enabled": false,
"editor.colorDecorators": false,
"git.decorations.enabled": false,
"editor.lightbulb.enabled": "off",
"editor.selectionHighlight": false,
"editor.overviewRulerBorder": false,
"editor.renderLineHighlight": "none",
"editor.occurrencesHighlight": "off",
"problems.decorations.enabled": false,
"editor.renderControlCharacters": false,
"editor.hideCursorInOverviewRuler": true,
"editor.gotoLocation.multipleReferences": "goto",
"editor.gotoLocation.multipleDefinitions": "goto",
"editor.gotoLocation.multipleDeclarations": "goto",
"workbench.editor.enablePreviewFromQuickOpen": false,
"editor.gotoLocation.multipleImplementations": "goto",
"editor.gotoLocation.multipleTypeDefinitions": "goto",
"editor.stickyScroll.enabled": false,
"vscode_custom_css.imports": [
"file:///C:/Users/Ainur/Documents/setup/vscode.css",
"file:///C:/Users/Ainur/Documents/setup/vscode.js"
],
"vscode_custom_css.statusbar": true,
"workbench.iconTheme": "material-icon-theme",
"explorer.confirmDelete": false,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"workbench.startupEditor": "none",
"[dart]": {
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.selectionHighlight": false,
"editor.rulers": [100],
"editor.tabCompletion": "onlySnippets",
"editor.suggestSelection": "first",
"editor.wordBasedSuggestions": "off"
},
"extensions.ignoreRecommendations": true,
"security.workspace.trust.untrustedFiles": "open"
}