mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
workbenchs/parts became workbench/contrib
This commit is contained in:
@@ -27,7 +27,7 @@ import { ILogService } from 'vs/platform/log/common/log';
|
||||
import { CancellationToken } from 'vs/base/common/cancellation';
|
||||
import { ExtensionIdentifier } from 'vs/platform/extensions/common/extensions';
|
||||
import { ExtHostWebview } from 'vs/workbench/api/node/extHostWebview';
|
||||
import * as codeInset from 'vs/workbench/parts/codeinset/codeInset';
|
||||
import * as codeInset from 'vs/workbench/contrib/codeinset/codeInset';
|
||||
|
||||
// --- adapter
|
||||
|
||||
|
||||
Reference in New Issue
Block a user