cquery-project / vscode-cquery

cquery plugin for Visual Studio Code
54 stars 16 forks source link

Unable to save the file #5

Closed rteja closed 6 years ago

rteja commented 6 years ago

On very large code base, often unable to save the file when using Cquery. File gets locked until I disable cquery plugin for the workspace.

jacobdufault commented 6 years ago

That's very strange, cquery should not be touching the file outside of copying it. What platform are you on?

Random question, do you have the microsoft c++ extension installed?

rteja commented 6 years ago

I am working on Windows 10. Yes I do have microsoft c++ extension enabled along with cquery.

jacobdufault commented 6 years ago

Please disable the microsoft c++ extension and see if that fixes the problem. Microsoft c++ indexing interacts very poorly with cquery (it makes everything slow).

rteja commented 6 years ago

Yes, running only one of the plugins, I do not have this problem.