Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 720 Bytes

File metadata and controls

11 lines (7 loc) · 720 Bytes

Contributing to VibeSpecifier Code

WIP.

Environment Setup

If you are using VSCode as code editor (also the recommended code editor for this project), select the typescript version of this project from node_modules, rather than using the default typescript version in VSCode, or the CSS Module Plugin for TypeScript might not work, which will cause inconvenience when using CSS Modules.

  1. Open any TypeScript file in VSCode in this repository.
  2. Open the command panel (usually ⇧⌘P or Shift+Ctrl+P) and search for the TypeScript: Select TypeScript Version... command.
  3. Select Use Workspace Version instead of Use VSCode Version.