We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f425b95 commit 083d408Copy full SHA for 083d408
integration/e2e/index.ts
@@ -12,7 +12,7 @@ async function main() {
12
try {
13
await runTests({
14
// Keep version in sync with vscode engine version in package.json
15
- version: '1.69.1',
+ version: '1.74.3',
16
extensionDevelopmentPath: EXT_DEVELOPMENT_PATH,
17
extensionTestsPath: EXT_TESTS_PATH,
18
launchArgs: [
package.json
@@ -11,7 +11,7 @@
11
"multi-root ready"
],
"engines": {
- "vscode": "^1.69.1"
+ "vscode": "^1.74.3"
},
"capabilities": {
"untrustedWorkspaces": {
0 commit comments