UniqueVision / plpgsql-lsp

MIT License
51 stars 11 forks source link

Add: migrations.target option. #68

Closed yassun7010 closed 1 year ago

yassun7010 commented 1 year ago

What does this PR do?

Add migrations.target option.

What issues does this PR fix or reference?

Added a choice of targets to execute migration.

Is it tested? How?

Add test cases.

yas7010uv commented 1 year ago

@danicc097

We released 2.10.0. Some vscode settings has changed.

Especially, add migrations.target option, and default value is up/down. You need to set all.

Please check sample settings https://github.com/UniqueVision/plpgsql-lsp/blob/main/sample/sample.code-workspace

danicc097 commented 1 year ago

Just tried it and all settings are running smoothly. Thanks!