Useful extensions and settings for Angular development with Visual Studio Code.
Please install this pack before our workshop.
- extension added:
- extensions removed:
- extension removed:
- extension removed:
- TSLint (deprecated), fixes issue #6
- extension added:
- ❗ Important: If you still have the deprecated
vscode-tslintextension in VS Code installed, please disable/remove it to avoid linting files twice!
- extensions removed:
- Material Icon Theme, see #3
- extensions added:
- extensions removed:
- vscode-icons, fixes issue #1 because "Project Auto-Detection" drives me nuts!
- tweaks settings:
- adds entry
vsicons.projectDetection.disableDetect:trueto makevscode-iconssilent, you have to uninstallvscode-iconsmanually if you upgraded from a previous version
- adds entry
- extensions removed:
- Bootstrap 4 snippets, fixes issue #1
- Auto Close Tag, VSCode has own support for closing HTML tags
- tweaks settings:
- deletes old entry
typescript.tsdkin user settings (see microsoft/vscode#48640) (for previous installations) - deletes old entry
vsicons.projectDetection.autoReloadin user settings (for previous installations) - deletes old entry
editor.codeActionsOnSavein user settings (for previous installations)
- deletes old entry
- extensions added:
- extensions removed:
- Auto Import - VSCode has native import support now
- New colorful logo, no other changes
- Adds opinionated user settings for a quick workshop start (activated on first run)
- The update command is also available from the command palette by pressing (
Ctrl+Shift+PorCmd+Shift+Pon Mac) and typingAngular.Schule.
- Initial releases with minor fixes