Glue Stack
GitHubLive AppChat
1.0.0
1.0.0
  • Read Me
  • Architecture
    • How Web Applications Work
  • Development
    • Our Development Process
    • Running Locally
    • Setup Development Tools
    • Setup Visual Studio Code (vscode)
    • Setup Database Connection In Sequel Pro
    • Building Glue Stack From an Empty Folder
    • Developing Process Documentation
    • UI Connect Component
  • Infrastructure
    • Setup AWS Account
    • Setup AWS Cloud Infrastructure
    • Continuous Integration (CI): Travis CI
    • Performance Testing and Connection Pool Sizes
Powered by GitBook
On this page
  1. Development

Setup Visual Studio Code (vscode)

PreviousSetup Development ToolsNextSetup Database Connection In Sequel Pro

Last updated 6 years ago

  1. Download

  2. Download these extensions

  3. Optional but recommended

    1. Fira Code font for font ligatures

      1. go to

      2. click download

      3. extract the zip

      4. open the ttf folder

      5. select all the fonts then right click and select open

  4. Settings (CMD + ,)

    {
        "editor.minimap.enabled": false,
        "editor.fontFamily": "Fira Code",
        "editor.fontLigatures": true,
        "editor.fontSize": 14,
        "git.confirmSync": false,
        "workbench.iconTheme": "vscode-icons",
        "editor.formatOnSave": true,
        "git.enableSmartCommit": true,
    }
vscode
Java Extension Pack
Git History (git log)
Prettier
Reactjs code snippets
Markdown All in One
vscode-icons
https://github.com/tonsky/FiraCode#solution