Files
vscode/test/monaco
Matt Bierner 03968c2076 Re-remove webpack
All of our extensions are now using esbuild
2026-03-10 13:42:52 -07:00
..
2026-03-10 13:42:52 -07:00
2026-03-10 13:42:52 -07:00
2026-03-08 23:42:50 -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