https://github.com/joegasewicz/vscode-c-settings
Starter template to build & run c code in Visual Studio Code
https://github.com/joegasewicz/vscode-c-settings
c cprogramming cprogramming-language visual-studio-code vscode
Last synced: 25 days ago
JSON representation
Starter template to build & run c code in Visual Studio Code
- Host: GitHub
- URL: https://github.com/joegasewicz/vscode-c-settings
- Owner: joegasewicz
- Created: 2021-02-28T12:53:30.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-28T14:40:10.000Z (about 4 years ago)
- Last Synced: 2025-02-10T14:53:21.009Z (3 months ago)
- Topics: c, cprogramming, cprogramming-language, visual-studio-code, vscode
- Language: C
- Homepage:
- Size: 127 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Visual Studio Code starter template for C Programming
C Settings for Visual Studio Code
# Setup
1. Install the [C/C++](https://code.visualstudio.com/docs/languages/cpp) vscode extension.2. Clone the repo.
3. Run `rm -rf assets .git`
4. Rename `hello_world.c` as required.
5. Run any of the commands for the current selected file (you must always run the commands with the file currently selected containing the main routine call).
### Commands
Creates 3 run configs - Build & Debug, Build & Run & Run.
### Debugger
Run Build & Debug to use VSCode's break points etc.