Adds vscode extension recommendations for highlighting and langserv

This commit is contained in:
Emmett Gaines
2019-10-21 14:29:10 -04:00
parent 22078ace9a
commit e2fdc0472a
2 changed files with 8 additions and 1 deletions
+2 -1
View File
@@ -21,4 +21,5 @@ data/
*.db
stddef.dm
.atom-build.json
*.vscode/*
*.vscode/*
!/.vscode/extensions.json
+6
View File
@@ -0,0 +1,6 @@
{
"recommendations": [
"gbasood.byond-dm-language-support",
"platymuus.dm-langclient"
]
}