Garrett Campbell
Garrett Campbell
Also, we have never supported `extensionRuntime` as a `enabledApiProposal` in our package.json. Did this work in previous versions?
My guess is that this is a change in the WSL extension, and either it's a bug with that extension, or a breaking change that we need to adapt to...
@chrmarti @lramos15 @eleanorjboyd Pinging you all because you have recently contributed to the WSL extension. We believe this issue should be transferred to the WSL extension. Thanks!
@chrmarti For my knowledge going forward, were you able to reproduce this yourself and this is where your call stack is from? I mainly ask so that if I implement...
@mortenfc @chrmarti @mfjordchris Could you all provide a sample project that this reproduces with? I tried to reproduce this with the WSL extension, and it doesn't seem to reproduce. Thanks
@chrmarti Do you think that the change in this PR: #3880 would resolve this issue? @mortenfc Could you try this zip (change to .vsix before installing) and see if it...
Hi, @pickard1. Due to having zero upvotes from the community and the niche scenario, rather than implementing this addition to our ${env:} expansion for the cmake.cmakePath, we would suggest that...
@inkbottle-9 @tengai650 Thanks for the feedback. We've made notes on our side, but to best help move this forward, could you also create an issue on the Kitware repository so...
@Colengms Thanks for reporting the issue! I have investigated this and the issue is a gap in what is reported by the CMake File API. We will investigate improving this...
Some context: It appears to repro with the simplest of examples. cmake_minimum_required(VERSION 3.10) project(MyProject VERSION 1.0) add_executable(MyProject main.cpp) set(CMAKE_VERBOSE_MAKEFILE on) It repro's with MSBuild, not Ninja, so just don't set...