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 From c62a026cfe9bc960336d743f8c3e864e5246171f Mon Sep 17 00:00:00 2001 From: Zero~Informatique Date: Mon, 10 Feb 2020 12:49:31 +0100 Subject: viewer: project configuration, no-fix for the linter during Travis tests --- viewer/visualstudio.code-workspace | 1 + 1 file changed, 1 insertion(+) (limited to 'viewer/visualstudio.code-workspace') diff --git a/viewer/visualstudio.code-workspace b/viewer/visualstudio.code-workspace index f8d83c3..0ba3584 100644 --- a/viewer/visualstudio.code-workspace +++ b/viewer/visualstudio.code-workspace @@ -16,6 +16,7 @@ } // Recommended Visual Studio Code extensions: // - Vetur +// - ESLint // - Vue i18n Ally // - SCSS Everywhere // - Debugger for Chrome -- cgit v1.2.3 From af4660b4c4fea455dfffbf2d966bae425ed6effb Mon Sep 17 00:00:00 2001 From: Zero~Informatique Date: Wed, 12 Feb 2020 21:25:07 +0100 Subject: viewer: project configuration - eof-last enforced --- viewer/visualstudio.code-workspace | 2 ++ 1 file changed, 2 insertions(+) (limited to 'viewer/visualstudio.code-workspace') diff --git a/viewer/visualstudio.code-workspace b/viewer/visualstudio.code-workspace index 0ba3584..da96c0a 100644 --- a/viewer/visualstudio.code-workspace +++ b/viewer/visualstudio.code-workspace @@ -7,6 +7,8 @@ "settings": { "editor.formatOnSave": true, "editor.wordBasedSuggestions": false, + "files.insertFinalNewline": true, + "files.trimFinalNewlines": true, "javascript.format.semicolons": "insert", "typescript.disableAutomaticTypeAcquisition": true, "vue-i18n-ally.keystyle": "flat", -- cgit v1.2.3 From 370e3db3455f548699ff5e046e0f8dcc304991ac Mon Sep 17 00:00:00 2001 From: Zero~Informatique Date: Fri, 14 Feb 2020 09:19:53 +0100 Subject: viewer: major code and search mode overhaul Updated libraries to the lastest version SCSS Formatter as suggested VSC extensions Renamed toolbar-color by scrollbar-color LD components use Props in favor of touching the stores directly (when possible) Moved most common algorithms to a "services" folder Complete search overhaul (lots of code change) --- viewer/visualstudio.code-workspace | 1 + 1 file changed, 1 insertion(+) (limited to 'viewer/visualstudio.code-workspace') diff --git a/viewer/visualstudio.code-workspace b/viewer/visualstudio.code-workspace index da96c0a..8c1079e 100644 --- a/viewer/visualstudio.code-workspace +++ b/viewer/visualstudio.code-workspace @@ -21,5 +21,6 @@ // - ESLint // - Vue i18n Ally // - SCSS Everywhere +// - SCSS Formatter // - Debugger for Chrome // - vscode-icons -- cgit v1.2.3 From 113bff3c4dcc1976f24df16d4224e1871e665ae0 Mon Sep 17 00:00:00 2001 From: Zero~Informatique Date: Mon, 27 Apr 2020 22:23:10 +0200 Subject: viewer: tabSize, quote-props, quotes, object-curly-spacing --- viewer/visualstudio.code-workspace | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) (limited to 'viewer/visualstudio.code-workspace') diff --git a/viewer/visualstudio.code-workspace b/viewer/visualstudio.code-workspace index 8c1079e..8315cbb 100644 --- a/viewer/visualstudio.code-workspace +++ b/viewer/visualstudio.code-workspace @@ -1,20 +1,22 @@ { - "folders": [ - { - "path": "." - } - ], - "settings": { - "editor.formatOnSave": true, - "editor.wordBasedSuggestions": false, - "files.insertFinalNewline": true, - "files.trimFinalNewlines": true, - "javascript.format.semicolons": "insert", - "typescript.disableAutomaticTypeAcquisition": true, - "vue-i18n-ally.keystyle": "flat", - "vue-i18n-ally.localesPaths": "src/locales", - "i18n-ally.localesPaths": "src/locales", - } + "folders": [ + { + "path": "." + } + ], + "settings": { + "editor.tabSize": 2, + "editor.formatOnSave": true, + "editor.wordBasedSuggestions": false, + "editor.detectIndentation": false, + "files.insertFinalNewline": true, + "files.trimFinalNewlines": true, + "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 -- cgit v1.2.3