Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question regarding MSVC Support #490

Open
saadam1n opened this issue Sep 20, 2024 · 1 comment
Open

Question regarding MSVC Support #490

saadam1n opened this issue Sep 20, 2024 · 1 comment

Comments

@saadam1n
Copy link

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.

@YuiHrsw
Copy link

YuiHrsw commented Nov 10, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants