SamagraX-Stencil / stencil

NestJS on steroids 💪
https://stencil.samagra.io
MIT License
28 stars 28 forks source link

Some enhancements in the vsc-extension #94

Closed thekavikumar closed 2 months ago

thekavikumar commented 2 months ago
  1. Dynamic Prisma Schema Path: Allow users to specify the path to the Prisma schema file through a configuration setting.

  2. Error Handling and User Feedback: Implement better error handling and provide informative feedback to users.

  3. Optimize File Reading: Switch to asynchronous file reading operations to prevent blocking the main thread.

  4. Enhanced Matching Algorithm: Improve the matching algorithm for CSV columns and Prisma model fields.

  5. Readme.md: Added a clear README.md file for the contributor to understand and setup the extension locally.

Issue: #7

These are some enhancements done.

thekavikumar commented 2 months ago

@techsavvyash please review the PR.