vscode-commands icon indicating copy to clipboard operation
vscode-commands copied to clipboard

Support remote containers

Open justin-pierce opened this issue 5 years ago • 1 comments

Global settings work. I can't get workspace configuration buttons to show up while working in a container environment (they do show up if I "reopen locally").

I do have both added to devcontainer.json

    "extensions": [
        "fabiospampinato.vscode-terminals",
        "fabiospampinato.vscode-commands"
    ]

justin-pierce avatar Mar 07 '21 18:03 justin-pierce

I think I have some setting somewhere to make the extension for in containers.

fabiospampinato avatar Apr 01 '21 19:04 fabiospampinato