Alexander
Alexander
It seems to work (doesn't throw error) if you specify the namespace: ``` flux tree kustomization kustomization1 -n default ``` > Kustomization/default/kustomization1 Returns only the kustomization itself though. Maybe if...
At this moment Kustomizations are fetched by `flux tree` & Helm Releases (top level) are fetched by `kubectl ...`. For now the Kustomizations are also loaded in the background, but...
Not tested if it works on AKS/AKS ARC yet.
That's how VSCode works. The icon is a standard one (codicon) and its color is a ThemeColor. It should keep the color if you create icons with hardcoded colors (svg...
https://code.visualstudio.com/api/references/contribution-points#contributes.walkthroughs https://github.com/microsoft/vscode-extension-samples/tree/main/getting-started-sample
Currently, even projects have no nested features. They are all treated the same way:  Project/tag/context can have any non-whitespace symbol in them.
I don't know what you mean. All sorting (except default) is done for 1 field only. It only sorts using one field and ignores all else.
``` (A) (F) completed - irrelevant {cm} no priority - irrelevant (G) (Z) ```
What if you try to run multiple commands (with the help of extension https://marketplace.visualstudio.com/items?itemName=usernamehw.commands) to run 2 sorting commands one after another?
I don't see the point in that. If you want to inser task at current line - you can just type it in the editor.