Skip to content

Conversation

@XingxinHE
Copy link

Description

Hi @sheikh-nv , @vick-yu , I'm reporting an issue I encountered when using python -m isaacsim --generate-vscode-settings to create the VS Code configuration, particularly on Windows. Following the Visual Studio Code Support, the generated .vscode/settings.json contains unescaped backslashes in the python.defaultInterpreterPath and python.analysis.extraPaths entries.

image

The root cause is

template = template.replace("PYTHON.DEFAULTINTERPRETERPATH", sys.executable)

and

template = template.replace("PYTHON.ANALYSIS.EXTRAPATHS", content)

I understand that Isaac Sim typically does not accept direct contributions via pull requests. Therefore, please feel free to close this PR without merging. This is simply to highlight the issue and provide a ready-to-use solution for your team to consider at your convenience.

Thank you for developing Isaac Sim!

Isaac Sim version

5.0.0

Operating System (OS)

Windows 11

GPU Name

RTX 4080

GPU Driver and CUDA versions

Driver Version: 566.24, CUDA Version: 12.7

Logs

Additional information

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.

1 participant