microsoft / mindaro

Bridge to Kubernetes - for Visual Studio and Visual Studio Code
MIT License
307 stars 106 forks source link

Cannot find Command "Bridge To Kubernetes: Configure" #191

Closed ckapatch closed 3 years ago

ckapatch commented 3 years ago

Describe the bug I've been trying to get a new project setup to use Bridge To Kubernetes but cannot seem to find the command. I have existing projects that are setup and working but a new one I can't get to work

To Reproduce

  1. Created Project
  2. Ran Project Once to get initial launch configuration
  3. Open commands
  4. Search for "Bridge to Kubernetes: Configure"

Screen Shot 2021-06-18 at 12 48 22 PM Screen Shot 2021-06-18 at 12 48 28 PM Screen Shot 2021-06-18 at 12 49 20 PM

I suppose I'm doing something really obviously wrong. I just can't figure out what it is.

daniv-msft commented 3 years ago

Thanks @ckapatch for opening this issue. This is definitely unusual.

Looking at the second screenshot you shared, we can see that the extension initialized properly, which is good to validate.

The first thing I notice that could explain what you see is that in your command search, the input field doesn't start with ">". I see that you're not using Windows, so maybe it doesn't apply for you, but on my VS Code this makes a difference between commands and searching files by name:

Do you see anything similar? Also, do you see other VS Code commands ("Extensions: Install from VSIX..." for example) in the list?

If this is not the root cause of the issue, would it be possible for you to:

Thanks!

ckapatch commented 3 years ago

thanks @daniv-msft for the prompt response.

that was it. You need the '>' in the front of the command. Thanks for the assistance, it was driving me nuts.

Cheers.