Skip to content

Commit

Permalink
Rename Tekton Configuration tab to tekton
Browse files Browse the repository at this point in the history
  • Loading branch information
sudhirverma committed May 29, 2020
1 parent 3e51a1a commit 643206a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@
"contributes": {
"configuration": {
"type": "object",
"title": "Tekton Configuration",
"title": "Tekton",
"properties": {
"vs-tekton": {
"type": "object",
"description": "Tekton Configuration",
"description": "Tekton",
"properties": {
"vs-tekton.namespace": {
"type": "string",
Expand Down
1 change: 0 additions & 1 deletion src/yaml-support/tkn-yaml-schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,3 @@ function getDocument(tektonUri: string): vscode.TextDocument | undefined {
}
}
}

0 comments on commit 643206a

Please sign in to comment.