mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-21 22:34:21 +08:00
When generating a new workspace we now generate several VS Code configurations. - extensions: we added config to recommand to use official VS Code extensions. - launch: added run and debug launch scripts for `ng test` and `ng serve` - tasks: configured `npm start` and `npm test` to better support the launch scripts More information about each files can be found - extensions: https://go.microsoft.com/fwlink/?linkid=827846 - launch: https://go.microsoft.com/fwlink/?linkid=830387 - tasks: https://go.microsoft.com/fwlink/?LinkId=733558 Closes #2672