Open zzj0402 opened 2 years ago
If you are on Windows or macOS, you need to use the full path to Tabby binary instead.
TABBY_PLUGINS=$(pwd) /Applications/Tabby.app/Contents/MacOS/Tabby --inspect
works for me.
TABBY_PLUGINS=$(pwd) : The term 'TABBY_PLUGINS=$(pwd)' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was
included, verify that the path is correct and try again.
Even if full path is provided
If you still have problems with the brothers can look at this file: app/src/plugins.ts below the initModuleLookup method, you know that in fact, the system will load a custom environment variable to load the offline plugin
Describe the problem: I am trying to write up a plugin for tabby, an awesome terminal. I am following https://github.com/Eugeny/tabby/blob/master/HACKING.md#plugins but the debug script returns
To Reproduce:
TABBY_PLUGINS=$(pwd) tabby --debug