Skip to content
New issue

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

Integrated terminal hangs on startup #42042

Closed
benorosz opened this issue Jan 23, 2018 · 3 comments
Closed

Integrated terminal hangs on startup #42042

benorosz opened this issue Jan 23, 2018 · 3 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s) info-needed Issue requires more information from poster terminal General terminal issues that don't fall under another label

Comments

@benorosz
Copy link

benorosz commented Jan 23, 2018

  • VSCode Version: Code 1.19.2 (490ef76, 2018-01-10T15:55:03.538Z)
  • OS Version: Windows_NT x64 10.0.14393
  • Extensions: none

Steps to Reproduce:

  1. Open terminal

I've tried it with Powershell, cmd, and bash and the results are the same each time. Terminal path is valid, I'm using the 64-bit paths on a 64-bit system, there are no errors in the dev tools, there are no special characters in any of the paths, and I've looked here for similar issues and found #37044 that describes exactly my issue, but it was closed with nothing actually resolved. The weird thing is that it was working just fine a few weeks ago, then without any updates to anything (to my knowledge), the terminal stopped functioning entirely. I've tried a fresh install as well but no dice.

@vscodebot vscodebot bot added the terminal General terminal issues that don't fall under another label label Jan 23, 2018
@Tyriar
Copy link
Member

Tyriar commented Jan 30, 2018

@benorosz I haven't been able to reproduce this class of issues unfortunately.

Can you share you settings.json and anything special about your setup/env?

@Tyriar Tyriar added the info-needed Issue requires more information from poster label Jan 30, 2018
@benorosz
Copy link
Author

benorosz commented Jan 30, 2018

{
"git.path": "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Git\git.exe",
"terminal.integrated.shell.windows": "C:\Program Files\Git\bin\bash.exe",
"workbench.colorTheme": "Visual Studio Dark",
"editor.minimap.enabled": false,
"explorer.enableDragAndDrop": false,
"editor.renderIndentGuides": false,
"git.decorations.enabled": false,
"editor.dragAndDrop": false,
"workbench.tips.enabled": false,
"files.exclude": {
"dist": true
},
"editor.scrollBeyondLastLine": false,
"workbench.settings.openDefaultSettings": false,
"window.newWindowDimensions": "maximized",
"html.format.indentInnerHtml": true,
"terminal.integrated.cwd": "C:\Users\User\git\project1",
"git.defaultCloneDirectory": "C:\Users\User\git\project1",
"html.autoClosingTags": false,
"workbench.startupEditor": "newUntitledFile"
}

Nothing unusual about my environment as far as I'm aware.

@Tyriar
Copy link
Member

Tyriar commented Jan 30, 2018

Ok, I'll close this in favor of #37044 then to keep the issue count down as it's the same issue.

@Tyriar Tyriar closed this as completed Jan 30, 2018
@Tyriar Tyriar added the *duplicate Issue identified as a duplicate of another issue(s) label Jan 30, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Mar 16, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s) info-needed Issue requires more information from poster terminal General terminal issues that don't fall under another label
Projects
None yet
Development

No branches or pull requests

2 participants