Add VS Code workspace setup for build/debug - #201
Merged
Conversation
BenjaFriend
force-pushed
the
chore/vs-code-setup
branch
from
August 29, 2026 12:29
d254802 to
e15b7be
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
FlingEngine.code-workspaceplus.vscode/config (settings.json,extensions.json,tasks.json,launch.json,cmake-variants.json) so opening the repo in VS Code gives working CMake build/debug targets out of the box.Run and Debugpanel gets ready-madeDebug Sandbox/Debug FlingTestsconfigs (cross-platform: gdb via cppdbg on Linux/macOS, cppvsdbg on Windows), each wired to a matching build task.CMake: Select Variant, without re-runningInit.sh/Init.bat.Init.sh/Init.batprint a hint to open the workspace file; README documents the new VS Code workflow..gitignoreupdated so the workspace file and the specific.vscode/*config files we want tracked aren't swallowed by existing blanket ignore rules.Test plan
cmake --build build --config <X>and reconfiguringCMAKE_BUILD_TYPEin place works across Debug/Release/Debug on Linux (Unix Makefiles generator).gitignoretracks exactly the intended files (git status/git check-ignore)Debug Sandbox/Debug FlingTestslaunch configs with cppvsdbg, and variant switching with the Visual Studio multi-config generator🤖 Generated with Claude Code
https://claude.ai/code/session_012EzaEQw9gd6k41NhTbNjko