PILIX123

Results 14 comments of PILIX123

i will make a fork this weekend with the patch i found the other day and we could try and see if this still happens? @Amy-Li03

@Amy-Li03 https://github.com/PILIX123/vscode-cmake-tools/tree/main this branch has the potential fix i was talking about. can you try and see if it fixes it, if so im going to open a PR

The version number should match when the PR is merged correct?

I opened the PR for it https://github.com/microsoft/vscode-cmake-tools/pull/4479

This issue also causes the problems tab to not get populated. So when there are linker errors they are missed. It might be a different issue but i think its...

i will look into this further later this week thanks @Amy-Li03

if you add a `extern void foo(void);` to make the compiler happy you might face the error i was facing. @Amy-Li03 Should i also make a new issue because it...

First and foremost i want to thank @Amy-Li03 for having gone through the repro steps. @gcampbell-msft and after testing increasing by 10x from 1 to 100000, there was no change...

After testing a little, the current way the bug is acting was introduced in 1.21.5, but there is the bug shown by @Amy-Li03 that starts in 1.21.4 and even if...

more testing later the current bug was introduced in https://github.com/microsoft/vscode-cmake-tools/commit/d2dc0ed5da77d783ef4aabdd5b50721f8c8b974c i havent diagnosed why it was introduced the commit is too large for me. i diagnosed this by doing the...