Files
vscode/.vscode/extensions.json
2026-05-14 06:01:01 -07:00

14 lines
413 B
JSON

{
// See https://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"dbaeumer.vscode-eslint",
"github.vscode-pull-request-github",
"ms-vscode.vscode-github-issue-notebooks",
"ms-vscode.extension-test-runner",
"typescriptteam.native-preview",
"ms-vscode.ts-customized-language-service",
"connor4312.esbuild-problem-matchers"
]
}