MS VSCode IDE Development Environment

MS VSCode IDE Development Environment

2023-10-01. Category & Tags: IDE, Development Environment, Visual Studio Code, Programming

Remote Development Environment #

install vscode #

setup remote connection to nix #

do use public-key auth #

interactive auth / passphrase will create problems ! (progress hangs) (“details” on the bottom-right does NOT provide enough useful information)

tip: we can choose any config file. tip: check ssh key file permission (windows OS permission!)

make sure we can ssh to the remote in ps without passwd, then open vsc: F1, C+S+P > “remote ssh” > connect to remote

tip: the 1st time of connection will ask for remote type: Linux vs Mac vs. Win (on the top of VSC).