Skip to content

Commit

Permalink
feat: add placeholder for context name and command fields (#88)
Browse files Browse the repository at this point in the history
Fix #53.

Signed-off-by: Denis Golovin <[email protected]>
  • Loading branch information
dgolovin authored Aug 3, 2023
1 parent f5ed1c3 commit 59f3209
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"type": "string",
"default": "",
"scope": "KubernetesProviderConnectionFactory",
"description": "Context name for Developer Sandbox to easily find it in your Kubernetes contexts"
"description": "Context name for Developer Sandbox to easily find it in your Kubernetes contexts",
"placeholder": "my-dev-sandbox"
},
"redhat.sandbox.context.default": {
"type": "boolean",
Expand All @@ -35,7 +36,8 @@
"type": "string",
"default": "",
"scope": "KubernetesProviderConnectionFactory",
"description": "Login command from Developer Console"
"description": "Login command from Developer Console",
"placeholder": "oc login --token=<token> --server=<url>"
}
}
},
Expand Down

0 comments on commit 59f3209

Please sign in to comment.