Skip to content

Commit c318ca6

Browse files
Merge branch 'topic/xvfb-tests' into 'master'
Run VS Code tests under Xvfb See merge request eng/ide/ada_language_server!2149
2 parents 3509883 + be9a6cd commit c318ca6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.vscode/settings.json.tmpl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,5 +125,7 @@
125125
"--disable-extensions"
126126
],
127127
"preLaunchTask": "npm: watch - integration/vscode/ada"
128-
}
128+
},
129+
// Use Xvfb on Linux to run the extension tests in a virtual framebuffer
130+
"extension-test-runner.wrapper": ["xvfb-run", "-a"]
129131
}

0 commit comments

Comments
 (0)