MetaMask / metamask-design-system

0 stars 0 forks source link

Feat/vscode settings initialized #7

Closed garrettbear closed 1 week ago

garrettbear commented 2 weeks ago

Description

This pull request introduces a .vscode folder with the following default settings and extensions:

These changes aim to standardize the development environment and improve code quality by ensuring consistent formatting and linting.

Related issues

Fixes: N/A

Manual testing steps

  1. Pull the branch and open the project in VS Code.
  2. Verify that the recommended extensions (ESLint and Prettier) are suggested upon opening the project.
  3. Check that the custom color settings are applied to the VS Code UI:
    • Active title bar background and foreground colors.
    • Inactive title bar background and foreground colors.
    • Activity bar border.

Screenshots/Recordings

Before

Inactive

Screenshot 2024-09-23 at 9 35 07 AM

Active

Screenshot 2024-09-23 at 9 35 00 AM

After

Inactvie

Screenshot 2024-09-23 at 9 41 21 AM

Active

Screenshot 2024-09-23 at 9 41 11 AM

Pre-merge author checklist

Pre-merge reviewer checklist