aboutsummaryrefslogtreecommitdiff
path: root/viewer/viewer.code-workspace
blob: 22c14b217676d6b21faff1b1de1a2a7256d78662 (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
29
30
{
  "folders": [
    {
      "path": "."
    }
  ],
    "settings": {
    "editor.tabSize": 2,
    "editor.wordBasedSuggestions": false,
    "editor.detectIndentation": false,
    "editor.formatOnSave": false,
    "eslint.format.enable": true,
    "editor.codeActionsOnSave": {
      "source.fixAll.eslint": true,
    },
    "javascript.format.semicolons": "insert",
    "i18n-ally.localesPaths": [
      "src/locales"
    ],
    "i18n-ally.keystyle": "nested",
  },
  "extensions": {
    "recommendations": [
      "vue.volar",
      "dbaeumer.vscode-eslint",
      "lokalise.i18n-ally",
      "sibiraj-s.vscode-scss-formatter"
    ]
  }
}