Replies: 1 comment 1 reply
-
One option is to have a keybind to toggle the config option for example:
Or you can just set the config option if you always want to see gitignored files in the file-picker |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a folder that is in .gitignore (cdk.out). I like that the contents of this folder don't show up in the file picker. But occasionally I need to look at a template.yaml that get's put in the cdk.out folder. I have two possible solutions, but they don't quite work for this. I was curious to get others thoughts. The first way is with
:o
this works well except I can't tab complete folder names, so I must type out cdk.out every time. I'm not sure if this is intended or a bug. The other thought I had is if the<space> F
(file picker at current directory) always showed git ignored files. When using this feature, it may be more likely the user wants to see everything in the directory and is not looking at it from a "project" standpoint. Please let me know what you think the best approach would be. Thanks!Beta Was this translation helpful? Give feedback.
All reactions