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
Describe the bug
I'm using meson out of tree build, so the pg_bsd_indent is not in postgres src.
The postgres src directory is: /home/postgres/postgres/
and the build directory is: /home/postgres/build
I set "postgresql-hacker-helper.pg_bsd_indentPath": "/home/postgres/build/src/tools/pg_bsd_indent/pg_bsd_indent", but
it seems not work.
VSCode give out the following error: Seems like pg_bsd_indent is not build yet. Formatting is not supported without it. Build?,
I search the code a little bit, the error is from findExistingPgbsdindent, but before that is should call Configuration.getCustomPgbsdindentPath() in getPgbsdindent, which seems not working.
I'm skeptical about the following code, but I don't know how to debug vscode extension, it will be great if you(@ashenBlade) can check this, thanks in advance.
Describe the bug
I'm using meson out of tree build, so the pg_bsd_indent is not in postgres src.
The postgres src directory is: /home/postgres/postgres/
and the build directory is: /home/postgres/build
I set
"postgresql-hacker-helper.pg_bsd_indentPath": "/home/postgres/build/src/tools/pg_bsd_indent/pg_bsd_indent"
, butit seems not work.
VSCode give out the following error:
Seems like pg_bsd_indent is not build yet. Formatting is not supported without it. Build?
,I search the code a little bit, the error is from
findExistingPgbsdindent
, but before that is should callConfiguration.getCustomPgbsdindentPath()
ingetPgbsdindent
, which seems not working.I'm skeptical about the following code, but I don't know how to debug vscode extension, it will be great if you(@ashenBlade) can check this, thanks in advance.
The text was updated successfully, but these errors were encountered: