client/formatter-settings/ uses jQuery 3.6 + hand-rolled CSS to render the configuration UI inside a webview. @vscode/webview-ui-toolkit (or its successor) provides native VSCode look-and-feel components and removes the jQuery dependency entirely.
Acceptance:
- jQuery removed from
client/formatter-settings/
- UI components replaced with the toolkit equivalents
- Settings round-trip (load + save) still works end-to-end
Source: IMPROVEMENTS.md → Modernise the formatter settings webview
Filed by Claude (Opus 4.7) on behalf of @GrahamStrickland.
client/formatter-settings/uses jQuery 3.6 + hand-rolled CSS to render the configuration UI inside a webview.@vscode/webview-ui-toolkit(or its successor) provides native VSCode look-and-feel components and removes the jQuery dependency entirely.Acceptance:
client/formatter-settings/Source:
IMPROVEMENTS.md→ Modernise the formatter settings webviewFiled by Claude (Opus 4.7) on behalf of @GrahamStrickland.