-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule VSCode-Bedrock-Development-Extension
updated
21 files
+0 −47 | .github/dependabot.yml | |
+2 −2 | .github/workflows/publish-to-vscode.yml | |
+7 −4 | .github/workflows/pull-request.yml | |
+1 −1 | .github/workflows/release-page.yml | |
+1 −1 | .nvmrc | |
+1 −3 | .vscode/launch.json | |
+47 −47 | CHANGELOG.md | |
+2 −2 | client/package-lock.json | |
+3 −5 | client/package.json | |
+2 −0 | client/src/Commands/Activate.ts | |
+258 −0 | client/src/Commands/Docs/ShowDocs.ts | |
+3 −0 | client/src/Commands/Docs/index.ts | |
+0 −1 | client/src/Commands/Vanilla/ShowVanillaFile.ts | |
+6 −6 | client/src/Console/Console.ts | |
+1 −1 | minecraft-bedrock-schemas | |
+94 −158 | package-lock.json | |
+7 −2 | package.json | |
+2 −2 | server/package-lock.json | |
+14 −14 | server/package.json | |
+1 −1 | server/src/Lib/Version.ts | |
+3 −0 | shared/src/Constants.ts |