-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathslobodskie-education.code-workspace
69 lines (69 loc) · 1.7 KB
/
slobodskie-education.code-workspace
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
{
"folders": [
{
"name": "root",
"path": ".",
},
{
"name": "app-routing",
"path": "app",
},
{
"name": "app",
"path": "src/app",
},
{
"name": "pages",
"path": "src/_pages",
},
{
"name": "widgets",
"path": "src/widgets",
},
{
"name": "features",
"path": "src/features",
},
{
"name": "entities",
"path": "src/entities",
},
{
"name": "shared",
"path": "src/shared",
},
],
"settings": {
"explorer.fileNesting.patterns": {
"*.ts": "${capture}.js, ${basename}.*.${extname}",
"*.js": "${capture}.js.map, ${capture}.min.js, ${capture}.d.ts, ${basename}.*.${extname}",
"*.jsx": "${capture}.js, ${basename}.*.jsx",
"*.tsx": "${capture}.js, ${basename}.*.tsx, ${basename}.*.ts",
"tsconfig.json": "tsconfig.*.json",
"package.json": "package-lock.json, yarn.lock, pnpm-lock.yaml",
},
},
"extensions": {
"recommendations": [
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"wmaurer.change-case",
"streetsidesoftware.code-spell-checker",
"streetsidesoftware.code-spell-checker-russian",
"dsznajder.es7-react-js-snippets",
"expo.vscode-expo-tools",
"mhutchie.git-graph",
"wix.vscode-import-cost",
"xabikos.JavaScriptSnippets",
"ms-vscode.vscode-typescript-next",
"ms-vsliveshare.vsliveshare",
"DavidAnson.vscode-markdownlint",
"quicktype.quicktype",
"christian-kohler.path-intellisense",
"yoavbls.pretty-ts-errors",
"Gruntfuggly.todo-tree",
"BriteSnow.vscode-toggle-quotes",
"pflannery.vscode-versionlens",
],
},
}