Colen Garoutte-Carson
Colen Garoutte-Carson
Version: 1.69.0 (system setup) Commit: 92d25e35d9bf1a6b16f7d0758f25d48ace11e5b9 Date: 2022-07-07T05:28:36.503Z Electron: 18.3.5 Chromium: 100.0.4896.160 Node.js: 16.13.2 V8: 10.0.139.17-electron.0 OS: Windows_NT x64 10.0.22000 VS Code 1.69.0 (and Remote - SSH v0.83.2022070715) appears to...
### Brief Issue Summary When using a CMakeLists.txt file such as: ``` cmake_minimum_required(VERSION 3.23) project (test) add_executable (test test.cpp test2.cpp test3.cpp) set_source_files_properties(test.cpp PROPERTIES COMPILE_FLAGS -someflag1) set_source_files_properties(test2.cpp PROPERTIES COMPILE_FLAGS -someflag2) ```...
### Brief Issue Summary Currently, if the C/C++ extension doesn't receive a custom configuration from CMake Tools for a file, it will opportunistically fall back to using the `compilerPath` and...
This issue is tracking updating vscode-cpptools GitHub actions with the latest implementation from the vscode-github-triage-actions repo. The vscode-cpptools repo uses actions based on those used by the vscode, from the...
Currently, cpptools' TypeScript component does not have any platform-dependent dependencies. The Release pipeline for the cpptools VSIX builds the TypeScript component for each platform from the same (Windows) host. That...
Cpptools should clearly indicate in the README which target platforms, compilers and architectures are "officially" supported by IntelliSense, and that support for others may be limited. it should also indicate...
To support compilers cpptools does not know how to query for system includes and system defines, perhaps the compiler querying logic could be separated out into user-serviceable definition files. Users...
Bug type: Debugger If I don't have GDB installed (yet), and try to use the 'build and debug active file' feature (on Linux, with g++), I get an error message:...
This seems like a recent regression, as it's such a simple scenario. The following is in a C file in VS Code. Note that despite being followed by the keyword...
When switching kits, it's necessary to also run Configure to configure with the kit. Perhaps switching kits should automatically trigger configuration? Or, short of that, perhaps add a setting to...