Skip to content

Commit 8b53362

Browse files
committed
fix: load test extension onStartupFinished
The extension needs to be loaded as soon as VS Code is loaded. Otherwise, it's likely the e2e test will fail.
1 parent 943efe4 commit 8b53362

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/e2e/extensions/test-extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "0.0.1",
55
"publisher": "coder",
66
"activationEvents": [
7-
"onCommand:codeServerTest.proxyUri"
7+
"onStartupFinished"
88
],
99
"engines": {
1010
"vscode": "^1.56.0"
@@ -26,4 +26,4 @@
2626
"scripts": {
2727
"build": "tsc"
2828
}
29-
}
29+
}

0 commit comments

Comments
 (0)