-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.json
176 lines (176 loc) · 5.31 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
{
"editor.formatOnType": true,
"terminal.integrated.fontSize": 14,
"material-icon-theme.activeIconPack": "nest",
"material-icon-theme.folders.associations": {
"entities": "class",
"schemas": "class",
"typeorm": "database",
"repositories": "mappings",
"http": "container",
"migrations": "tools",
"modules": "components",
"implementations": "core",
"websockets": "pipe"
},
"material-icon-theme.files.associations": {
"ormconfig.json": "database",
"tsconfig.json": "tune"
},
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"redhat.telemetry.enabled": true,
"cSpell.language": "en,pt,pt_BR",
"colorize.hide_current_line_decorations": false,
"colorize.include": [".tsx", ".jsx", ".ts", ".js"],
"colorize.languages": [
"typescriptreact",
"javascriptreact",
"javascript",
"typescript",
"css",
"sass",
"scss",
"less",
"pcss",
"sss",
"stylus",
"xml",
"svg",
"json",
"jsonc",
"yaml"
],
"colorize.colorized_colors": [
// "BROWSERS_COLORS", // this is reaaally annoying
"HEXA",
"RGB",
"HSL"
],
"colorize.enable_search_variables": false,
"code-runner.clearPreviousOutput": true,
"code-runner.ignoreSelection": true,
"code-runner.saveFileBeforeRun": true,
"code-runner.runInTerminal": true,
"code-runner.preserveFocus": false,
"code-runner.executorMap": {
"python": "python3 -u",
"typescript": "npx ts-node --files --transpile-only"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"emmet.includeLanguages": {
"django-html": "html",
"javascript": "javascriptreact",
"typescript": "typescriptreact"
},
"bracket-pair-colorizer-2.colors": ["Gold", "Orchid", "LightSkyBlue"],
"javascript.preferences.quoteStyle": "single",
"typescript.preferences.quoteStyle": "single",
"javascript.validate.enable": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"typescript.updateImportsOnFileMove.enabled": "always",
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"[javascript]": {
"editor.suggestSelection": "recentlyUsed",
"editor.suggest.showKeywords": false
},
"[python]": {
"editor.defaultFormatter": "ms-python.python",
"editor.tabSize": 4,
"editor.insertSpaces": true,
"editor.formatOnSave": true,
"editor.formatOnType": true
},
"python.formatting.autopep8Args": [
"--indent-size=4"
// "--ignore=E111",
],
"python.linting.flake8Args": [
// "--ignore=E111",
],
"python.linting.pylintArgs": [
"--load-plugins=pylint_django",
"--errors-only"
],
"python.pythonPath": "/bin/python3.8",
"python.linting.flake8Enabled": true,
"python.linting.mypyEnabled": true,
"python.testing.unittestEnabled": true,
"files.associations": {
"*.html": "html",
"**/templates/*.html": "django-html",
"**/templates/*": "django-txt",
"**/requirements{/**,*}.{txt,in}": "pip-requirements"
},
"files.defaultLanguage": "{activeEditorLanguage}",
"files.exclude": {
"USE_GITIGNORE": true
},
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"**/coverage": true,
"**/dist": true,
"**/build": true,
"**/.build": true,
"**/.gh-pages": true
},
"git.enableSmartCommit": true,
"diffEditor.ignoreTrimWhitespace": true,
"breadcrumbs.enabled": true,
"editor.renderControlCharacters": false,
"editor.tabSize": 2,
"editor.renderLineHighlight": "gutter",
"editor.rulers": [80, 120],
"editor.minimap.enabled": false,
"editor.fontSize": 15,
"editor.detectIndentation": true,
"editor.snippetSuggestions": "top",
"editor.wordBasedSuggestions": false,
"editor.suggest.localityBonus": true,
"editor.acceptSuggestionOnCommitCharacter": false,
"editor.formatOnPaste": false,
"editor.cursorSmoothCaretAnimation": true,
"editor.mouseWheelScrollSensitivity": 2,
"editor.smoothScrolling": true,
"editor.mouseWheelZoom": true,
"editor.linkedEditing": true,
"editor.fontFamily": "'Operator Mono Lig Book', 'SF Mono', Consolas, 'Source Code Pro', 'Dank Mono', 'Fira Code', Menlo, 'Inconsolata', 'Droid Sans Mono', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', Courier, Monaco, monospace",
"editor.glyphMargin": false,
"editor.fontLigatures": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.fixAll": true
},
"explorer.compactFolders": false,
"explorer.confirmDelete": false,
"workbench.startupEditor": "newUntitledFile",
"workbench.editor.labelFormat": "short",
"workbench.iconTheme": "material-icon-theme",
"workbench.editor.enablePreview": false,
"workbench.sideBar.location": "left",
"workbench.list.smoothScrolling": true,
"workbench.colorTheme": "OM Theme (Night Owl Italic)",
"workbench.editorAssociations": {
"*.ipynb": "jupyter.notebook.ipynb"
},
"cSpell.userWords": [
"Cnae",
"ecommerce",
"middlewares",
"minmax",
"Receivement"
],
"bracket-pair-colorizer-2.depreciation-notice": false,
"git.confirmSync": false,
"[prisma]": {
"editor.defaultFormatter": "Prisma.prisma"
},
"editor.bracketPairColorization.enabled": true,
"editor.guides.bracketPairs": "active"
}