Adds a few commands for opening the current file or project in Transmit.
This extension will automatically switch to "Local Browser" for you, in order for this to work you might need to grant Visual Studio Code accessibility permissions (System Preferences -> Security & Privacy -> Privacy -> Accessibility).
Follow the instructions in the Marketplace, or run the following in the command palette:
ext install fabiospampinato.vscode-open-in-transmit
It adds 4 commands to the command palette:
'Open in Transmit (Left)' // Open the current file or project in Transmit's left panel
'Open in Transmit (Right)' // Open the current file or project in Transmit's right panel
'Open Root in Transmit (Left)' // Open the current project in Transmit's left panel
'Open Root in Transmit (Right)' // Open the current project in Transmit's right panel
MIT © Fabio Spampinato