Vscode.fish
🆚🐟 Fish port of Visual Studio Code's Terminal Shell Integration
Install / Use
/learn @kidonng/Vscode.fishQuality Score
Category
Development & EngineeringSupported Platforms
README
🆚🐟 vscode.fish
Fish plugin to add support for Visual Studio Code's Terminal Shell Integration.

Features
Differences from experimental fish integration in latest VSCode Insiders:
- Automatic injection*
- Ignore commands with leading spaces, just like fish
- Support private mode
* Does not work with async prompts like Tide or Hydro yet
Installation
Questions
What's VSCode's native support status?
Please refer to the official issue tracker.
Do I still need to setup this if VSCode support it in the future?
Quoting the awesome kitty documentation:
The automatic shell integration is designed to be minimally intrusive, as such it wont work for sub-shells, terminal multiplexers, containers, etc. For such systems, you should setup manual shell integration by adding some code to your shells startup files to load the shell integration script.
Credits
Thanks to @zgracem implementing a prototype and contributing to the VSCode's built-in support.
