mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-02 23:05:15 +01:00
fix: correct import path for ProcessExplorerEditorInput and add new editor input class (#248283)
This commit is contained in:
@@ -18,7 +18,7 @@ import './processService.js';
|
||||
import './processMainService.js';
|
||||
import { IConfigurationService } from '../../../../platform/configuration/common/configuration.js';
|
||||
import { AUX_WINDOW_GROUP, IEditorService } from '../../../services/editor/common/editorService.js';
|
||||
import { ProcessExplorerEditorInput } from '../../processExplorer/electron-sandbox/processExplorerEditoInput.js';
|
||||
import { ProcessExplorerEditorInput } from '../../processExplorer/electron-sandbox/processExplorerEditorInput.js';
|
||||
|
||||
//#region Commands
|
||||
|
||||
|
||||
+1
-1
@@ -12,7 +12,7 @@ import { IWorkbenchContribution, registerWorkbenchContribution2, WorkbenchPhase
|
||||
import { IEditorSerializer, EditorExtensions, IEditorFactoryRegistry } from '../../../common/editor.js';
|
||||
import { EditorInput } from '../../../common/editor/editorInput.js';
|
||||
import { IEditorResolverService, RegisteredEditorPriority } from '../../../services/editor/common/editorResolverService.js';
|
||||
import { ProcessExplorerEditorInput } from './processExplorerEditoInput.js';
|
||||
import { ProcessExplorerEditorInput } from './processExplorerEditorInput.js';
|
||||
import { ProcessExplorerEditor } from './processExplorerEditor.js';
|
||||
|
||||
class ProcessExplorerEditorContribution implements IWorkbenchContribution {
|
||||
|
||||
Reference in New Issue
Block a user