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