mirror of
https://github.com/Microsoft/vscode
synced 2024-11-05 18:29:38 +00:00
8 lines
201 B
JSON
8 lines
201 B
JSON
{
|
|
// See https://go.microsoft.com/fwlink/?LinkId=827846
|
|
// for the documentation about the extensions.json format
|
|
"recommendations": [
|
|
"dbaeumer.vscode-eslint",
|
|
"EditorConfig.EditorConfig"
|
|
]
|
|
}
|