There was an error while loading. Please reload this page.
1 parent 09862c2 commit 19212d9Copy full SHA for 19212d9
src/client/providers/signatureProvider.ts
@@ -60,7 +60,7 @@ export class PythonSignatureProvider implements vscode.SignatureHelpProvider {
60
// i.e. line feeds are not respected, long content is stripped
61
let sig = <vscode.SignatureInformation>{
62
// documentation: def.docstring,
63
- label: def.docstring,
+ label: def.description,
64
parameters: []
65
};
66
sig.parameters = def.params.map(arg => {
0 commit comments