From 41741f1882c019edac15b1a05f51b72e5af069f7 Mon Sep 17 00:00:00 2001 From: Zero~Informatique Date: Fri, 7 Feb 2020 07:55:09 +0100 Subject: viewer: project optimization for faster init, and a better Visual Studio Code environnement --- viewer/visualstudio.code-workspace | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'viewer/visualstudio.code-workspace') 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 @@ ], "settings": { "editor.formatOnSave": true, + "editor.wordBasedSuggestions": false, "javascript.format.semicolons": "insert", "typescript.disableAutomaticTypeAcquisition": true, - "vue-i18n-ally.localesPaths": "src/locales", "vue-i18n-ally.keystyle": "flat", + "i18n-ally.localesPaths": "src/locales", } -} \ No newline at end of file +} +// Recommended Visual Studio Code extensions: +// - Vetur +// - i18n Ally +// - SCSS Everywhere +// - Debugger for Chrome +// - vscode-icons -- cgit v1.2.3 From 8b8ff179021a204930253a310cc2e9213e342fd1 Mon Sep 17 00:00:00 2001 From: Zero~Informatique Date: Sat, 8 Feb 2020 09:14:03 +0100 Subject: viewer: fixed an issue with prefetching du to webpack chunking --- viewer/visualstudio.code-workspace | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'viewer/visualstudio.code-workspace') diff --git a/viewer/visualstudio.code-workspace b/viewer/visualstudio.code-workspace index 6935f4f..f8d83c3 100644 --- a/viewer/visualstudio.code-workspace +++ b/viewer/visualstudio.code-workspace @@ -10,12 +10,13 @@ "javascript.format.semicolons": "insert", "typescript.disableAutomaticTypeAcquisition": true, "vue-i18n-ally.keystyle": "flat", + "vue-i18n-ally.localesPaths": "src/locales", "i18n-ally.localesPaths": "src/locales", } } // Recommended Visual Studio Code extensions: // - Vetur -// - i18n Ally +// - Vue i18n Ally // - SCSS Everywhere // - Debugger for Chrome // - vscode-icons -- cgit v1.2.3