Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# vscode-remote-workaround

This module basically just adds a systemd path that listens for updates on the `~/.vscode-server` path and replaces the Node binary that gets downloaded with a link to the Nix one.
If you already have those files downloaded before applying an updated config with this module enabled it won't pick up any changes, so you first need to delete the `~/.vscode-server` directory.

You may also need to run `code .` twice to get it to work, as it seems like the link isn't applied in time for it to work the first time.