vscode-ai-toolkit icon indicating copy to clipboard operation
vscode-ai-toolkit copied to clipboard

activity bar icon not shown in remote ssh windows

Open xgdgsc opened this issue 10 months ago • 2 comments

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"]

xgdgsc avatar Feb 07 '25 05:02 xgdgsc

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:

Image

a1exwang avatar Feb 11 '25 08:02 a1exwang

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.

xgdgsc avatar Mar 04 '25 05:03 xgdgsc