blob: 6935f4f10b366e1f7c4aa9b65a6632616d8ec8e2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{
"folders": [
{
"path": "."
}
],
"settings": {
"editor.formatOnSave": true,
"editor.wordBasedSuggestions": false,
"javascript.format.semicolons": "insert",
"typescript.disableAutomaticTypeAcquisition": true,
"vue-i18n-ally.keystyle": "flat",
"i18n-ally.localesPaths": "src/locales",
}
}
// Recommended Visual Studio Code extensions:
// - Vetur
// - i18n Ally
// - SCSS Everywhere
// - Debugger for Chrome
// - vscode-icons
|