BetterDevilChance/.vscode/extensions.json

12 lines
525 B
JSON
Raw Normal View History

// These are Visual Studio Code extensions that are intended to be used with this particular
// repository: https://go.microsoft.com/fwlink/?LinkId=827846
{
"recommendations": [
"esbenp.prettier-vscode", // The TypeScript formatter
"dbaeumer.vscode-eslint", // The TypeScript linter
"streetsidesoftware.code-spell-checker", // A spell-checker extension based on CSpell
"typescript-to-lua.vscode-typescript-to-lua", // The TypeScriptToLua extension
"redhat.vscode-xml", // The XML language server
],
}