mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-15 16:34:50 +01:00
f4ed791000
The completions-core integration tests were downloading VS Code from the update server instead of using the built version. This adds the VSCODE_UNDER_TEST env var to all three OS variants of the completions-core test step (matching what extension tests and sanity tests already do), and updates runTest.ts to use vscodeExecutablePath when VSCODE_UNDER_TEST is set.