aboutsummaryrefslogtreecommitdiff
path: root/viewer/visualstudio.code-workspace
blob: 0ba3584364bd3f5f7a619db1b94aeea833fad731 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
	"folders": [
		{
			"path": "."
		}
	],
	"settings": {
		"editor.formatOnSave": true,
		"editor.wordBasedSuggestions": false,
		"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
// - Debugger for Chrome
// - vscode-icons