terminal: remove deprecated activateTerminal
method
#10521
Labels
beginners
issues that are perfect for beginners
good first issue
good first issues for new contributors
quality
issues related to code and application quality
terminal
issues related to the terminal
Feature Description:
The
activateTerminal
method has been deprecated (~3 years) and should be removed from the codebase.References to
activateTerminal
should be updated to instead useopen
.theia/packages/terminal/src/browser/base/terminal-service.ts
Lines 32 to 37 in 7f954ac
Fixes:
theia/packages/task/src/browser/task-service.ts
Line 1059 in 7f954ac
theia/packages/terminal/src/browser/terminal-frontend-contribution.ts
Line 402 in 7f954ac
theia/packages/terminal/src/browser/terminal-frontend-contribution.ts
Lines 577 to 579 in 7f954ac
The text was updated successfully, but these errors were encountered: