Venryx / vscode-vtools

A collection of small tools for Visual Studio Code.
MIT License
21 stars 10 forks source link

Auto hide doesn't work when using a remote session #18

Open AlexAngell opened 5 years ago

AlexAngell commented 5 years ago

Auto hide doesn't seem to work when using a remote session via the "Remote - SSH" extension (Version 0.45.5).

vtools version : 1.0.6. Installed on "Local" VS Code Session.

Venryx commented 4 years ago

I don't have time to debug this right now, but I'm open for pull requests. (and will prioritize pull-requests if someone takes the time to figure out a fix)

Avery-Whitaker commented 4 years ago

20 should force it to run locally instead of the default remote

@AlexAngell is the extension running locally? Until PR is merged this should fix:

    "remote.extensionKind": {
        "venryx.vscode-vtools": "ui",
    },

Add to your settings.json