szzhoujiarui commented on PR #70937:
URL: https://github.com/apache/airflow/pull/70937#issuecomment-5207820238

   Verified the follow-up in commit 408cbd8 on WSL2:
   
   - Registered the public Monaco feature entry points for code actions, code 
lenses, drop/paste, inlay hints, and suggestions.
   - Confirmed the JSON editor loads and remains interactive (find and folding 
work).
   - Confirmed invalid JSON (`{"enabled": tru}`) shows a red diagnostic, 
displays the validation error, and disables the Trigger button.
   - Confirmed the DAG Code page correctly highlights a Python triple-quoted 
f-string and its `{name}` interpolation.
   - Confirmed the browser console shows none of the five previous `Unknown 
service` errors (`ICodeLensCache`, `IInlayHintsCache`, `treeViewsDndService`, 
`ISuggestMemories`, `actionWidgetService`).
   - Monaco Python f-string tests pass: 12/12.
   - Three adjacent UI test files pass: 33/33.
   - `pnpm lint`, the production build, and `git diff --check` pass.
   
   The full UI suite consistently reaches 103-104 passing test files before a 
Vitest worker exits with a Node 22/libuv `uv__stream_destroy` assertion while 
unmocked MSW requests to `127.0.0.1:3000` fail with `ECONNREFUSED`. The 
targeted tests, adjacent tests, lint, build, and browser verification all pass.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to