Too bad it’s so hard to get a completely local dev environment these days. It hardly matter what CPU I have since all the intensive stuff happens on another computer.
Too bad it’s so hard to get a completely local dev environment these days. It hardly matter what CPU I have since all the intensive stuff happens on another computer.
You dont run an IDE with indexing, error checking and code completion?
vscode-server runs the LSP etc in the remote machine. The local machine is really just the UI.