kclient integration to set up remote desktop access for VS Code
To add this to a devcontainer, you add the following to the devcontainer.json
"customizations": {
"vscode": {
"extensions": [
...,
"gbraad.rdesktop-kclient"
]
}
}
@gbraad |