mcfunction-langserver
mcfunction-langserver copied to clipboard
Language Server for Minecraft Functions. See https://github.com/Levertion/vscode-mcfunction for a use
Hello. Is there a guide on usage? Thanks..
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/mocha](https://togithub.com/DefinitelyTyped/DefinitelyTyped) | [`5.2.6` -> `8.2.2`](https://renovatebot.com/diffs/npm/@types%2fmocha/5.2.6/8.2.2) | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | @​types/js-combinatorics | [`0.5.31` -> `0.5.32`](https://renovatebot.com/diffs/npm/@types%2fjs-combinatorics/0.5.31/0.5.32) | [](https://docs.renovatebot.com/merge-confidence/)...
Stop filtering and leave it to vscode. This also moves to snapshot based testing and replaces `options: NamespacedName[]` with `IdMap` (unfinished).
Supersedes #107. Let vscode handle the filtering of suggestions. We might need to dedupe to combine descriptions, but if vscode doesn't handle this we could probably get it added to...
When we suggest tags, the suggestions are duplicated for each instance of the tag. For example, if two datapacks add to `minecraft:load`, we suggest `minecraft:load` twice.
This was not supported in `commands.json` when I last checked, so it needs a special case.
`execute as @a at @s anchored eyes facing entity @e[type=item,limit=1]` gives an error Expected float. `loot ` uses functions instead of loot tables.
The current handling of settings is not optimal - we currently use a global variable to store all settings. Because of this, I haven't added any features which could be...
We need to document this or implement it. This will **not** block initial release.