Files
vscode/test/monaco
Matt Bierner 3d7cf10fd1 Remove remaining webpack references for building extensions
All extensions now should be fully ported over to use esbuild instead of webpack
2026-03-02 15:07:39 -08: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