Skip to content

Setting a terminal by workspace settings is broken! User settings are not sufficient! #19758

Closed
@RobIsHere

Description

@RobIsHere
  • VSCode Version: 1.9.0
  • OS Version: Windows 10

Steps to Reproduce:

  1. Upgrade to VSCode 1.9.0
  2. Open Terminal

VSCode complains that my custom terminal settings in the workspace configuration are wrong after the update. It does not respect these anymore.

I need per project/workspace configuration because i use remote ssh terminals to work on the dev server. The dev server is different in every workspace.

This was perfectly working:

    "terminal.integrated.shell.windows": "ssh.exe",
    "terminal.integrated.shellArgs.windows": [
        "myuser@myserver.com",
        "-t",
        "cd /data/project; bash --login"
    ],

Please tell me how i can downgrade to the working version until this is fixed.

Metadata

Metadata

Labels

feature-requestRequest for new features or functionalityterminalGeneral terminal issues that don't fall under another label

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions