activity bar icon not shown in remote ssh windows
activity bar icon not shown in remote ssh windows, only shown in local windows.
https://code.visualstudio.com/api/advanced-topics/extension-host#preferred-extension-location
Might need to change the extensionKind to "extensionKind": ["ui", "workspace"]
Per vscode documentation:
"extensionKind": ["ui", "workspace"] — Indicates the extension prefers to run as a UI extension, but does not have any hard requirements on local assets, devices, or capabilities.
However, in some cases, AI Toolkit needs to read workspace file (e.g. fine tuning feature), and relies on ONNX runtime and GPU (native library) to do inferencing.
If you want to use AI Toolkit with vscode remote, you may try install the extension in remote side. Take remote WSL as example:
No. I need it to run in local NPU and show icon on remote Windows. It' s like what the Continue extension does by default.