-
Notifications
You must be signed in to change notification settings - Fork 0
VSCode
Thierry Lam edited this page May 28, 2025
·
2 revisions
-
Install extension
Prettier
-
In VSCode settings, check the box
Editor:Format On Save
-
In VSCode
settings.json
file(on mac~/Library/Application Support/Code/User/settings.json
), add the following line"editor.defaultFormatter": "esbenp.prettier-vscode"
- In
Advanced Connection Settings
, set thePORT
if it's different from the default5432
. - Under
Advanced Connection Settings > Server
, set theHOST IP ADDRESS
to0.0.0.0
. - Under
Advanced Connection Settings > SSL
,Disable
SSL MODE