danyg
danyg
**Lazy readers:** the following code doesn't work, is half answer TL;DR: how it works and why done it this way. (Click here to see the code) So I've been digging...
Also happening in a Typescript project on vscode version: ``` Version: 1.75.1 (Universal) Commit: 441438abd1ac652551dbe4d408dfcec8a499b8bf Date: 2023-02-08T21:34:59.000Z (2 wks ago) Electron: 19.1.9 Chromium: 102.0.5005.194 Node.js: 16.14.2 V8: 10.2.154.23-electron.0 OS: Darwin...
I will test it, and tell you something. Thanks
You can change the code addin this (in lib/connection.js:93) ``` doOnSave(function(forceUpdate) { if(isNew && !!forceUpdate){ isNew = false; } ```
You need to creatw the apropiates doclets for the files. This is a knowed bug that I will fix in the next version. /** - @fileoverview File description - @author...
- You should to create a directory jsdoc3 for example - Extract the content of the jsdoc3-master (https://github.com/jsdoc3/jsdoc) - create 2 directories, jsdoc3/src and jsdoc3/doc, src is the place when...
A bundle standalone with the template and a jsdoc3 that works for it. https://github.com/danyg/jsdoc3Template/wiki/jsdoc.rar