Sean McManus
Sean McManus
To catch bugs like https://github.com/microsoft/vscode-cpptools/issues/12849 . This is separate from https://github.com/microsoft/vscode-cpptools/issues/11963 , which would add TypeScript test coverage.
It works with 1.21.6.
We wanted to do onEnter formatting with clang-format several years ago, but it wasn't working so we just did ";" onType formatting. We want to make sure that adding new...
cpptools 7/15/2024, 6:11:05 PM SIGSEGV modules_cleanup()+16 fe_cleanup()+53 edg_main(int, char**)+18 …
We are re-lexing (a certain percentage of) the document for every hover or go to definition (instead of caching/resuing the results). For hover, it's a regression from adding document comments....
It only works at the workspace level. If it can't work at the workspace folder level it should have its scope changed in the package.json.
Create 2 workspace folders and add them to a workspace. Add a test1.cpp to one folder with `#include "test2.h"` and a test2.h to the other workspace folder, and add a...
Might be a 1.22.x regression.
In the same scenario on Mac, I'm seeing cpptools get stuck, but it might be the same root cause (otherwise, I'll create a new issue for that later). UPDATE: That...