aboutsummaryrefslogtreecommitdiff
path: root/viewer/visualstudio.code-workspace
diff options
context:
space:
mode:
authorZero~Informatique2020-02-07 07:55:09 +0100
committerZero~Informatique2020-02-07 07:57:19 +0100
commit41741f1882c019edac15b1a05f51b72e5af069f7 (patch)
tree6fa3d34500aa85e877b7d820792ce627fb494429 /viewer/visualstudio.code-workspace
parentbb186990000dd133ecfe6741472b03af92eea233 (diff)
downloadldgallery-41741f1882c019edac15b1a05f51b72e5af069f7.tar.gz
viewer: project optimization for faster init, and a better Visual Studio Code environnement
Diffstat (limited to 'viewer/visualstudio.code-workspace')
-rw-r--r--viewer/visualstudio.code-workspace11
1 files changed, 9 insertions, 2 deletions
diff --git a/viewer/visualstudio.code-workspace b/viewer/visualstudio.code-workspace
index 67b3ba9..6935f4f 100644
--- a/viewer/visualstudio.code-workspace
+++ b/viewer/visualstudio.code-workspace
@@ -6,9 +6,16 @@
6 ], 6 ],
7 "settings": { 7 "settings": {
8 "editor.formatOnSave": true, 8 "editor.formatOnSave": true,
9 "editor.wordBasedSuggestions": false,
9 "javascript.format.semicolons": "insert", 10 "javascript.format.semicolons": "insert",
10 "typescript.disableAutomaticTypeAcquisition": true, 11 "typescript.disableAutomaticTypeAcquisition": true,
11 "vue-i18n-ally.localesPaths": "src/locales",
12 "vue-i18n-ally.keystyle": "flat", 12 "vue-i18n-ally.keystyle": "flat",
13 "i18n-ally.localesPaths": "src/locales",
13 } 14 }
14} \ No newline at end of file 15}
16// Recommended Visual Studio Code extensions:
17// - Vetur
18// - i18n Ally
19// - SCSS Everywhere
20// - Debugger for Chrome
21// - vscode-icons