-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.json
72 lines (68 loc) · 2.21 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
{
"workbench.colorTheme": "Min Dark",
"workbench.iconTheme": "material-icon-theme",
"workbench.startupEditor": "newUntitledFile",
"extensions.ignoreRecommendations": true,
"editor.fontFamily": "'Fira Code', Consolas, 'Courier New', monospace",
"editor.fontLigatures": true,
"editor.fontVariations": false,
"editor.fontSize": 15,
"editor.fontWeight": "400",
"workbench.productIconTheme": "fluent-icons",
"material-icon-theme.folders.associations": {
"adapters": "contract",
"grpc": "pipe",
"kube": "kubernetes",
"main": "lib",
"websockets": "pipe",
"implementations": "core",
"protos": "pipe",
"entities": "class",
"kafka": "pipe",
"use-cases": "functions",
"migrations": "tools",
"schemas": "class",
"useCases": "functions",
"eslint-config": "tools",
"typeorm": "database",
"_shared": "shared",
"mappers": "meta",
"fakes": "mock",
"modules": "components",
"subscribers": "messages",
"domain": "class",
"protocols": "contract",
"infra": "app",
"view-models": "views",
"presentation": "template",
"dtos": "typescript",
"http": "container",
"providers": "include",
"factories": "class",
"repositories": "mappings"
},
"material-icon-theme.activeIconPack": "nest",
"[prisma]": {
"editor.formatOnSave": true
},
"explorer.compactFolders": false,
"workbench.editor.untitled.hint": "hidden",
"typescript.suggest.autoImports": true,
"editor.lineHeight": 26,
"material-icon-theme.languages.associations": {
"dotenv": "tune"
},
"material-icon-theme.files.associations": {
"tsconfig.json": "tune",
"*.webpack.js": "webpack",
"*.proto": "3d",
"ormconfig.json": "database"
},
"editor.suggestSelection": "first",
"workbench.editor.labelFormat": "short",
"editor.minimap.enabled": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"editor.renderLineHighlight": "gutter",
"cSpell.language": "en,pt",
"editor.parameterHints.enabled": false
}