Jump to content

VSCodium: Difference between revisions

34 bytes removed ,  13 March 2020
remote-ssh does not work with vscodium
imported>Trusktr
(add install section)
imported>Mic92
(remote-ssh does not work with vscodium)
Line 20: Line 20:
       ms-azuretools.vscode-docker
       ms-azuretools.vscode-docker
     ]) ++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [
     ]) ++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [
    {
      name = "remote-ssh";
      publisher = "ms-vscode-remote";
      version = "0.47.2";
      sha256 = "04niirbkrzsm4wk22pr5dcfymnhqq4vn25xwkf5xvbpw32v1bpp3";
    }
     {
     {
       name = "remote-ssh-edit";
       name = "remote-ssh-edit";
Line 44: Line 38:


Please note that some Visual Studio Code extensions have licenses that restrict their use to the official Visual Studio Code builds and therefore do not work with VSCodium. See [https://github.com/VSCodium/vscodium/blob/master/DOCS.md#proprietary-debugging-tools this note on the VSCodium docs page] for what's been found so far and possible workarounds.
Please note that some Visual Studio Code extensions have licenses that restrict their use to the official Visual Studio Code builds and therefore do not work with VSCodium. See [https://github.com/VSCodium/vscodium/blob/master/DOCS.md#proprietary-debugging-tools this note on the VSCodium docs page] for what's been found so far and possible workarounds.
In particular [https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-ssh remote-ssh] does not work yet with vscodium.
Anonymous user