mcfunction-langserver icon indicating copy to clipboard operation
mcfunction-langserver copied to clipboard

Language Server for Minecraft Functions. See https://github.com/Levertion/vscode-mcfunction for a use

Results 11 mcfunction-langserver issues
Sort by recently updated
recently updated
newest added

Hello. Is there a guide on usage? Thanks..

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](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) | [![age](https://badges.renovateapi.com/packages/npm/@types%2fmocha/8.2.2/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](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) | [![age](https://badges.renovateapi.com/packages/npm/@types%2fjs-combinatorics/0.5.32/age-slim)](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.

bug
enhancement

This was not supported in `commands.json` when I last checked, so it needs a special case.

bug

`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.

bug

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...

help wanted

We need to document this or implement it. This will **not** block initial release.

help wanted