13 lines
352 B
JSON
13 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"
|
||
|
]
|
||
|
}
|