tnk command) installed and accessible in PATHcode --install-extension tsuchinoko-0.2.0.vsix
cd vscode-extension
npm install
npm run compile
npx vsce package
code --install-extension tsuchinoko-0.2.0.vsix
.py)Ctrl+Alt+P (or Cmd+Alt+P on Mac)--diag-json| Command | Keybinding | Description |
|---|---|---|
Tsuchinoko: Show Rust Preview |
Ctrl+Alt+P |
Open Rust preview panel |
Tsuchinoko: Transpile to Rust |
- | Transpile current file |
Open VS Code Settings (Cmd+,) and search for “Tsuchinoko”:
| Setting | Default | Description |
|---|---|---|
tsuchinoko.tnkPath |
tnk |
Path to the tnk command |
Note:
autoCheckandcheckDelaysettings have been removed in v0.2.0.
tnk is installed: tnk --version"tsuchinoko.tnkPath": "/path/to/tnk"
Ctrl+Alt+P)View > Output > Tsuchinoko) for errors.py extensioncode --uninstall-extension tsuchinoko