SPGoding
SPGoding
Thanks for testing. I think I know what's the problem. I'll let you know after I fix it and do some more testing on my own.
I swear I made [this same change](https://github.com/SpyglassMC/Spyglass/pull/1610/commits/5dff7aab74a05d5f07c09a5c700400fc57675c82) in February but could still see issues with deleting files, but now I can't seem to reproduce them anymore :skull:
> The underlying issue here I think is that excluded files are still tracked and stored by the `CacheService` I don't think it tracks them in the first run. However,...
This can be fixed by adding `usageType: 'definition'` to the score holder in `ExecuteStoreTarget` at `packages/java-edition/src/mcfunction/tree/patch.ts` similar to what's done for `ObjectiveWriteTargets`.
Resource locations used to be `DocumentLink`s in v3. They are now handled by `go to definition`. We could add underline style to the `resourceLocation` semantic token in `package.json` in `vscode-extention`...
I think fixing the `getHover()` function would be a better move here.
Coming back to this, setting `subcategory` on the child symbol to `criterion` should result in a hover like `(advancement/criterion) iron_pickaxe`. I think that'd be good enough?
What is the error message in VS Code? I couldn't seem to reproduce this issue.
Does version 3.4.12 also have this issue?
Could anyone affected by this bug please try installing these two different builds of the extension in VS Code (go to sidebar -> Extensions -> three dots -> Install from...