https://github.com/gztimewalker/vscodecpphelper
Visual Studio Code C++ Helper will help you to init your code folder.
https://github.com/gztimewalker/vscodecpphelper
Last synced: 11 months ago
JSON representation
Visual Studio Code C++ Helper will help you to init your code folder.
- Host: GitHub
- URL: https://github.com/gztimewalker/vscodecpphelper
- Owner: GZTimeWalker
- Created: 2021-08-05T20:41:22.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-17T17:34:25.000Z (over 4 years ago)
- Last Synced: 2025-02-23T03:41:47.326Z (over 1 year ago)
- Language: C#
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Visual Studio Code C++ Helper
Help you to compile C/C++ with Visual Studio Code.
帮助你进行编译调试 C/C++ 的 VSCode 环境配置。
# Build
`dotnet publish -c Release -r win-x64`
Compile with .net 6 & native AOT.