Files
vscode/test/monaco
RoboandGitHub eff5556afc chore: bump electron@42.9.3 (#331833)
* chore: bump electron@42.9.3

* chore: update build

* chore: remove electron dependency

Dependency was only needed for types, binary download happens
elsewhere. With the 7-day quarantine the dependency adds
unnecessary delay on runtime update.

* fix: monaco type dependency

Locking to node 24.12.4 instead of 24.x to avoid quarantine
delay. Can be bumped again in followup.

* chore: bump distro

* fix: license check for types/node
2026-08-25 05:11:06 +00:00
..
2026-03-10 20:56:09 -07:00

Monaco Editor Test

This directory contains scripts that are used to smoke test the Monaco Editor distribution.

Setup & Bundle

$test/monaco> npm i $test/monaco> npm run bundle

Compile and run tests

$test/monaco> npm run compile $test/monaco> npm run test