vscode-extension icon indicating copy to clipboard operation
vscode-extension copied to clipboard

DeepCode extension for Visual Studio Code

Results 19 vscode-extension issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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...

dependencies

Snyk has created this PR to upgrade open from 7.3.1 to 7.4.0. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=open&from_version=7.3.1&to_version=7.4.0&pr_id=521e3a8f-7a34-4ab4-b3bd-e51e6b1ccfde&visibility=true&has_feature_flag=false) :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. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=lodash&from_version=4.17.20&to_version=4.17.21&pr_id=8a2e0892-68e5-41ab-aed4-40a12133b547&visibility=true&has_feature_flag=false) #### Changes included in this PR - Changes to...

Snyk has created this PR to upgrade @deepcode/tsc from 2.1.0 to 2.1.1. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=@deepcode/tsc&from_version=2.1.0&to_version=2.1.1&pr_id=d799a670-00f4-4cd8-91af-f8b4868fea9e&visibility=true&has_feature_flag=false) :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: ![image](https://user-images.githubusercontent.com/14268320/76522526-c8256080-6477-11ea-9fa5-aa1e1397d061.png) 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...