Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attempting to patch VSCode tests issue #58

Merged
merged 1 commit into from
Dec 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 1 addition & 6 deletions src/test/runTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,7 @@ import {
import { spawnSync } from 'child_process';
import { CORE_EXTENSION_ID } from '../utils/constants';

// There's a known issue (https://github.com/microsoft/vscode/issues/200895)
// with VSCode 1.85.1 and running tests on Windows. We'll stick with an
// explicit working version for now. TODO: change this back to 'stable' when
// the problem is resolved.
// const VSCODE_VERSION = 'stable';
const VSCODE_TEST_VERSION = '1.84.2';
const VSCODE_TEST_VERSION = 'stable';

async function main() {
try {
Expand Down