Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider giving priority to added paths over gitignore files #3114

Open
danielo515 opened this issue Mar 12, 2025 · 0 comments
Open

Consider giving priority to added paths over gitignore files #3114

danielo515 opened this issue Mar 12, 2025 · 0 comments

Comments

@danielo515
Copy link

Hello.
I was trying to make the VSCod extension detect my hammerspoon definitions, and it was not working.
Then I noticed the "Lua.workspace.useGitIgnore": false setting, and after setting it to false it started working.

I have this in my third party config

"Lua.workspace.userThirdParty": [
  "/private/etc/nix-darwin/dotfiles/hammerspoon/Spoons/EmmyLua.spoon/annotations/"
]

That annotations folder is gitignored, but I seriously think it should take priority over the gitignore setting, because I manually added it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant