40 lines
1.0 KiB
JSON
40 lines
1.0 KiB
JSON
{
|
|
"[javascript]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[typescript]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[typescriptreact]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[json]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"git.ignoreLimitWarning": true,
|
|
"editor.formatOnSave": true,
|
|
"search.exclude": {
|
|
"**/.git": true,
|
|
"**/node_modules": true,
|
|
"**/build": true
|
|
},
|
|
"files.exclude": {
|
|
"**/.DS_Store": true,
|
|
"**/.git": true,
|
|
"**/build": false,
|
|
"**/node_modules": true
|
|
},
|
|
"cSpell.words": ["gametest", "gametests", "minecart", "shulker", "zoglin"],
|
|
"editor.tabSize": 2,
|
|
"workbench.colorCustomizations": {
|
|
"activityBar.background": "#243b1e",
|
|
"titleBar.activeBackground": "#1f3d21",
|
|
"titleBar.activeForeground": "#F5FCEB"
|
|
},
|
|
|
|
"emeraldwalk.runonsave": {
|
|
"commands": [{ "cmd": "gulp", "isAsync": true, "match": "\\.ts$" }]
|
|
},
|
|
"BC-MC.Education.Enable": true
|
|
}
|