integration tests - disable minimap to reduce error output (#115747)

This commit is contained in:
Benjamin Pasero
2021-02-04 13:33:54 +01:00
parent bd20a720fb
commit 914cef30d5
3 changed files with 9 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
{
"editor.minimap.enabled": false // see https://github.com/microsoft/vscode/issues/115747
}