File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,3 +29,13 @@ This vscode plugin responds to the following settings/attributes/
2929| ` diagnostic.mcfunction ` | Disable or enable diagnostics for mcfunction in this project |
3030| ` diagnostic.objective ` | Disable or enable diagnostics for objectives in this project |
3131| ` diagnostic.tag ` | Disable or enable diagnostics for tags in this project |
32+
33+ ## Disabling specific diagnostic codes
34+
35+ syntax:
36+
37+ ```
38+ diagnostic.disable.<code>=false
39+
40+ diagnostic.disable.behaviorpack.entity.missing=false
41+ ```
Original file line number Diff line number Diff line change @@ -52,9 +52,15 @@ This plugin looks and processes the following definitions
5252
5353| name | description |
5454| ----------- | ----------- |
55+ | block | |
5556| entity | |
5657| family | |
58+ | function | |
59+ | item | |
60+ | loot_table | |
61+ | item | |
5762| name | |
5863| objective | |
64+ | structure | |
5965| tag | |
6066| tickingarea | |
You can’t perform that action at this time.
0 commit comments