Minor style fixes to collapse buttons

This commit is contained in:
Misode
2020-11-07 16:38:07 +01:00
parent 082349f2b6
commit 009e487def
2 changed files with 2 additions and 10 deletions

2
.vscode/tasks.json vendored
View File

@@ -4,7 +4,7 @@
{
"label": "Start",
"type": "shell",
"command": "rm -r \"./node_modules/@mcschema\" && npm link @mcschema/core && npm link @mcschema/locales && npm link @mcschema/java-1.16 && npm start"
"command": "rm -r \"./node_modules/@mcschema\" && npm link @mcschema/core && npm link @mcschema/locales && npm link @mcschema/java-1.16 && npm link @mcschema/java-1.17 && npm start"
}
]
}