generated from GrabarzUndPartner/gp-vue-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
unfiltered-truth.code-workspace
97 lines (97 loc) · 2.59 KB
/
unfiltered-truth.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
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
{
"folders": [
{
"path": "."
}
],
"settings": {
"breadcrumbs.enabled": true,
"editor.cursorBlinking": "phase",
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"editor.minimap.renderCharacters": false,
"editor.minimap.maxColumn": 200,
"editor.minimap.showSlider": "always",
"editor.smoothScrolling": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
},
"eslint.alwaysShowStatus": true,
"eslint.validate": [
"javascript",
"javascriptreact",
"vue",
"html"
],
"files.exclude": {
".nuxt/": false,
".scannerwork/": true,
"dist/": false,
"node_modules/": false,
"output/": true,
"test/wdio/": true,
"**/.idea": true,
"**/*.iml": true,
"**/out": true,
"**/gen": true,
"**/logs": true,
"**/*.log": true,
"**/.DS_Store": true,
".*": false
},
"files.associations": {
".branchlintrc": "json",
".huskyrc": "json",
".lintstagedrc": "json",
".postcssrc": "json",
".releaserc": "json",
".stylelintrc": "json",
".vcmrc": "json",
"*.css": "postcss",
"*.pcss": "postcss",
".*ignore": "ignore",
"*.js.tmpl": "javascript",
"*.html.tmpl": "html"
},
"javascript.format.enable": false,
"path-intellisense.mappings": {
"@": "${workspaceRoot}/src",
"@@": "${workspaceRoot}"
},
"telemetry.enableCrashReporter": false,
"telemetry.enableTelemetry": false,
"vetur.format.enable": false,
"vetur.format.defaultFormatter.html": "js-beautify-html",
"vetur.grammar.customBlocks": {
"story": "html"
},
"window.title": "${dirty} ${activeEditorMedium}${separator}${rootName}",
"workbench.settings.enableNaturalLanguageSearch": false
},
"extensions": {
"recommendations": [
"stylelint.vscode-stylelint",
"dbaeumer.vscode-eslint",
"octref.vetur",
"christian-kohler.path-intellisense",
"pflannery.vscode-versionlens",
"eamodio.gitlens",
"EditorConfig.EditorConfig",
"eg2.vscode-npm-script",
"codezombiech.gitignore",
"mrmlnc.vscode-attrs-sorter",
"steoates.autoimport",
"vscode-icons-team.vscode-icons",
"wayou.vscode-todo-highlight",
"wix.vscode-import-cost",
"yzhang.markdown-all-in-one",
"dariofuzinato.vue-peek",
"formulahendry.auto-close-tag",
"formulahendry.auto-rename-tag",
"jcbuisson.vue",
"naumovs.color-highlight",
"csstools.postcss",
"christian-kohler.npm-intellisense"
]
}
}