Skip to content

Commit 083d408

Browse files
authored
build: bump VSCode version (#1876)
1 parent f425b95 commit 083d408

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
@@ -12,7 +12,7 @@ async function main() {
1212
try {
1313
await runTests({
1414
// Keep version in sync with vscode engine version in package.json
15-
version: '1.69.1',
15+
version: '1.74.3',
1616
extensionDevelopmentPath: EXT_DEVELOPMENT_PATH,
1717
extensionTestsPath: EXT_TESTS_PATH,
1818
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.69.1"
14+
"vscode": "^1.74.3"
1515
},
1616
"capabilities": {
1717
"untrustedWorkspaces": {

0 commit comments

Comments
 (0)