regiters markdown editor commands as vscode commands, so that shortcuts can be customized

This commit is contained in:
Henning Dieterichs
2026-08-07 10:42:53 +02:00
committed by Henning Dieterichs
parent 3ff4448ac5
commit c1d2babd1d
14 changed files with 1454 additions and 14 deletions
+3 -2
View File
@@ -82,6 +82,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Check Markdown editor package.json
run: npm run markdown-editor-package-json-check
- name: Compile & Hygiene
run: npm exec -- npm-run-all2 -lp core-ci hygiene eslint valid-layers-check define-class-fields-check vscode-dts-compile-check tsec-compile-check test-build-scripts
env:
@@ -425,5 +428,3 @@ jobs:
- name: Run Completions Core lib tests using VS Code
working-directory: extensions/copilot
run: npm run test:completions-core