Open saadam1n opened 1 month ago
Extension Version: N/A VS Code Version: N/A Browser Version: N/A Operating System: N/A
Is MSVC currently supported? I had issues getting it to work, primarily CPH inserting G++-only flags which caused MSVC to break.
You can change the -o flag to /Fe: in compiler.ts and build your own extension. To use it, set the c++ command to cl and launch VS Code from Visual Studio command prompt.
-o
/Fe:
compiler.ts
cl
Extension Version: N/A VS Code Version: N/A Browser Version: N/A Operating System: N/A
Is MSVC currently supported? I had issues getting it to work, primarily CPH inserting G++-only flags which caused MSVC to break.