aboutsummaryrefslogtreecommitdiff
path: root/viewer/visualstudio.code-workspace
blob: 8c1079eb75b8d119274e263d36cf8e4f4f84890b (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
{
	"folders": [
		{
			"path": "."
		}
	],
	"settings": {
		"editor.formatOnSave": true,
		"editor.wordBasedSuggestions": 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