
Comments
Comments
Changing Rust toolchain from MSVC to GNU
rustup toolchain install stable-x86_64-pc-windows-gnu rustup default ..
Read more
rustup toolchain install stable-x86_64-pc-windows-gnu rustup default ..
Visual Studio Code formatting for “{ }”
Go Preferences -> Settings Search for C_Cpp.clang_format_fallbackSt..
Read more
Go Preferences -> Settings Search for C_Cpp.clang_format_fallbackSt..
Windows PowerShell env variables
[Environment]::SetEnvironmentVariable("Path", $env:Path + "", "User")..
Read more
[Environment]::SetEnvironmentVariable("Path", $env:Path + "", "User")..