We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50b65a9 commit 6ba80beCopy full SHA for 6ba80be
src/ui/verificationSymbolStatusView.ts
@@ -76,6 +76,7 @@ export default class VerificationSymbolStatusView {
76
private readonly languageClient: DafnyLanguageClient,
77
private readonly compilationStatusView: CompilationStatusView) {
78
this.controller = this.createController();
79
+ context.subscriptions.push(this.controller);
80
81
workspace.onDidChangeTextDocument(e => {
82
const uriString = e.document.uri.toString();
0 commit comments