Open svallory opened 1 month ago
Hello!
Supporting relative paths, or this ${workspaceFolder}
pattern seems like a good idea, I don't have time to look into this at the moment but I could merge a PR if you want to make one.
The relevant part is here: https://github.com/JonasGruenwald/code-livebook/blob/main/src/liveBookServer.ts#L37
There might be a vscode API to support this ${workspaceFolder}
interpolation if other extensions allow it
Hi!
I'm using devbox and I have livebook installed at
./.nix-mix/escripts
but I can't get the extension to run livebook from there (without using a full path. I've tried settingcode-livebook.livebookExecutablePath
to${workspaceFolder}/.nix-mix/escripts/livebook
.nix-mix/escripts/livebook
livebook
(it's on my path)None worked.
This is not related to devbox, but in case it makes it easier for you to the debug the issue, here's my
devbox.json