Colen Garoutte-Carson
Colen Garoutte-Carson
Also, the user scenario of simply installing a platform-specific VSIX from the marketplace into the remote Windows 11 ARM64 machine, appears to install the x64 VSIX. This results in very...
Hi @tanhakabir . That was the first version(s) I noticed the issue in, but it still repros with the latest version(s), resulting in very bad performance when SSH remoting into...
I tried with VS Code 1.68.1, and 0.80.0 of the SSH extension, and that also installed the x64 binaries on the remote Windows 11 ARM64 PC.
Hi @Hadatko . How are you configuring the C/C++ Extension? Are you using the CMake Tools extension to provide configuration information from CMake directly to the C/C++ Extension? It's possible...
Hi @Hadatko This looks like an issue with CMake Tools, so I've transferred it to the CMake Tools repo. The custom configuration provided by CMake Tools contains: `"__FILENAME__='\"$(notdir"` I assume...
@Hadatko Can you confirm what the macro is defined as when built using CMake? If CMake is processing the `notdir` and `abspath` functions, that could be an issue (in addition...
> COuld you point me to the issue you created in cmake repository? Hi @Hadatko . I transferred your original issue (this one) to the CMake Tools repo. Your last...
With v6 of the cpptools-api, cpptools added a `compilerFragments` field, and clarified that arguments passed to `compilerFragments` may contain shell quoting and escaping (interpreted as a command line fragment), while...
>I assume -I and -D arguments are being parsed in order to populate the includePath and defines Actually, it looks like this assumption was incorrect. Most includes and defines are...
Hi @albertcaldas84 . Could you try setting `"C_Cpp.loggingLevel": "Debug"`, and providing the output of the C/C++ output channel leading up to the repro? I suspect one of the last things...