The app should call MonacoUtils.init with a getWorker function that
uses the JSON worker in addition to the general fallback worker when
adding support for configuring ruff.
TestUtils has been moved to new package
@deephaven-test-utils. Consumers will need to install the new package
as a dev dependency and update references.
Features
Pass through additional actions from WidgetPanel (#2224) (bc720d1)
Code Refactoring
Split out @deephaven/test-utils package (#2225) (1d027d3), closes #2185