Sean McManus

Results 736 comments of Sean McManus

@gayanper I don't understand your suggestion. The only "*" usage is in the low level details of our implementation in cpptools and not at any higher level (user input or...

@yedane You could surround the SQL code in ``` #ifndef __INTELLISENSE__ #endif ``` ...but I don't think there's any way for us to auto-detect this.

@pbderr Voting is via ![image](https://user-images.githubusercontent.com/19859882/135366821-69c1a723-3e78-4af8-9235-03b5587b4330.png) Our parser doesn't have the ability to skip over code based on a regular expression. You could potentially use a regular expression to surround the...

This might just be an issue with how Windows 7 reports the memory usage. What is the "Commit Size" reported as? I'm guessing it could be due to memory mapping...

I think in Task Manager you can right-click the columns of the Details tab and choose Select Columns to add the Commit Size column. Setting the C_Cpp.intelliSenseCacheSize to 0 just...

That is not expected. I'll see if anyone on our team is able to repro that. I'm not sure if it's a bug with the Task Manager or some other...

Since we haven't reproed the issue yet on Win7, it could be a bug with their specific OS installation or Task Manager.

@AndreKR What OS are you on? Win7? Yeah, I'd recommend setting intelliSenseCacheSize to 0 for anyone who hits this. I don't think anyone on our team has witnessed the issue...

@AndreKR See https://docs.microsoft.com/en-us/windows/win32/api/memoryapi/nf-memoryapi-virtualalloc -- it says "MEM_RESERVE: Reserves a range of the process's virtual address space without allocating any actual physical storage in memory or in the paging file on...