Add the ability to kill running VS Code instance

This commit is contained in:
Asher
2020-02-27 12:04:23 -06:00
parent fd65cadaea
commit 21cfeb9da0
9 changed files with 96 additions and 58 deletions

View File

@@ -26,3 +26,7 @@
.error-display > .links > .link:hover {
text-decoration: underline;
}
.error-display .success {
color: green;
}