From 7ae68f079ddfb74c9a1b17c4f30dfe4c258d4a9f Mon Sep 17 00:00:00 2001 From: Zero~Informatique Date: Fri, 20 Dec 2019 17:47:04 +0100 Subject: Viewer project foundations --- viewer/visualstudio.code-workspace | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 viewer/visualstudio.code-workspace (limited to 'viewer/visualstudio.code-workspace') diff --git a/viewer/visualstudio.code-workspace b/viewer/visualstudio.code-workspace new file mode 100644 index 0000000..548c101 --- /dev/null +++ b/viewer/visualstudio.code-workspace @@ -0,0 +1,13 @@ +{ + "folders": [ + { + "path": "." + } + ], + "settings": { + "editor.formatOnSave": true, + "javascript.format.semicolons": "insert", + "typescript.disableAutomaticTypeAcquisition": true, + "vue-i18n-ally.localesPaths": "src/locales", + } +} \ No newline at end of file -- cgit v1.2.3 From e34be1261d9219e5b2b92ebe271f609f11d55f63 Mon Sep 17 00:00:00 2001 From: Zero~Informatique Date: Sun, 22 Dec 2019 03:50:40 +0100 Subject: vewer: Tags indexing and search input --- 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 548c101..67b3ba9 100644 --- a/viewer/visualstudio.code-workspace +++ b/viewer/visualstudio.code-workspace @@ -9,5 +9,6 @@ "javascript.format.semicolons": "insert", "typescript.disableAutomaticTypeAcquisition": true, "vue-i18n-ally.localesPaths": "src/locales", + "vue-i18n-ally.keystyle": "flat", } } \ No newline at end of file -- cgit v1.2.3