Update VS Code extension docs and package#62
Open
dobooth wants to merge 17 commits into
Open
Conversation
- Alert blockquotes (>[!NOTE] etc.) render as Spectrum-styled boxes - [!DNL] and [!UICONTROL] inline tags strip to plain text - +++ collapsible sections render as <details>/<summary> - Prism.js client-side highlighting with Spectrum token palette - 20 language grammars; clike fallback for unknown languages - Bump to v2.2.0; fix engine, deps, and dead package.json config - Remove stale files: DEVELOP.md, old vsix, yarn-error.log Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Jenkins sidebar panel (WebviewViewProvider) with Status, Build, and Other Errors tabs - Real-time build monitoring with progress bar and ETA - Auto-fix cycle: merge → push → monitor → patch broken links - Apply Fixes: sends error context to AI (Claude API, OpenAI, or claude CLI fallback) - Pre-checks errors against local files — marks already-fixed items in UI - Claude CLI fallback strips CLAUDECODE env to allow nested subprocess Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Add media/ghec-build-panel.css with gradient hero, pill tabs, surface cards, and accent buttons (DX Documentation Agents–style shelf). - Replace inline VS Code theme–bound styles in ghec-panel with linked stylesheet and CSP style-src from extension root. - Restructure HTML: hero header, exl-main wrapper; panel.js uses exl-* classes instead of --vscode-* inline colors. - Add delegated click for .open-url log links (stage labels). Co-authored-by: Cursor <cursoragent@cursor.com>
- script-src only extension origin (remove unsafe-inline) by delegating tab and action clicks from panel.js instead of HTML onclick. - Add img-src and font-src to CSP for parity with other webviews. - Use type="button" on toolbar controls. Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Notes