mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-10 00:27:05 -06:00
15 lines
433 B
JSON
15 lines
433 B
JSON
{
|
|
// See https://go.microsoft.com/fwlink/?LinkId=827846
|
|
// for the documentation about the extensions.json format
|
|
"recommendations": [
|
|
"dbaeumer.vscode-eslint",
|
|
"editorconfig.editorconfig",
|
|
"github.vscode-pull-request-github",
|
|
"ms-vscode.vscode-github-issue-notebooks",
|
|
"ms-vscode.extension-test-runner",
|
|
"jrieken.vscode-pr-pinger",
|
|
"typescriptteam.native-preview",
|
|
"ms-vscode.ts-customized-language-service"
|
|
]
|
|
}
|