Merge pull request #10338 from VOREStation/Arokha/vscode

Add vscode recommends
This commit is contained in:
Aronai Sieyes
2021-05-20 15:05:48 -04:00
committed by GitHub
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -14,6 +14,7 @@ vchat.db*
data
data/
cfg/
.vscode
code/game/gamemodes/technomancer/spells/projectile/overload.dm
code/game/gamemodes/technomancer/spells/projectile/overload.dm
+6
View File
@@ -0,0 +1,6 @@
{
"recommendations": [
"gbasood.byond-dm-language-support",
"platymuus.dm-langclient"
]
}