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,