Add the webapp launcher and syntax highlighter

This commit is contained in:
2025-11-16 11:48:56 -06:00
parent 946cd7c554
commit e5ca42be84
28 changed files with 879 additions and 7 deletions

View File

@@ -8,6 +8,17 @@ jobs:
withLfs: true
withSubmodules: true
condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL
- !CommandStep
name: Build VSCode Extension
runInContainer: true
image: node:latest
interpreter: !DefaultInterpreter
commands: |
cd vscode-extension
npm install -g @@vscode/vsce
vsce package
useTTY: true
condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL
- !CommandStep
name: Build everything
runInContainer: true