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
}

View file

@ -4,5 +4,6 @@
},
"files.exclude": {
"**/files-exclude/**": true
}
}
},
"editor.minimap.enabled": false // see https://github.com/microsoft/vscode/issues/115747
}

View file

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