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 56af09d commit 708b1d2Copy full SHA for 708b1d2
src/main.ts
@@ -11,7 +11,7 @@ let signatureHelpManager: SignatureHelpManager
11
export function activate() {
12
// Events subscribed to in atom's system can be easily cleaned up with a CompositeDisposable
13
subscriptions = new CompositeDisposable()
14
- if (!signatureHelpManager) signatureHelpManager = new SignatureHelpManager()
+ signatureHelpManager = new SignatureHelpManager()
15
subscriptions.add(signatureHelpManager)
16
;(require("atom-package-deps") as typeof import("atom-package-deps"))
17
.install("atom-ide-signature-help", true)
0 commit comments