Skip to content

Commit 421607d

Browse files
committed
Updated documentation
1 parent 7497950 commit 421607d

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

mcproject/mcattributes.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
```

mcproject/mcdefinitions.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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 | |

0 commit comments

Comments
 (0)