-
Notifications
You must be signed in to change notification settings - Fork 857
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 extensions to VSCode python.analysis.extraPaths
settings
#526
Conversation
Hi, is it possible to just have them inside the template JSON file instead of the python script?
|
Sorry, currently I don't have a better solution except to directly hard-code the path into the template JSON file |
python.analysis.extraPaths
settings
This MR adds the path of the isaac lab extensions to vscode `python.analysis.extraPaths` to execute intelligent prompt in vscode properly. Fixes #463 - Bug fix (non-breaking change which fixes an issue) In .vscode/tools/setup_vscode.py ![f9429980-bf0b-4e28-917b-10c0eccc92ce](https://github.com/isaac-sim/IsaacLab/assets/75050508/18cf4868-28be-4907-ae6e-be287ff946b1) - [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 - [x] I have run all the tests with `./isaaclab.sh --test` and they pass - [ ] 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
This MR adds the path of the isaac lab extensions to vscode `python.analysis.extraPaths` to execute intelligent prompt in vscode properly. Fixes #463 - Bug fix (non-breaking change which fixes an issue) In .vscode/tools/setup_vscode.py ![f9429980-bf0b-4e28-917b-10c0eccc92ce](https://github.com/isaac-sim/IsaacLab/assets/75050508/18cf4868-28be-4907-ae6e-be287ff946b1) - [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 - [x] I have run all the tests with `./isaaclab.sh --test` and they pass - [ ] 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
This MR adds the path of the isaac lab extensions to vscode `python.analysis.extraPaths` to execute intelligent prompt in vscode properly. Fixes isaac-sim#463 - Bug fix (non-breaking change which fixes an issue) In .vscode/tools/setup_vscode.py ![f9429980-bf0b-4e28-917b-10c0eccc92ce](https://github.com/isaac-sim/IsaacLab/assets/75050508/18cf4868-28be-4907-ae6e-be287ff946b1) - [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 - [x] I have run all the tests with `./isaaclab.sh --test` and they pass - [ ] 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
Description
I added the path of isaac lab extensions to vscode python.analysis.extraPaths to execute intelligent prompt in vscode properly.
Fixes #463
Type of change
Screenshots
In .vscode/tools/setup_vscode.py
Checklist
pre-commit
checks with./isaaclab.sh --format
./isaaclab.sh --test
and they passconfig/extension.toml
fileCONTRIBUTORS.md
or my name already exists there