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 e39d52c commit 92d81a3Copy full SHA for 92d81a3
src/main.ts
@@ -16,7 +16,7 @@ export function activate() {
16
require("atom-package-deps")
17
.install("atom-ide-signature-help")
18
.then(() => {
19
- signatureHelpManager.initialize(renderer)
+ signatureHelpManager.initialize()
20
})
21
}
22
0 commit comments