Jump to content

VScode terminal not working

So I opened VScode and clicked open new terminal and no terminals opened up so I clicked show terminal and no terminals were open and I couldn't open any
Screenshot:
image.thumb.png.f5065cca8e3a320da60383e941a8bc62.png

And I tried turning Terminal->Integrated->Tabs off and it still wasn't working
Screenshot:

image.thumb.png.ebb0b223bcdd3b60e5ef954e77901f93.png

If you need it, here is my settings.json file:

{
    "workbench.editor.enablePreview": false,
    "workbench.editorAssociations": {
        "*.ipynb": "jupyter.notebook.ipynb"
    },
    "editor.minimap.enabled": false,
    "files.autoSave": "afterDelay",
    "[html]": {
        "editor.defaultFormatter": "esbenp.prettier-vscode"
    },
    "terminal.explorerKind": "integrated",
    "security.workspace.trust.enabled": false,
    "terminal.integrated.experimentalLinkProvider": false,
}

 

Link to comment
Share on other sites

Link to post
Share on other sites

21 minutes ago, C2dan88 said:

What shows when you click the either the dropdown menu or the + icon

I had this happen as well.  For some reason, the first terminal wouldn't render anything, though you still could type in it.  Adding new terminals resolved it, but was really annoying.  You could back up your settings, uninstall (completely - delete the entire directory in AppData afterward), then reinstall and see if that resolves.  The machine it was acting up on got wiped and everything reinstalled.  That fixed it for me, but it'll be a bit extreme for your case.

Link to comment
Share on other sites

Link to post
Share on other sites

3 hours ago, C2dan88 said:

What shows when you click the either the dropdown menu or the + icon

Well, when I click the dropdown it shows me the open terminals (Which there are none) and when I click the + icon nothing happens

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×