- 
                Notifications
    
You must be signed in to change notification settings  - Fork 35.9k
 
Description
- VSCode Version: 1.12.1
 - OS Version: Debian Stretch
 
Steps to Reproduce:
- Make an Empty Folder and Open it in VSCode
 - Run 
npm install safejsonin the same directory - Add 
jsdoc.jsFile 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
