msteen

Results 31 comments of msteen

@Ten0 I haven't used this project myself in over a year, despite doing some work on it. I [asked for other maintainers on Discourse](https://discourse.nixos.org/t/looking-for-extra-maintainers-for-nixos-vscode-server/27621), but no one replied. You seem...

You should try disabling it first: `systemctl --user disable auto-fix-vscode-server.service` And then you should be able to `start` / `stop` / `enable` it again hopefully. Some weird cache or other...

Would you need vscode-server in that case too, or is (in practice) either vscode-server or the tunnel? If it is the latter, you should be able to just use [`installPath`](https://github.com/nix-community/nixos-vscode-server#installpath)...

Good to know! Normally I would say that it is outside the scope of this project (not related to VS Code _server_), but given the overlap is so extremely high...

I made [a branch](https://github.com/nix-community/nixos-vscode-server/tree/vscode-cli) for this. I haven't tested it, but it should work for `vscode-cli`, but to make it work with tunnels out of the box too, I thought...

Considering GitHub uses pretty much the same syntax highlighter, here you can see another case were this goes wrong: ```nix { sourcePort = 80; destination = "${test}:80"; proto = "both";...

I do have `"skipLibCheck": true` already set. Your `.d.ts` are just not conform `"type": "module"`, while your `dist/**/*.js` files are. I wish I could point to the right documentation, but...

It has to do with my use of `"moduleResolution": "NodeNext"`, [which is the recommend setting for Node.js 12 and higher](https://www.typescriptlang.org/docs/handbook/modules/reference.html#the-module-compiler-option). It also mentions this when I hover "NodeNext" in my...

> Thanks for the details, appreciate it. I'll get it fixed tomorrow! Awesome! This seems to be an interesting library to be able to use signals like those of Solid,...

@Ten0 Due to various reasons I don't want to continue working on this project. I asked before (in matrix), without success, but now someone looked into it and turned out...