VSCode - tlam/Wiki GitHub Wiki
Enable auto formatting of javascript and tsx in Visual Studio Code
-
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"
Configuring PostgreSQL plugin by Microsoft to a local database
- 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