Description of changes fix ocr text add 10 minutes timeout instead of default 1 hour FixesnixosTests.vscode-remote-sshtest timing out since2024-07-07: https://hydra.nixos.org/job/nixos/trunk-combined/nixos.tests.vscode-remote-ssh.x86_64-linux https://hydra.nixos.org/build/269984263 Log:...
pname="vscode"+lib.optionalStringisInsiders"-insiders"; # This is used for VS Code - Remote SSH test rev="4849ca9bdf9666755eb463db297b69e5385090e3"; rev="38c31bc77e0dd6ae88a4e9cc93428cc27a56ba40"; executableName="code"+lib.optionalStringisInsiders"-insiders"; ...
Username for 'https://github.com': このエラーで検索すると「sshプロトコルに変える」という解決策をよく見受けられます。 しかし、githubでは公式にhttpsを勧めているようでsshにはしたくありません。 ちなみにgithubがhttpsを勧める理由はsshはfirewallの対象になることが多いためだそうです。
fix-vscode-remote.sh script Sep 30, 2020 .gitignore Client changes Jun 24, 2018 LICENSE Better formatting of LICENSE Jun 29, 2018 README.md Remove references to dead wsl branch Feb 8, 2021 bare-metal.nix merge wsl config with master ...
Description of changes This PR adds a package named vscode-oss that build https://github.com/microsoft/vscode from source. (Currently we have vscode + vscodium but they are not built by nix). Not only does this provide vscode desktop, but also remote-ssh
Source: https://www.unixtutorial.org/ssh-bad-configuration-option-usekeychain/ How to install a new package? Go to home-manager.nix in users/joost add, for examaple pkgs.vscode. You can look for packages with nix search or nix --extra-experimental-features "nix-command flakes" search nix...
I think there's a variant of this issue also present when using vscode remote dev. From a mac client (have also repro'd from a Windows client), I'm connecting to a nixos remote host. Nixos doesn't have the vscode package installed (so the above patch doesn't do anything). But I...
Bug description Currently Nix environment variables do not take effect for wsl --exec. This problem affects VSCode Remote WSL extension badly because by default it uses wsl --exec to start the code server, which requires nix-ld and NIX_L...
.vscode feat: getting changedetection fkn working (#176) May 24, 2024 docs docs: flesh out secrets a bit May 14, 2024 flyio/vaultwarden chore(deps): lock file maintenance Jun 2, 2024 nixos chore(docker-image): update ghcr.io/bachya/ecowitt2mqtt:latest docker… Jun 5, 2024 .envrc ...
services.vscode-server = { enable = true; installPath = "$HOME/.vscodium-server"; nodejsPackage = pkgs.nodejs-18_x; }; Author steveej commented Jul 18, 2024 this issue occurred because my local vscodium had a setting for for a custom binary name: "remote.SSH.experimental.serverBinary...