From 59bb84c662fb21900f0a8ddc54215b3ca4e9094b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Mangeonjean?= Date: Tue, 7 May 2024 17:20:52 +0200 Subject: [PATCH] cleanup: remove outdated check --- src/services.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/services.ts b/src/services.ts index c9ccba0..9303355 100644 --- a/src/services.ts +++ b/src/services.ts @@ -126,10 +126,6 @@ export function isInitialized (): boolean { } export async function initialize (constructionOptions: IWorkbenchConstructionOptions = {}, container?: HTMLElement): Promise { - if (typeof process !== 'undefined') { - console.warn('`process` detected. It may have negative impacts on VSCode behavior') - } - if (constructionOptions.workspaceProvider == null) { constructionOptions = { ...constructionOptions,