Skip to content

Commit

Permalink
Merge pull request #285 from iterative/delete-integrated-terminal
Browse files Browse the repository at this point in the history
Delete integrated terminal
  • Loading branch information
mattseddon authored Apr 19, 2021
2 parents 02d0639 + 44eef63 commit b43d560
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 219 deletions.
31 changes: 0 additions & 31 deletions extension/src/IntegratedTerminal.test.ts

This file was deleted.

77 changes: 0 additions & 77 deletions extension/src/IntegratedTerminal.ts

This file was deleted.

3 changes: 0 additions & 3 deletions extension/src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import {
registerUpdateReconciler,
getReloadCount
} from '@hediet/node-reload'
import { IntegratedTerminal } from './IntegratedTerminal'
import { Config } from './Config'
import { WebviewManager } from './webviews/WebviewManager'
import { getExperiments } from './cli/reader'
Expand Down Expand Up @@ -142,8 +141,6 @@ export class Extension {
new WebviewManager(this.config, this.resourceLocator)
)

this.dispose.track(IntegratedTerminal)

registerCliCommands(this.config, this.dispose)

// When hot-reload is active, make sure that you dispose everything when the extension is disposed!
Expand Down
108 changes: 0 additions & 108 deletions extension/src/test/suite/IntegratedTerminal.test.ts

This file was deleted.

0 comments on commit b43d560

Please sign in to comment.