mirror of
https://github.com/Microsoft/vscode
synced 2024-11-05 18:29:38 +00:00
d42fad27b2
Testing #208184, closes #207756
12 lines
352 B
JSON
12 lines
352 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"
|
|
]
|
|
}
|