Skip to content

Commit 4f5c370

Browse files
committed
refactor(terminal): remove unused title parameter from _onTerminalTitleChanged
1 parent e02fd05 commit 4f5c370

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/extensionsIntegrated/Terminal

src/extensionsIntegrated/Terminal/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ define(function (require, exports, module) {
394394
* Handle terminal title change — also fetches and displays the foreground process.
395395
* Clears the stale-title flag since the shell has provided its own title.
396396
*/
397-
function _onTerminalTitleChanged(id, title) {
397+
function _onTerminalTitleChanged(id) {
398398
const instance = terminalInstances.find(t => t.id === id);
399399
if (instance) {
400400
instance._titleStale = false;

0 commit comments

Comments
 (0)