wget https://github.com/exasol-labs/exasol-vscode/releases/download/v1.1.2/exasol-vscode-1.1.2.vsix
code --install-extension exasol-vscode-1.1.2.vsixThe latest version is available at https://github.com/exasol-labs/exasol-vscode/releases/.
If you're not using the Codespace (where code/ is already set up), download the script:
mkdir -p code/utils && cd code
uv init
touch utils/__init__.py
PREFIX=https://raw.githubusercontent.com/alexeygrigorev/exasol-workshop-starter/main/reference
wget ${PREFIX}/utils/connection_info.py -O utils/connection_info.pyRun it:
uv run python utils/connection_info.pyThis prints everything you need: host, port, username, password, and the TLS certificate fingerprint.
Use the connection details from connection_info.py to add a connection in the Exasol extension. For TLS validation, select "Fingerprint (pin certificate)" and paste the fingerprint from the output.