vscode-gitops-tools icon indicating copy to clipboard operation
vscode-gitops-tools copied to clipboard

GitOps Visual Studio Code Extension

Results 65 vscode-gitops-tools issues
Sort by recently updated
recently updated
newest added

https://fluxcd.io/docs/cmd/flux_tree/

enhancement
refactor

A continuation of #115 https://fluxcd.io/docs/cmd/flux_delete_source_helm/

feature

with a link to `wego` CLI installation instructions: https://docs.gitops.weave.works/docs/installation As part of GitOps terminal initialization in #8, we should: - [ ] list `wego` version installed - [ ] display...

feature
UI

k8s tools already have some built-in: https://github.com/Azure/vscode-kubernetes-tools/tree/master/snippets We can present them in a custom k8s snippets view similar to this generic snippets extension: https://github.com/RandomFractals/vscode-snippets-viewer and add GitOps/Flux specific snippets in...

feature
UI

@murillodigital looking at the output @usernamehw shared for the controllers state update in https://github.com/weaveworks/vscode-gitops-tools/issues/74#issuecomment-924821003, we should start talking about replicas and conditions and how they fit in our clusters tree...

feature
UI
blocked

see `icon` field in `package.json` from #4 and view container setup in #3 ![weave-gitops-view-container](https://user-images.githubusercontent.com/656833/130093312-05d3faa0-353b-4e21-bd78-419d63b92a02.png)

documentation
UI
blocked

### Expected behaviour When I open the GitOps Tools extension I expect it to use the current context from my kubeconfig. It's always worked that way in the past. ###...

Instead of this: ![image](https://user-images.githubusercontent.com/4100/191726980-3d354afa-c749-4b02-bdc6-e9db2c37df8e.png) The extension should provide additional info for better user experience: "Checking Prerequisites" "Retrieving Metadata" "Installing Flux" "Refreshing Clusters" etc.

At least the revision is missing, should be part of the metadata that we bubble up to the hover text when inspecting an OCIRepository (We don't have to add source...