summaryrefslogtreecommitdiff
path: root/.vscode
AgeCommit message (Collapse)Author
2026-03-02Dev: Mac/Linux compat for VS Code tasks (#6211)Shishu the Dragon
2026-02-26Update .vscode and .devcontainer files (#6246)coavins
This commit makes some changes to the dockerfile to make it work again. We install cmake from source in order to meet the minimum required version specified in the CMakeLists.txt file. We build the same version that is installed on the CI runner image. We also build tinyxml2 from source because we need some cmake files that are apparently not included in the apt package.
2025-01-19Dev Feature - Create VS Code Build tasks and update build documentation (#4895)Lord Jabu Jabu
* Added vs code build tasks * Fix typo in BUILDING.md regarding CMake Tools plugin * Add "Build All" task to VS Code configuration