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 33ee184 commit 943efe4Copy full SHA for 943efe4
test/e2e/extensions/test-extension/extension.ts
@@ -1,6 +1,7 @@
1
import * as vscode from "vscode"
2
3
export function activate(context: vscode.ExtensionContext) {
4
+ vscode.window.showInformationMessage("test extension loaded")
5
context.subscriptions.push(
6
vscode.commands.registerCommand("codeServerTest.proxyUri", () => {
7
if (process.env.VSCODE_PROXY_URI) {
0 commit comments