ashenBlade / postgres-dev-helper

VS Code extension to assist PostgreSQL source code developers
MIT License
2 stars 0 forks source link

Enhance activation events #1

Closed borisblack closed 1 hour ago

borisblack commented 4 hours ago

Enhance activation events In my project I use the official PostgreSQL repository as a submodule. Therefore, the path to the src folder relative to the my project root is postgresql/src, so the PostgreSQL Hacker Helper extension is not activated. Perhaps it would be better to replace the following entries in the activationEvents section:

This would solve such problems. Thank you!

ashenBlade commented 4 hours ago

Hi! Thanks for enhancement. I will review activation events in next release. But now you can fix it just adding (even empty) pgsql_hacker_helper.json to your .vscode folder.

borisblack commented 1 hour ago

I got it, thanks!