Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
sudhirverma committed Jul 29, 2020
1 parent 6be0f74 commit df94eb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -821,6 +821,7 @@
"@typescript-eslint/parser": "^2.12.0",
"chai": "^4.2.0",
"codecov": "^3.7.1",
"css-loader": "^3.6.0",
"cytoscape": "^3.14.0",
"cytoscape-dagre": "^2.2.2",
"decache": "^4.5.1",
Expand Down
1 change: 1 addition & 0 deletions src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ export async function activate(context: vscode.ExtensionContext): Promise<void>
vscode.commands.registerCommand('tekton.open.task', (context) => execute(TaskRun.openDefinition, context)),
vscode.commands.registerCommand('tekton.open.task.palette', (context) => execute(TaskRun.openDefinition, context)),
vscode.commands.registerCommand('tekton.view.pipelinerun.diagram', (context) => execute(PipelineRun.showDiagram, context)),
vscode.commands.registerCommand('tekton.pipeline.wizard.start', (context) => execute(Pipeline.startWizard, context)),

pipelineExplorer,
// Temporarily loaded resource providers
Expand Down

0 comments on commit df94eb9

Please sign in to comment.