Description
From @iMasoud on May 8, 2017 9:32
- VSCode Version: 1.12.1
- OS Version: Debian Stretch
Steps to Reproduce:
- Make an Empty Folder and Open it in VSCode
- Run
npm install safejson
in the same directory - Add
jsdoc.js
File to project, open it in VSCode - Paste contents of attached text file in it
jsdoc.txt
I honestly don't know if this is a problem with VSCode or JSDoc or Mentioned Module, but I do care about VSCode, so I'm reporting this.
As you can see VSCode shows this error as a problem in my code:
Supplied parameters do not match any signature of call target.
I was following module guide (and the code was running well) so I took a look at the module code. Following is the method that I was calling from that module:
(Whole file is available in here: https://github.com/evanshortiss/safejson/blob/848fcc7d8273f99fa783d2f27e2f57d2cc581a7c/src/index.js)
As you can see JSDoc documents/comments in module look fine. So, as I said before, I'm not really sure if this is a problem with VSCode. I'll be glad to read your opinions about this.
Regards
Copied from original issue: microsoft/vscode#26196