aws / aws-toolkit-vscode

Amazon Q, CodeCatalyst, Local Lambda debug, SAM/CFN syntax, ECS Terminal, AWS resources
https://marketplace.visualstudio.com/items?itemName=AmazonWebServices.amazon-q-vscode
Apache License 2.0
1.41k stars 349 forks source link

Extension doesn't load in devcontainer #5174

Closed ThePlenkov closed 2 weeks ago

ThePlenkov commented 2 weeks ago

Hi! I try to use the extension - it simply doesn't work.

Tried to reinstall many times - here is what I have:

I don't have any texts, %AWS is instead

image image image

but worse is - it doesn't work even if I choose those: image

Could you please help to solve it? Thanks!

justinmk3 commented 2 weeks ago

That's very unusual, and suggests that the vsix file didn't get installed correctly or isn't getting loaded correctly. (Check the Output channels to see if there are log messages from vscode)

Are you using vscode or a derivative, like vscodium?

Can you share the details requested by the issue template :

ThePlenkov commented 2 weeks ago

It's vscode. So what I observe is following. It works in Windows and WSL , but doesn't work in a remote container.

Let me try please to create an example

ThePlenkov commented 2 weeks ago

OK rebuilding the image of the devcontainer helped. It freshly installed the extension and now it works.