Skip to content

Commit c62f2b6

Browse files
committed
build: update vscode version to 1.69.1
1 parent ebc49e8 commit c62f2b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

integration/e2e/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ async function main() {
1010
try {
1111
await runTests({
1212
// Keep version in sync with vscode engine version in package.json
13-
version: '1.67.1',
13+
version: '1.69.1',
1414
extensionDevelopmentPath: EXT_DEVELOPMENT_PATH,
1515
extensionTestsPath: EXT_TESTS_PATH,
1616
launchArgs: [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"multi-root ready"
1212
],
1313
"engines": {
14-
"vscode": "^1.67.0"
14+
"vscode": "^1.69.1"
1515
},
1616
"capabilities": {
1717
"untrustedWorkspaces": {

0 commit comments

Comments
 (0)