chrmarti / testissues

2 stars 3 forks source link

Integrated terminal doesn't start bash or any other shell. #2942

Open vscodebot[bot] opened 4 years ago

vscodebot[bot] commented 4 years ago

There is another issue about this problem, but it was closed before it was solved: https://github-com/microsoft/vscode/issues/90878

I assume that these are problems with python, but I don’t understand which ones, because I don’t know how to look at the vscode launch logs or integrated terminal launch logs.

settings.json file: { "latex-workshop.view.pdf.viewer": "tab", "cSpell.language": ",ru", "vim.history": 500, "editor.wordWrap": "on", "workbench.iconTheme": "material-icon-theme", "workbench.colorTheme": "Solarized-light", "explorer.confirmDelete": false, "spellright.language": [ "en_US", "ru_RU" ], "spellright.documentTypes": [ "markdown", "latex", "plaintext" ], "terminal.integrated.inheritEnv": false, "terminal.integrated.shell.linux": "/bin/bash", "editor.renderWhitespace": "all", "cSpell.userWords": [ "modelling" ] }

vscodetestbot[bot] commented 4 years ago

Our issue tracking requires confirmation by a second community member. Anyone but OP can do so by adding a comment /confirm. See also our issue reporting guidelines.

Happy Coding!