Skip to content

Commit

Permalink
fix: Update VSCode to (^1.89.0) (main) (#299)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason3S <[email protected]>
Co-authored-by: Jason Dent <[email protected]>
  • Loading branch information
3 people authored May 3, 2024
1 parent de07db0 commit df21aef
Show file tree
Hide file tree
Showing 3 changed files with 156 additions and 5 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"test": "pnpm test:root && pnpm -r run test",
"test:root": "jest",
"test:watch": "jest --watch",
"clean": "rm -rf dist coverage temp",
"lint": "pnpm run lint:eslint --fix && pnpm run lint:prettier",
"lint:ci": "pnpm run lint:eslint && pnpm run lint:prettier-ci",
"lint:eslint": "eslint .",
Expand Down Expand Up @@ -51,7 +52,7 @@
"@jest/globals": "^29.7.0",
"@tsconfig/node18": "^18.2.4",
"@types/node": "^18.19.31",
"@types/vscode": "^1.88.0",
"@types/vscode": "^1.89.0",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"eslint": "^8.57.0",
Expand Down
156 changes: 153 additions & 3 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion src/vscode/window.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export function createWindow(jest: TestFramework, workspace: Workspace): Window
activeNotebookEditor: undefined,
activeTerminal: undefined,
activeTextEditor: undefined,
state: { focused: true },
state: { focused: true, active: true },
terminals: [],
visibleNotebookEditors: [],
visibleTextEditors: [],
Expand Down

0 comments on commit df21aef

Please sign in to comment.