You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vscode-extension-mcbe/index.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,11 +15,19 @@ This page is dedicated to providing the answer to the most asked questions about
15
15
-[Schemas are being applied](#schemas-are-being-applied)
16
16
-[Mcfunctions](#mcfunctions)
17
17
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
+
18
26
## The plugin doesn't seem activated
19
27
20
28
You can ensure the plugin is activated by checking this [article](console.md)
21
29
22
-
## Schemas are being applied
30
+
## Schemas are not being applied
23
31
24
32
1. Ensure [the plugin](#the-plugin-doesnt-seem-activated) is activated.
25
33
2. Is the file using the following [patterns](json.md).
0 commit comments