mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 10:15:41 +00:00
e162bc07cb
* clean up extension recommendations * retain editor config extension
11 lines
330 B
JSON
11 lines
330 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.vscode-selfhost-test-provider"
|
|
]
|
|
}
|