Merge pull request #10818 from Ghommie/Ghommie-cit543

Port "Add extensions.json for vscode" & co.
This commit is contained in:
kevinz000
2020-02-02 01:45:54 -07:00
committed by GitHub
2 changed files with 8 additions and 0 deletions
+1
View File
@@ -195,6 +195,7 @@ Temporary Items
#Visual studio stuff
*.vscode/*
!/.vscode/extensions.json
tools/MapAtmosFixer/MapAtmosFixer/obj/*
tools/MapAtmosFixer/MapAtmosFixer/bin/*
+7
View File
@@ -0,0 +1,7 @@
{
"recommendations": [
"gbasood.byond-dm-language-support",
"platymuus.dm-langclient",
"EditorConfig.EditorConfig"
]
}