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