Skip to content

Commit

Permalink
Merge pull request #58 from khawkins/fix_tests
Browse files Browse the repository at this point in the history
Attempting to patch VSCode tests issue
  • Loading branch information
khawkins authored Dec 15, 2023
2 parents 58a3fc5 + 8b1315f commit 3f7a9ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
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

0 comments on commit 3f7a9ab

Please sign in to comment.