We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
I opened VSCode in a WSL directory, then right clicked on a folder and chose "Open in Windows Terminal" and got this error:
Could not launch Windows Terminal: Cannot read property 'map' of undefined
The text was updated successfully, but these errors were encountered:
@warpdesign are you using the preview and didn't have stable installed? This might be #6
Sorry, something went wrong.
I'm using the stable build.
Looking at the extension code it seems it expects a list array with the profiles in the terminal json settings file:
const defaultProfile = settings.profiles.list.find(p => p.guid === settings.defaultProfile)
Problem is in my settings file, profiles is the array containing the profiles:
{ profiles: [ ...
There is no profiles.list property.
I guess this explains the crash.
I guess the schema changed at one point, can add support for both 👍
438709e
Successfully merging a pull request may close this issue.
I opened VSCode in a WSL directory, then right clicked on a folder and chose "Open in Windows Terminal" and got this error:
The text was updated successfully, but these errors were encountered: