vscode-tekton icon indicating copy to clipboard operation
vscode-tekton copied to clipboard

Tekton support for Visual Studio Code

Results 45 vscode-tekton issues
Sort by recently updated
recently updated
newest added

**Environment** VS Code version: 1.65.2 OS: linux Extension version: 1.0.1 **Description** The Extension does not list any tasks in the search. (internet is accessible ![image](https://user-images.githubusercontent.com/14279221/160211443-9b3a4b24-b8d3-484e-a009-64899b9d793a.png)

The latest version of tekton cli is available here https://github.com/tektoncd/cli/releases/tag/v0.27.0 We need to also support the macOS M1 release.

enhancement

Bumps [terser](https://github.com/terser/terser) from 5.7.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

Add DCO documentation

Bumps [got](https://github.com/sindresorhus/got) from 11.8.2 to 11.8.5. Release notes Sourced from got's releases. v11.8.5 Backport security fix https://github.com/sindresorhus/got/commit/861ccd9ac2237df762a9e2beed7edd88c60782dc CVE-2022-33987 https://github.com/sindresorhus/got/compare/v11.8.4...v11.8.5 v11.8.3 Bump cacheable-request dependency (#1921) 9463bb6 Fix HTTPError missing .code property...

dependencies

The latest tkn support export option for pipelinerun. We need to integrate the workflow to export pipelinerun as yaml and use the yaml to create pipeline run in different namespace....

The UI tests are not running in any CI and we need to fix(also some fixes will be also needed).

priority/high
kind/task

Debug sessions can be started from an existing task run. We should be able to start a debug session from the task itself. Reasons for that are: - task runs...

enhancement