Live data from Hacker News

Visual Studio Code 1.17 released

code.visualstudio.com

21–29 of 29 posts

Re: Visual Studio Code 1.17 released

#22
What I really want is to be able to use vscode in a client server architecture. Kind of like a forwarded session, but with client code living on the client machine. Plugins, linters, etc, all living and running on the server. VNC is too slow on hires monitors.

Re: Visual Studio Code 1.17 released

#25
post #22

What I really want is to be able to use vscode in a client server architecture. Kind of like a forwarded session, but with client code living on the client machine. Plugins, linters, etc, all living and running on the server. VNC is too slow on hires monitors.

The architecture largely if not entirely supports that. Extensions and language services in VS Code exchange a flavour of JSON-RPC 2 and can run over HTTP.

Check out "Monaco" (https://github.com/Microsoft/monaco-editor). Easy to drop into any project, and easy to back with OOTB or remote services. I use it in a few different projects for live config editing of custom JSON and XML schemas and excellent auto-complete capabilities.

Re: Visual Studio Code 1.17 released

#26
post #18
post #14

The new terminal looks great. Was there anything done to make it compatible with accessibility tools?

Hi I'm on the VS Code team, this is one of the next focuses for the terminal.

Excellent! Thanks for your reply. I look forward to learning how it's implemented.

Re: Visual Studio Code 1.17 released

#27
post #22

What I really want is to be able to use vscode in a client server architecture. Kind of like a forwarded session, but with client code living on the client machine. Plugins, linters, etc, all living and running on the server. VNC is too slow on hires monitors.

sshfs?
Post reply on HN