We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 935a4c2 commit c295f38Copy full SHA for c295f38
extension/src/setup/index.ts
@@ -92,8 +92,6 @@ export class Setup
92
new EventEmitter<void>()
93
)
94
95
- private readonly onDidRunSetup: Event<void> = this.setupRun.event
96
-
97
private readonly workspaceChanged: EventEmitter<void> = this.dispose.track(
98
new EventEmitter()
99
0 commit comments