Open tdhopper opened 2 years ago
Mine is Macbook air M1, same or similar issue
Ok, I just solve the issue "connect to server got closed", you need to install java in your system first.
brew install openjdk
Then set java's bin environment in your bashrc or zshrc, whatever.
export BREW_HOME=/opt/homebrew
export PATH=$BREW_HOME/bin:$PATH
export PATH="$BREW_HOME/opt/openjdk/bin:$PATH"
Description
I have tried to install the extension in VS Code 1.63.2 on macOS 12.0.1 on a M1 Pro Macbook multiple times. I get one of two errors when I try to install:
or
The extension shows as installed, but it doesn't work.
Extension version
v0.2.23