Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.41 KB

File metadata and controls

24 lines (16 loc) · 1.41 KB

Contributing to Frames

Thank you for your interest in improving Frames! We aim to keep this extension strictly stable and completely free of experimental UI hacks.

Development Setup

  1. Fork and clone the repository.
  2. Run npm install (if adding build tools later) or simply open the folder in VS Code.
  3. Press F5 to open a new Extension Development Host window.

Please select the specific workspace component category you wish to adapt:

Guidelines

  • No Unsafe Hacks: Do not submit PRs that rely on vscode-custom-css or manipulate the DOM/Electron window unsafely. We rely 100% on standard Contribution Points.
  • Geometry Tokens: Keep border-radius geometry consistent (4px, 6px, 8px).
  • Color Palette: Ensure minimum WCAG AA contrast for syntax tokens.

Submitting Changes

Please open an issue to discuss proposed layout/color changes before submitting a PR.