Closed mattrunyon closed 2 months ago
Attention: Patch coverage is 12.94118%
with 148 lines
in your changes missing coverage. Please review.
Project coverage is 46.54%. Comparing base (
aaf4325
) to head (716d351
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Fixes #1255
I need to test this doesn't crash if using groovy. Not sure if the ruff version is available without initializing ruff first or what happens if it's unavailable.
Something we should add maybe as part of this PR or a final follow-up to this feature branch is disabling certain/all linting/formatting for the console. One way we might do this is by registering the console w/ a specific URI or URI scheme so we can check it when checking if we should lint. Or include it as a prop to the
MonacoProviders
component. This would require some changes to the current setup of setting/using the config onMonacoProviders
static members/methods(This might not actually be breaking, it's more just notes for implementing in DHE) BREAKING CHANGE: The app should call
MonacoUtils.init
with agetWorker
function that uses the JSON worker in addition to the general fallback worker when adding support for configuring ruff.