Hristo Hristov

Results 93 comments of Hristo Hristov

If we already have: ``` installDir get installDir(): string | null Inherited from CMakeDriver.installDir Defined in driver.ts:396 Directory where the targets will be installed. Returns string | null ``` We...

If one wants to add such functionality where is the entry point? For example: // Resolved by CMake Tools: "program": "${command:cmake.launchTargetPath}", But this doesn't work: "preLaunchTask": "command:cmake.install",

@bobbrow Has anything been done in that area (debugging from an install directory)? I'd like to have the same functionality as it is in VS2019: I can select an install...

@bobbrow With presets now supported, this is the last big feature missing to have feature parity with Visual Studio 2019. Will you consider accepting it for 1.9? I think it...

@bobbrow I'd like to make a gentle reminder about this feature request. Is there any chance of this being worked on any time soon? This feature, including the other suggested...

Voted: +1, closing: https://github.com/microsoft/vscode-cpptools/issues/11417

Debugging doesn't seem to be getting much attention. There are a few outstanding issues: 1. /JMC support on Windows 2. Debugger driver llvm-mi memory leak on macOS 3. No support...

@DanAlbert Thank you for the detailed answer. Somebody had to do it and I lost patience waiting for the question I guess. I was making some imaginary connections I guess:...

A quick search reveals various projects by third parties to support Rust in Android: https://plugins.gradle.org/search?term=rust https://github.com/mozilla/rust-android-gradle https://github.com/AndrewGaspar/corrosion