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

Add CMake-related Files for GitHub Codespace #95

Merged

Conversation

franziska-wegner
Copy link
Owner

@franziska-wegner franziska-wegner commented Jan 5, 2024

This PR introduces the CMake specific files that are required for the GitHub Codespace [3]. For more information about .vscode/launch.json use IntelliSense to learn about possible attributes and visit [1]. To customize the Codespace and run the right CMake configuration, we introduce CMakePresets.json [2].

[1] https://go.microsoft.com/fwlink/?linkid=830387
[2] https://devblogs.microsoft.com/cppblog/customizing-github-codespaces-for-cpp-projects/
[3] https://code.visualstudio.com/docs/editor/debugging#_launch-configurations

@franziska-wegner franziska-wegner added CI/CD Changes in the CI process codespace Changes that are GitHub Codespace related labels Jan 5, 2024
@franziska-wegner franziska-wegner self-assigned this Jan 5, 2024
@franziska-wegner franziska-wegner force-pushed the codespace-animated-space-telegram-755x5gq695rhrwp4 branch 2 times, most recently from c6f1db3 to 3ad6de6 Compare January 5, 2024 15:11
@franziska-wegner franziska-wegner force-pushed the codespace-animated-space-telegram-755x5gq695rhrwp4 branch from 44c1505 to 07bce93 Compare January 5, 2024 15:13
@franziska-wegner franziska-wegner changed the title Add File for GitHub Codespace Add CMake-related Files for GitHub Codespace Jan 5, 2024
Copy link

codecov bot commented Jan 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (0acf774) 94.57% compared to head (3bc15aa) 94.57%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #95   +/-   ##
=======================================
  Coverage   94.57%   94.57%           
=======================================
  Files          55       55           
  Lines        5050     5050           
=======================================
  Hits         4776     4776           
  Misses        274      274           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@franziska-wegner franziska-wegner marked this pull request as ready for review January 5, 2024 15:40
@franziska-wegner franziska-wegner merged commit c83e2cd into main Jan 5, 2024
17 checks passed
@franziska-wegner franziska-wegner deleted the codespace-animated-space-telegram-755x5gq695rhrwp4 branch January 5, 2024 15:42
github-actions bot added a commit that referenced this pull request Jan 5, 2024
This PR introduces the CMake specific files that are required for the GitHub Codespace [3]. For more information about `.vscode/launch.json` use `IntelliSense` to learn about possible attributes and visit [1]. To customize the Codespace and run the right CMake configuration, we introduce `CMakePresets.json` [2].

Comments
* Add codespace specific files
* Ignore the output directory from codespace
* Check pre-commit now
* No comments are allowed with pre-commit in jsons
* [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci

Literature
[1] https://go.microsoft.com/fwlink/?linkid=830387
[2] https://devblogs.microsoft.com/cppblog/customizing-github-codespaces-for-cpp-projects/
[3] https://code.visualstudio.com/docs/editor/debugging#_launch-configurations c83e2cd
github-actions bot added a commit that referenced this pull request Jan 5, 2024
This PR introduces the CMake specific files that are required for the GitHub Codespace [3]. For more information about `.vscode/launch.json` use `IntelliSense` to learn about possible attributes and visit [1]. To customize the Codespace and run the right CMake configuration, we introduce `CMakePresets.json` [2].

Comments
* Add codespace specific files
* Ignore the output directory from codespace
* Check pre-commit now
* No comments are allowed with pre-commit in jsons
* [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci

Literature
[1] https://go.microsoft.com/fwlink/?linkid=830387
[2] https://devblogs.microsoft.com/cppblog/customizing-github-codespaces-for-cpp-projects/
[3] https://code.visualstudio.com/docs/editor/debugging#_launch-configurations c83e2cd
github-actions bot added a commit that referenced this pull request Jan 5, 2024
This PR introduces the CMake specific files that are required for the GitHub Codespace [3]. For more information about `.vscode/launch.json` use `IntelliSense` to learn about possible attributes and visit [1]. To customize the Codespace and run the right CMake configuration, we introduce `CMakePresets.json` [2].

Comments
* Add codespace specific files
* Ignore the output directory from codespace
* Check pre-commit now
* No comments are allowed with pre-commit in jsons
* [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci

Literature
[1] https://go.microsoft.com/fwlink/?linkid=830387
[2] https://devblogs.microsoft.com/cppblog/customizing-github-codespaces-for-cpp-projects/
[3] https://code.visualstudio.com/docs/editor/debugging#_launch-configurations c83e2cd
github-actions bot added a commit that referenced this pull request Jan 5, 2024
This PR introduces the CMake specific files that are required for the GitHub Codespace [3]. For more information about `.vscode/launch.json` use `IntelliSense` to learn about possible attributes and visit [1]. To customize the Codespace and run the right CMake configuration, we introduce `CMakePresets.json` [2].

Comments
* Add codespace specific files
* Ignore the output directory from codespace
* Check pre-commit now
* No comments are allowed with pre-commit in jsons
* [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci

Literature
[1] https://go.microsoft.com/fwlink/?linkid=830387
[2] https://devblogs.microsoft.com/cppblog/customizing-github-codespaces-for-cpp-projects/
[3] https://code.visualstudio.com/docs/editor/debugging#_launch-configurations c83e2cd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/CD Changes in the CI process codespace Changes that are GitHub Codespace related
Projects
Development

Successfully merging this pull request may close these issues.

None yet

1 participant