File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -349,6 +349,14 @@ index 58ba2e5..4fb6272 100644
349349@@ -774 +774 @@ function loadCommonJSModule<T>(logService: ILogService, modulePath: string, acti
350350- r = require.__$__nodeRequire<T>(modulePath);
351351+ r = (global as any).nativeNodeRequire(modulePath);
352+ diff --git a/src/vs/workbench/api/node/extHostTypeConverters.ts b/src/vs/workbench/api/node/extHostTypeConverters.ts
353+ index a445750..c7beb13 100644
354+ --- a/src/vs/workbench/api/node/extHostTypeConverters.ts
355+ +++ b/src/vs/workbench/api/node/extHostTypeConverters.ts
356+ @@ -26 +25,0 @@ import { ExtHostDocumentsAndEditors } from 'vs/workbench/api/node/extHostDocumen
357+ - import { isString, isNumber } from 'vs/base/common/types';
358+ @@ -116,0 +116 @@ export namespace Diagnostic {
359+ + const { isString, isNumber } = require('vs/base/common/types');
352360diff --git a/src/vs/workbench/browser/dnd.ts b/src/vs/workbench/browser/dnd.ts
353361index 5897ab9..57b926e 100644
354362--- a/src/vs/workbench/browser/dnd.ts
You can’t perform that action at this time.
0 commit comments