Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a80cb8b

Browse files
committedOct 16, 2024
Avoid initial notifications
Wait until the next fetch, that way the connection has a chance to bump the activity and avoid a "this workspace will shut down" message that immediately becomes incorrect. Closes #383.
1 parent 35d9966 commit a80cb8b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/workspaceMonitor.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ export class WorkspaceMonitor implements vscode.Disposable {
7979
this.statusBarItem = statusBarItem
8080

8181
this.update(workspace) // Set initial state.
82-
this.maybeNotify(workspace)
8382
}
8483

8584
/**

0 commit comments

Comments
 (0)
Please sign in to comment.