mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-10 16:58:55 -05:00
14 lines
413 B
JSON
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"
|
|
]
|
|
}
|