Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ import * as ViewletKeyBindings from '../ViewletKeyBindings/ViewletKeyBindings.ts
import * as ViewletLayout from '../ViewletLayout/ViewletLayout.ts'
import * as ViewletModuleId from '../ViewletModuleId/ViewletModuleId.ts'
import * as ViewletOutput from '../ViewletOutput/ViewletOutput.ts'
import * as ViewletPanel from '../ViewletPanel/ViewletPanel.ts'
import * as ViewletReferences from '../ViewletReferences/ViewletReferences.ts'
import * as ViewletRunAndDebug from '../ViewletRunAndDebug/ViewletRunAndDebug.ts'
import * as ViewletScreenCapture from '../ViewletScreenCapture/ViewletScreenCapture.ts'
Expand Down Expand Up @@ -112,8 +111,6 @@ export const load = (moduleId) => {
return ViewletLayout
case ViewletModuleId.Output:
return ViewletOutput
case ViewletModuleId.Panel:
return ViewletPanel
case ViewletModuleId.References:
return ViewletReferences
case ViewletModuleId.RunAndDebug:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ export const MainTabs = 'MainTabs'

export const Output = 'Output'

export const Panel = 'Panel'

export const Problems = 'Problems'

export const QuickPick = 'QuickPick'
Expand Down
127 changes: 0 additions & 127 deletions packages/renderer-process/src/parts/ViewletPanel/ViewletPanel.ts

This file was deleted.

This file was deleted.

This file was deleted.

Loading