Deephaven VS Code Extension - Usage
This section deals with the different ways you can run code against a running Deephaven server.
From source code
You can execute entire files or selected code in files as queries against a running Deephaven server with this extension. To do so, your file needs to match the language of the server you are connecting to (Python or Groovy). You can use the command palette, context menu, editor toolbar actions, or click the Run Deephaven File button atop the editor.

A new connection will appear in the CONNECTIONS panel on the left-hand side of VS Code when you execute the code. Additionally, the PANELS tree below will show any variables exposed in the connection. To disconnect, hover over the connection item and click the trash icon.
Markdown Code Blocks
The extension also supports running code blocks in markdown files. Like with running entire files, the code block must match the language of the server you are connecting to. Atop the code block, click the Run Deephaven Block action.
