aboutsummaryrefslogtreecommitdiff
path: root/viewer/visualstudio.code-workspace
diff options
context:
space:
mode:
authorOzoneGrif2020-02-08 09:27:17 +0100
committerGitHub2020-02-08 09:27:17 +0100
commit32abf4e1f82dcb9738bbfc41a84bb38672e14603 (patch)
tree6c84ca58754eb34a1d9962a63446535a1386c975 /viewer/visualstudio.code-workspace
parent2480140446e01c8cd0e317016c6debde5f14e8ab (diff)
parent8b8ff179021a204930253a310cc2e9213e342fd1 (diff)
downloadldgallery-32abf4e1f82dcb9738bbfc41a84bb38672e14603.tar.gz
Merge pull request #98 from pacien/oz-project-optimization
Oz project optimization
Diffstat (limited to 'viewer/visualstudio.code-workspace')
-rw-r--r--viewer/visualstudio.code-workspace12
1 files changed, 10 insertions, 2 deletions
diff --git a/viewer/visualstudio.code-workspace b/viewer/visualstudio.code-workspace
index 67b3ba9..f8d83c3 100644
--- a/viewer/visualstudio.code-workspace
+++ b/viewer/visualstudio.code-workspace
@@ -6,9 +6,17 @@
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 "vue-i18n-ally.localesPaths": "src/locales",
14 "i18n-ally.localesPaths": "src/locales",
13 } 15 }
14} \ No newline at end of file 16}
17// Recommended Visual Studio Code extensions:
18// - Vetur
19// - Vue i18n Ally
20// - SCSS Everywhere
21// - Debugger for Chrome
22// - vscode-icons