Dannie Sim
Dannie Sim
Given the success of #3145, why stop at disabling CTest at workspace (aka application) scope? I propose adding a setting that allows users to enable or disable CMake Tools at...
@gcampbell-msft, thanks for looking into this. I see where you are coming from, as I, too, feel that "Disable CMake Tools" overlaps with `ignoreCMakeListMissing`. Perhaps we just want to merge...
UPDATE: - Pull request made to fix this issue, and #3631 - CMake [pull request](https://gitlab.kitware.com/cmake/cmake/-/merge_requests/9305/) under review. Expecting to be merged for CMake 3.30 OLD: ~~I'm leaving this here in...
`npm i react-syntax-highlighter` and `npm i --save-dev @types/react-syntax-highlighter` allowed me to build the frontend.
@gcampbell-msft Would love some feedback on this. :) I've been using this branch and it works great for me.
@gcampbell-msft The `Orta.vscode-jest` extension does a similar disable for folder. I see your point: we do not want users to accidentally disable the extension at user scope. I presume VSCode...
Yes, you nailed that one. There is an unpopulated CTest stub for every project in a workspace regardless if ignoreCMakeListsMIssing is true or false. e.g. Even if a root is...
@gcampbell-msft I have pushed a commit into this branch with a new multi-language workspace in the test folder. Below is a gif I made to illustrate the UX issues we...
The latest CI build (Window) gives a timeout error. https://github.com/microsoft/vscode-cmake-tools/actions/runs/11215290289/job/31172174084?pr=3646 It doesn't seem like a code/script error. Shall we try it again?
@gcampbell-msft Sure, I'll publish my fork and extension for people who have to deal with multi-language workspaces. I need it right now, and I'm sure a number of people do,...