Skip to content

Commit 6d3445f

Browse files
authored
Merge pull request OpenLiberty#577 from mattbsox/disableWorkbenchOverlay
Disable workbench overlay in test windows
2 parents 258b53a + 0b752e8 commit 6d3445f

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

src/test/resources/settings.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
2-
"typescript.updateImportsOnFileMove.enabled": "always",
3-
"workbench.editor.enablePreview": true,
4-
"git.autoRepositoryDetection": false,
5-
"terminal.integrated.sendKeybindingsToShell": true,
6-
"workbench.remoteIndicator.showExtensionRecommendations": false,
2+
"chat.disableAIFeatures": true,
73
"extensions.ignoreRecommendations": true,
84
"files.simpleDialog.enable": true,
9-
"window.dialogStyle": "custom",
5+
"git.autoRepositoryDetection": false,
106
"github.copilot.enable": false,
11-
"chat.disableAIFeatures": true
7+
"terminal.integrated.sendKeybindingsToShell": true,
8+
"typescript.updateImportsOnFileMove.enabled": "always",
9+
"window.dialogStyle": "custom",
10+
"workbench.editor.enablePreview": true,
11+
"workbench.remoteIndicator.showExtensionRecommendations": false,
12+
"workbench.welcomePage.experimentalOnboarding": false
1213
}

0 commit comments

Comments
 (0)