Skip to content

Commit

Permalink
build: update vscode version to 1.69.1
Browse files Browse the repository at this point in the history
  • Loading branch information
atscott committed Aug 4, 2022
1 parent ebc49e8 commit c62f2b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration/e2e/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ async function main() {
try {
await runTests({
// Keep version in sync with vscode engine version in package.json
version: '1.67.1',
version: '1.69.1',
extensionDevelopmentPath: EXT_DEVELOPMENT_PATH,
extensionTestsPath: EXT_TESTS_PATH,
launchArgs: [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"multi-root ready"
],
"engines": {
"vscode": "^1.67.0"
"vscode": "^1.69.1"
},
"capabilities": {
"untrustedWorkspaces": {
Expand Down

0 comments on commit c62f2b6

Please sign in to comment.