mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 08:08:39 +01:00
Remove extra expect error
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user