Remove extra expect error

This commit is contained in:
Matt Bierner 2025-10-29 14:58:36 -07:00
parent c47a56c7bc
commit dfba020e0a
No known key found for this signature in database
GPG Key ID: 87BD15F7203A4CF2

View File

@ -86,6 +86,5 @@ export function activate(context: vscode.ExtensionContext) {
}
function isWeb(): boolean {
// @ts-expect-error
return !(typeof process === 'object' && !!process.versions.node) && vscode.env.uiKind === vscode.UIKind.Web;
}