Mcattributes

March 29, 2026 ยท View on GitHub

This file stores any of the settings/attributes related to the project. If no attributes are specified, the plugin will fall back onto plugin settings.

Example

diagnostic.enable=true
diagnostic.objective=true
diagnostic.tags=true
diagnostic.mcfunction=true

Settings

This vscode plugin responds to the following settings/attributes:

AttributeDescription
education.enableDisable or enable education edition for this project
diagnostic.enableDisable or enable diagnostics for this project
diagnostic.jsonDisable or enable diagnostics for json in this project
diagnostic.langDisable or enable diagnostics for language in this project
diagnostic.mcfunctionDisable or enable diagnostics for mcfunction in this project
diagnostic.objectiveDisable or enable diagnostics for objectives in this project
diagnostic.tagsDisable or enable diagnostics for tags in this project
diagnostic.disable.<code>Set to true to disable a specific diagnostic code project-wide (e.g. diagnostic.disable.behaviorpack.entity.missing=true)
completion.jsonDisable or enable JSON completion in this project
completion.lang.commentsDisable or enable lang file comment completion in this project
completion.lang.dynamicDisable or enable dynamic lang file completion in this project