vscode-extension
vscode-extension copied to clipboard
Autosave option enabled cause few simultaneous analysis processes.
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 older one should be cancelled.
PS Also probably not all files need to be re-uploaded, just edited one should.
@ArtsiomCh thanks for the report, we are working on it. I hope we can get a version out pretty soon fixing this error!
Hi @ArtsiomCh. We release a new major version, that should have fixed this issue
hello, I still observing multiple processes in parallel, and some false negatives, which doesn't solved by ignore comments. I have 400+ false negatives in typescript/react project.
thank you @JustFly1984 I replied also in your issue #42
@Arvi3d one more thing I have noticed - deepcode analysis starts then I'm running a build with claudia.js in my project, which removes old dist
directory with rimraf
before build and recreates it.
dist
directory is in .gitignore files. I think it could be a good practice to ignore everything what is in .gitignore for performance.
@Arvi3d Also it runs the process on build for typescript project. I guess it should respect .gitignore for tracking changes to solve an issue