vscode-extension
vscode-extension copied to clipboard
DeepCode extension for Visual Studio Code
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 Commits 8d4b369 chore(release): 2.8.9 29adfe5 fix: backport...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Snyk has created this PR to upgrade open from 7.3.1 to 7.4.0.  :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more...
Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project.  #### Changes included in this PR - Changes to...
Snyk has created this PR to upgrade @deepcode/tsc from 2.1.0 to 2.1.1.  :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more...
Hey guys, thx for a great extension! I've recently switched to using Vue 3. DeepCode is throwing warnings that were relevant for Vue2 but not anymore for 3. For example,...
Using this example code below: ``` _renderAttachments(attachments = []) { return attachments.map((attach) => { ``` DeepCode will warn that calling `.map()` on non array object for `attachments` will not work....
With Autosave enabled DeepCode analysis starts for every symbol typed/deleted. That cause at least 3 concurrent analysis processes working at the same time:  Imho when new analysis started the...
Hello @deepcodeg I have a lot of false negatives on "type" fields of custom objects in my typescript code, and ignore comments do not resolve it. even in redux reducer...