workbenchs/parts became workbench/contrib

This commit is contained in:
Johannes Rieken
2019-02-12 15:48:46 +01:00
parent ace73c05b7
commit 8246c1648f
9 changed files with 5 additions and 5 deletions

View File

@@ -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