Coltensiemer / AWS_Learn

An AWS Quiz maker to practice for the AWS Cloud Certifications.
https://aws-learn.vercel.app
2 stars 0 forks source link

Update .vscode settings #5

Closed Coltensiemer closed 2 months ago

Coltensiemer commented 3 months ago

GitHub Issue: Update .vscode Settings

Description

Objective: To ensure that the project adheres to a consistent development environment and coding standards, we need to update the .vscode settings for this repository. This will help all contributors to have a uniform setup, reducing the potential for code discrepancies and improving overall collaboration efficiency.

Tasks:

  1. Extensions:

    • Ensure recommended extensions for the project are listed in the .vscode/extensions.json file.
    • Add any necessary extensions for:
      • Code formatting (e.g., Prettier)
      • Linting (e.g., ESLint)
      • Prisma - Syntax highlighting of schema.prisma
      • Tailwind CSS IntelliSense
      • Tailwind Fold
      • Language support relevant to the project (e.g., TypeScript, JavaScript)
  2. Settings:

    • Update the .vscode/settings.json file to include project-specific settings. This can include:
      • Code formatting rules (e.g., indentation, line width)
      • Linting rules and configurations
      • Prettier settings for formatting rules
      • Any specific settings for extensions used in the project

Benefits:

Requirements:

Acceptance Criteria:

Additional Information

Please provide feedback or suggestions for additional configurations that could benefit the project. If there are specific extensions or settings you find useful, include them in your comments.