Instructions for setting up VS Code like the EDA computers
Follow these steps in order.
- ESLint
- WSL - Remote (Windows 10 only)
- Live Share (online students only)
- GitLens (optional, but recommended)
- vscode-icons (optional, but pretty 😉)
- Bracket Pair Colorizer (optional, but potentially helpful)
File ➡️ Preferences ➡️ Settings
{
"editor.tabSize": 2,
"workbench.iconTheme": "vscode-icons",
"editor.codeActionsOnSave": { "source.fixAll.eslint": true }
}
Note: The
workbench.iconTheme
will already be there if you've activated vscode-icons.
- The EDA computers also globally install
git-iam
, but there is no need to install this on personal laptops/computers (only shared computers).
If you find some of these instructions too ambiguous or hard to follow, we would love it if you issued a pull request to improve this doc. ❤️