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? 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
When running 32-bit VS Code on 64-bit Windows the path needs to be sysnative. Basically we want to do this:
https://github.com/Microsoft/vscode/blob/c93565448ab9988cbeb8a0eac4e3304dc97cc844/src/vs/workbench/parts/terminal/electron-browser/terminalConfigHelper.ts#L214-L222
Context: #27
The text was updated successfully, but these errors were encountered:
#41 should solve this!
Sorry, something went wrong.
No branches or pull requests
When running 32-bit VS Code on 64-bit Windows the path needs to be sysnative. Basically we want to do this:
https://github.com/Microsoft/vscode/blob/c93565448ab9988cbeb8a0eac4e3304dc97cc844/src/vs/workbench/parts/terminal/electron-browser/terminalConfigHelper.ts#L214-L222
Context: #27
The text was updated successfully, but these errors were encountered: