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 I start commands in the terminal, everything blackout in the terminal section. It works fine when I run commands directly on my Mac.
It is also not following my .bash_profile rules.
The text was updated successfully, but these errors were encountered:
Emoji mess with cursor position in some environments (tracking in xtermjs/xterm.js#1059)
As for everything blacking out, sounds like you're seeing an issue with the canvas renderer, you can turn this off with this setting:
"terminal.integrated.rendererType": "dom"
Sorry, something went wrong.
Tyriar
No branches or pull requests
When I start commands in the terminal, everything blackout in the terminal section. It works fine when I run commands directly on my Mac.
It is also not following my .bash_profile rules.
The text was updated successfully, but these errors were encountered: