Skip to content

Commit b15a89f

Browse files
fix(aegis-vscode): add syntax-mcfunction as a dependency
1 parent 03e5209 commit b15a89f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

aegis-vscode/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"vscode": "^1.78.0"
1414
},
1515
"extensionDependencies": [
16-
"ms-python.python"
16+
"ms-python.python",
17+
"minecraftcommands.syntax-mcfunction"
1718
],
1819
"categories": [
1920
"Programming Languages"

0 commit comments

Comments
 (0)