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

Adds windows configuration to VS code tasks #963

Merged
merged 4 commits into from
Sep 11, 2024

Conversation

johnBuffer
Copy link
Contributor

@johnBuffer johnBuffer commented Sep 9, 2024

Description

Currently, the tasks shipped with the VS code configuration only specify Linux commands, which prevent the use of them on Windows. This MR adds those tasks for Windows OS as well.

Fixes #962

Type of change

  • New feature (non-breaking change which adds functionality)

Checklist

  • I have run the pre-commit checks with ./isaaclab.sh --format
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • I have updated the changelog and the corresponding version in the extension's config/extension.toml file
  • I have added my name to the CONTRIBUTORS.md or my name already exists there

Copy link
Contributor

@Mayankm96 Mayankm96 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! Looks good to me :)

@Mayankm96 Mayankm96 changed the title Add windows configuration to VS code tasks Adds windows configuration to VS code tasks Sep 9, 2024
@johnBuffer
Copy link
Contributor Author

Thanks for the quick feedback :) Should I tick all the tasks then? I am not sure what to do regarding the changelog and version number since the python code hasn't changed.

@Mayankm96 Mayankm96 merged commit 683fb5c into isaac-sim:main Sep 11, 2024
2 checks passed
iamdrfly pushed a commit to iamdrfly/IsaacLab that referenced this pull request Nov 21, 2024
# Description

Currently, the tasks shipped with the VS code configuration only specify
Linux commands, which prevent the use of them on Windows. This MR adds
those tasks for Windows OS as well.

Fixes isaac-sim#962

## Type of change

- New feature (non-breaking change which adds functionality)

## Checklist

- [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with
`./isaaclab.sh --format`
- [ ] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [ ] I have updated the changelog and the corresponding version in the
extension's `config/extension.toml` file
- [x] I have added my name to the `CONTRIBUTORS.md` or my name already
exists there
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Proposal] Add Windows support for VSCode tasks
2 participants