Skip to content

Commit

Permalink
removes crusty recommended extensions (#3403)
Browse files Browse the repository at this point in the history
moves us to using our own extension pack, which is a little easier to
direct people towards to install

i included indent-rainbow in the extension pack because dm is such an
indentation sensitive language, and being able to tell when people are
messing up their indentation saves so much debugging
  • Loading branch information
hry-gh authored May 23, 2023
1 parent 68a32f9 commit fa24765
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
{
"recommendations": [
"gbasood.byond-dm-language-support",
"platymuus.dm-langclient",
"arcanis.vscode-zipfs",
"EditorConfig.EditorConfig",
"stylemistake.auto-comment-blocks",
"anturk.dmi-editor",
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"donkie.vscode-tgstation-test-adapter"
"cmss13-devs.cm-extpack"
]
}

0 comments on commit fa24765

Please sign in to comment.