You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update extension to work with Porter v1
When Porter released v1, it changed the json structure of some of its commands. For example, standardizing on a naming convention (camelCase), or splitting up some commands in two like seeing an installation and its history. I have updated the extension to work with the current v1 json structure of Porter's command output.
This doesn't impact the schema (autocomplete/intellisense) when viewing a porter.yaml, that is controlled by the `porter schema` command in Porter itself actually. What this does do is fix the Porter Installation panel that is displayed on the left side of the VS Code window. You can now list installations, see previous runs, their logs and outputs again.
Signed-off-by: Carolyn Van Slyck <[email protected]>
* Explain how the namespace is defaulted when installing a bundle with the extension
Signed-off-by: Carolyn Van Slyck <[email protected]>
Signed-off-by: Carolyn Van Slyck <[email protected]>
// The namespace is set to "" to make the compiler happy. When porter install is run, the current namespace defined in the porter config file in PORTER_HOME is used.
0 commit comments