Tomas
Tomas
@leslie-wang thanks for another contribution! It's great to see the handling of edge case like this. Please make sure you add tests for all code that you add. Could you...
Sorry for the month-long delay 🤦 @c00w could you please explain why do you include the `go-isatty` dependency?
Thanks for creating the issue @kevinclevenger `godu` uses `gdamore/tcell` for rendering in the terminal. I see that the kitty terminal has been added to `tcell` (https://github.com/gdamore/tcell/blob/c43eafe245f3ba49615c2912e9c5d1057ea44b73/terminfo/x/xterm_kitty/term.go) but most likely only...
> I have also encountered the same error in Alacritty and Wezterm terminals. @Dialga I can try to update the [tcell terminal rendering library](https://github.com/gdamore/tcell), it's a major version upgrade, so...
@Dialga are you a go user? If you have golang installed on your machine, you can install the latest godu with `go install github.com/viktomas/godu@latest` (I updated the terminal rendering library)
Thanks @nochso, I think that when I was implementing `godu` I hugely underestimated the canonical filepath and its accessibility throughout the code. That's something that needs to be solved before...
`godu` is now prepared for the functionality to be implemented here: https://github.com/viktomas/godu/blob/master/core/file_walker.go#L43 It is free for taking if someone wants to implement the logic. Please thumb up this comment if...
The whole logic of `.goduignore` file is now stored in here https://github.com/viktomas/godu/blob/master/ignore.go#L37-L47 The wildcard matching could be implemented there.
I had exactly the same issue! I'm sure I didn't disable `cSpell` in the workspace by myself.
@Craskermasker in some limited cases. This feature is more for defining where your notes are than where they aren't. You can see more details in the VS Code API documentation...