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 ebc49e8 commit c62f2b6Copy full SHA for c62f2b6
integration/e2e/index.ts
@@ -10,7 +10,7 @@ async function main() {
10
try {
11
await runTests({
12
// Keep version in sync with vscode engine version in package.json
13
- version: '1.67.1',
+ version: '1.69.1',
14
extensionDevelopmentPath: EXT_DEVELOPMENT_PATH,
15
extensionTestsPath: EXT_TESTS_PATH,
16
launchArgs: [
package.json
@@ -11,7 +11,7 @@
"multi-root ready"
],
"engines": {
- "vscode": "^1.67.0"
+ "vscode": "^1.69.1"
},
"capabilities": {
17
"untrustedWorkspaces": {
0 commit comments