isaac-lua-definitions/isaac-typescript-definitions/.vscode/extensions.json

11 lines
416 B
JSON

// These are Visual Studio Code extensions that are intended to be used with this particular
// repository
// https://go.microsoft.com/fwlink/?LinkId=827846
{
"recommendations": [
"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
]
}