- lima
- vscode
- jq
- curl
sudo curl -o /usr/local/bin/lcode https://gist.githubusercontent.com/m-bers/9dd91a378c178a0b0664147442e56ffc/raw/c827b5e580bd6acd65c7fd988bd4b534e10b5b9b/lcode
sudo chmod +x /usr/local/bin/lcode
mkdir -p ~/.ssh/lima.d
echo "Include lima.d/*" >> ~/.ssh/config
lcode [FILE OR DIR] [Lima VM name]
Examples:
lcode # vscode remote to the default Lima instance, does not open a file or directory
lcode . ubuntu # vscode remote to the current working directory in a lima instance named "ubuntu"
lcode /Users/user/project/file.json # vscode remote to the default Lima instance, opens a file by absolute path