Results 53 issues of SPGoding

~~Blocked by Microsoft/vscode#14662.~~ Blocked by... not having an icon.

✨ feature
😭 help wanted
💄 UI
/vscode-extension

To get the benefits of auto completion when we're developing Spyglass, it might be a good idea to generate a `packages/core/src/symbol/registries.generated.ts` file automatically through GitHub Action, while still making sure...

/core
👷 ci

Kinda depends on #687. Basically have a list of projects that can be automatically tested against to make sure there are no false positives introduced in Spyglass. The test result...

👷 ci

e.g. ```mcfunction execute as @p[nbt={SelectedItem:{id:"minecraft:cake"}}] at @s run scoreboard players set @s FoodHolding 14 # Changed into -> scoreboard players set @p[nbt={SelectedItem:{id:"minecraft:cake"}}] FoodHolding 14 ``` Inspired by [this message in...

✨ feature
/mcfunction
🔷 action

All default hotkeys for Datapack Helper Plus have two parts in order to reduce conflicts with other hotkeys. First you need to press `Alt + Shift + D`, where `D`...

✨ feature
/language-server
/vscode-extension

Reminded by nphhpn in [Discord](https://discordapp.com/channels/666020457568403505/666020458453270535/729694327802036285). The same one datapack-helper has.

✨ feature
🔷 extension command
/language-server
/vscode-extension

A GitHub app (or something like that) should maintain a contributor list automatically with all error reporters, code contributors, and localization providers included.

🔨 dev

When a key has multiple list definitions, the NBT path checker doesn't allow indices on it. ```mcfunction execute if data block ~ ~ ~ Items[] ``` -> Indices can only...

🐛 bug
/nbt

✨ feature
/nbt

Suggested by NeunEinser at [here](https://discordapp.com/channels/666020457568403505/666020458453270535/720181723807088690). Syntax (might change): ``` #disablelint next |* #disablelint start |* #disablelint end ``` Examples: ```mcfunction #disablelint next blockStateSortKeys setblock ~ ~ ~ chest[type=right, facing=north] ```...

✨ feature
/mcfunction
🔷 lint