mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
* Revert "Revert "Merge from vscode merge-base (#22769)" (#22779)"
This reverts commit 47a1745180.
* Fix notebook download task
* Remove done call from extensions-ci
10 lines
246 B
JSON
10 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"
|
|
]
|
|
}
|