Skip to content

Commit 6ba80be

Browse files
Add missing subscription so restart server logic works again (#232)
1 parent 50b65a9 commit 6ba80be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ui/verificationSymbolStatusView.ts

+1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ export default class VerificationSymbolStatusView {
7676
private readonly languageClient: DafnyLanguageClient,
7777
private readonly compilationStatusView: CompilationStatusView) {
7878
this.controller = this.createController();
79+
context.subscriptions.push(this.controller);
7980

8081
workspace.onDidChangeTextDocument(e => {
8182
const uriString = e.document.uri.toString();

0 commit comments

Comments
 (0)