VSCode - tlam/Wiki GitHub Wiki

Enable auto formatting of javascript and tsx in Visual Studio Code

  1. Install extension Prettier

  2. In VSCode settings, check the box Editor:Format On Save

  3. 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

  1. In Advanced Connection Settings, set the PORT if it's different from the default 5432.
  2. Under Advanced Connection Settings > Server, set the HOST IP ADDRESS to 0.0.0.0.
  3. Under Advanced Connection Settings > SSL, Disable SSL MODE