This is a Visual Studio Code extension for Sardine. This extension is largely based on vscode-foxdot. The extension is capable of:
starting fishery, the Sardine interpreter.
sending lines or blocks of code to the interpreter.
shutting down itself (?)
Commands
sardine.start: automatically run whenever you eval a line for the first time.
sardine.stop: killing the interpreter subprocess.
sardine.silence: Sardine silence function.
sardine.panic: Sardine panic function.
sardine.send: sending line to the interpreter.
sardine.send_selection: sending lines to the interpreter.
Requirements
You will need to install Sardine in order to make it work. Please note that fishery needs to be on your $PATH for the extension to work. You will have to make it available if it is not. It should be if you have installed Sardine correctly.