mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 21:06:57 +00:00
9 lines
246 B
JSON
9 lines
246 B
JSON
{
|
|
// See https://go.microsoft.com/fwlink/?LinkId=827846
|
|
// for the documentation about the extensions.json format
|
|
"recommendations": [
|
|
"dbaeumer.vscode-eslint",
|
|
"EditorConfig.EditorConfig",
|
|
"ms-vscode.vscode-selfhost-test-provider"
|
|
]
|
|
}
|