TorchStudio / torchstudio

IDE for PyTorch and its ecosystem
https://torchstudio.ai
MIT License
378 stars 27 forks source link

VSCode Extension fails to install #44

Open StoyanStAtanasov opened 1 year ago

StoyanStAtanasov commented 1 year ago

VSCode Version: 1.74.3 (user setup) Commit: 97dec172d3256f8ca4bfb2143f3f76b503ca0534 Date: 2023-01-09T16:59:02.252Z Electron: 19.1.8 Chromium: 102.0.5005.167 Node.js: 16.14.2 V8: 10.2.154.15-electron.0 OS: Windows_NT x64 10.0.22621 Sandboxed: No

TorchStudio 0.9.14 image

There is no "new torchstudio training" button.

divideconcept commented 1 year ago

To be clear, after restarting VS Code and right clicking on your VS Code project in the WORKSPACE panel, you don't see anything like this ?

image
StoyanStAtanasov commented 1 year ago

My project is a directory, it is not a workspace project. Is that significant?

divideconcept commented 1 year ago

I think it has to be turned into a workspace for that option to appear.

StoyanStAtanasov commented 1 year ago

How do you do that?

StoyanStAtanasov commented 1 year ago

I have saved my project as a workspace in the same project directory. I have added a project directory inside with an empty python file. Still not having the button image

divideconcept commented 1 year ago

Indeed there seems to be a problem, maybe something changed in the latest VS Code versions. I'll investigate.

DaiZack commented 1 year ago

Some issue here, is it mac issue?

drjkpalli commented 1 year ago

same here. on an intel mac. Torch studio app says extension installed but nowhere to be found inside vs code

divideconcept commented 1 year ago

It's due to a change since VSCode 1.75, simple workaround is to delete ~/.vscode/extensions/extensions.json VSCode will rebuild it at the next launch, and you should see the TorchStudio extension.