You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have verified this enhancement I'm about to request hasn't been suggested before.
Describe the enhancement you want to request
I have no clue on how i can run the extension...
I'd like to learn because this is something i really liked and it could help me understand and remove some of the abstraction in complex shemas.
still i will try to figure it out
The text was updated successfully, but these errors were encountered:
👋 Thanks for your interest on this project.
I'm sorry for this bad onboarding experience :/
Developing on the VSCode extension is really not developer-friendly, you have to build before seeing any changes.
Inside the vscode-extension folder, every time you run npm run build, it will trigger turbo to build the drizzle-lab package and copy the build to an expected folder that the extension uses to run the CLI behind the scenes. Then, you have to open vscode-extension/src/extension.ts and start the debug mode (F5). It launches a new VS Code instance with the extension installed.
I'm currently rewriting the entire project (#52) to make it simpler to update and develop.
The visualizer will be rebuilt with Vite, so it will be easy to run in dev mode as a standalone.
It will also be updated to Tailwind 4, and its style and components will be isolated so they don't conflict with the end user's Tailwind styles or the other apps/packages in this repository.
Creating a monorepo like that was a terrible mistake once I decided to start publishing some parts 😵💫
Enhancement hasn't been filed before.
Describe the enhancement you want to request
I have no clue on how i can run the extension...
I'd like to learn because this is something i really liked and it could help me understand and remove some of the abstraction in complex shemas.
still i will try to figure it out
The text was updated successfully, but these errors were encountered: