Skip to content

Commit 7497950

Browse files
committed
Updated index
1 parent 3dce2b0 commit 7497950

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

vscode-extension-mcbe/index.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,19 @@ This page is dedicated to providing the answer to the most asked questions about
1515
- [Schemas are being applied](#schemas-are-being-applied)
1616
- [Mcfunctions](#mcfunctions)
1717

18+
## Feature x doesn't seem to be supported
19+
20+
The plugin is built around the idea of supporting marketplace-ready content. Therefore, it avoids experimental/beta/undocumented features unless vanilla files have been seen implementing it.
21+
This thought should avoid situations where everyone starts using features. Minecraft either then fixes it or removes it, which causes developers longer developing times or discarding content.
22+
It also goes that supporting experimental increases the workload of maintaining schemas by a lot.
23+
24+
If it should be supported then go ahead and make an issue on the [github repo](https://github.com/Blockception/VSCode-Bedrock-Development-Extension)
25+
1826
## The plugin doesn't seem activated
1927

2028
You can ensure the plugin is activated by checking this [article](console.md)
2129

22-
## Schemas are being applied
30+
## Schemas are not being applied
2331

2432
1. Ensure [the plugin](#the-plugin-doesnt-seem-activated) is activated.
2533
2. Is the file using the following [patterns](json.md).

0 commit comments

Comments
 (0)