diff options
author | Zero~Informatique | 2020-08-20 00:12:42 +0200 |
---|---|---|
committer | G.Fouet | 2020-09-11 21:53:18 +0200 |
commit | b3a90f88b5652db8548507261e445ea0a1e7d444 (patch) | |
tree | 24eb5f22737e86503dd127d9fce5e01daa4b930c /viewer/visualstudio.code-workspace | |
parent | 7e0e108d1d5d9a86a33322432c3d7e8218961121 (diff) | |
download | ldgallery-b3a90f88b5652db8548507261e445ea0a1e7d444.tar.gz |
viewer: project configuration, removed version automatic upgrades with npm
Diffstat (limited to 'viewer/visualstudio.code-workspace')
-rw-r--r-- | viewer/visualstudio.code-workspace | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/viewer/visualstudio.code-workspace b/viewer/visualstudio.code-workspace index fb23e99..40d8f21 100644 --- a/viewer/visualstudio.code-workspace +++ b/viewer/visualstudio.code-workspace | |||
@@ -13,6 +13,7 @@ | |||
13 | "javascript.format.semicolons": "insert", | 13 | "javascript.format.semicolons": "insert", |
14 | "typescript.disableAutomaticTypeAcquisition": true, | 14 | "typescript.disableAutomaticTypeAcquisition": true, |
15 | "i18n-ally.localesPaths": "src/locales", | 15 | "i18n-ally.localesPaths": "src/locales", |
16 | "i18n-ally.keystyle": "flat", | ||
16 | // --- | 17 | // --- |
17 | // Autoformating is done with eslint-prettier | 18 | // Autoformating is done with eslint-prettier |
18 | "eslint.enable": true, | 19 | "eslint.enable": true, |