diff --git a/package.json b/package.json index 55245dd4a..b3f9889ab 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "publisher": "ms-playwright", "repository": "https://github.com/microsoft/playwright-vscode", "bugs": { - "url": "https://github.com/microsoft/playwright-vscode/issues" + "url": "https://github.com/microsoft/playwright/issues" }, "engines": { "vscode": "^1.86.0" @@ -16,8 +16,7 @@ "Testing" ], "activationEvents": [ - "workspaceContains:**/*playwright*.config.{ts,js,mjs}", - "onCommand:pw.extension.install" + "workspaceContains:**/*playwright*.config.{ts,js,mjs}" ], "main": "./out/extension.js", "l10n": "./l10n",