You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the extension name is switched from powershell-preview to just powershell (such as when releasing a stable version like in #3207), the tests fail because of hardcoded constants like const testExtensionId = "ms-vscode.powershell-preview";. We should instead read the current extension ID from the package.json file, which is already done in main.ts.
The text was updated successfully, but these errors were encountered:
When the extension name is switched from
powershell-preview
to justpowershell
(such as when releasing a stable version like in #3207), the tests fail because of hardcoded constants likeconst testExtensionId = "ms-vscode.powershell-preview";
. We should instead read the current extension ID from thepackage.json
file, which is already done inmain.ts
.The text was updated successfully, but these errors were encountered: