aboutsummaryrefslogtreecommitdiff
path: root/viewer/visualstudio.code-workspace
blob: 8315cbb3dff3da088a06b5e151666d098048b37f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
  "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
// - ESLint
// - Vue i18n Ally
// - SCSS Everywhere
// - SCSS Formatter
// - Debugger for Chrome
// - vscode-icons