Closed yassun7010 closed 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
Just tried it and all settings are running smoothly. Thanks!
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.