Alan Agius
|
f50dc01a53
|
fix(@schematics/angular): replace vscode launch type from pwa-chrome to chrome
The former is deprecated.
|
2023-04-25 15:20:00 +00:00 |
|
Julien Marcou
|
7cbbf2f2ba
|
fix(@schematics/angular): remove vscode testing configurations for minimal workspaces
Remove the `ng test` VS Code task and `npm test` VS Code launch configuration from the workspace
when building minimal workspaces.
Fixes #23360
|
2022-06-15 09:51:36 +02:00 |
|
Alan Agius
|
d5d9f042f2
|
feat(@schematics/angular): add VS Code configurations when generating a new workspace
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
|
2021-11-18 06:44:24 +01:00 |
|
Alex Eagle
|
4a093e5e38
|
Revert "feat(@angular/cli): Add VsCode extension recommendations"
This reverts commit d9166b04fccc708bc3856a6b243a8752120f312d.
|
2019-02-28 10:25:28 -08:00 |
|
Alex Eagle
|
71428bd9cb
|
Revert "feat(@angular/cli): Add VsCode recommendation for Angular Console"
This reverts commit 3d6ae631788b600a1b80132ae407f15ad3dc65aa.
|
2019-02-28 10:24:46 -08:00 |
|
Alex Eagle
|
242ebd932f
|
Revert "feat(@schematics/angular): recommend plugins that John Papa recommends"
This reverts commit 3a68b8cf9696e678308da65ca59b53329981c94f.
|
2019-02-28 10:24:44 -08:00 |
|
Alex Eagle
|
3a68b8cf96
|
feat(@schematics/angular): recommend plugins that John Papa recommends
This list comes from https://marketplace.visualstudio.com/items?itemName=johnpapa.angular-essentials
But we don't write a .prettier.json config file so we don't include the Prettier plugin yet
|
2019-02-27 10:10:18 -08:00 |
|
mrmeku
|
3d6ae63178
|
feat(@angular/cli): Add VsCode recommendation for Angular Console
|
2019-02-26 08:45:12 -08:00 |
|
cipchk
|
1a927aca4d
|
fix(@schematics/angular): fix missing semicolons in extensions.json.template
|
2019-02-20 10:37:19 -08:00 |
|
mrmeku
|
d9166b04fc
|
feat(@angular/cli): Add VsCode extension recommendations
|
2019-02-14 09:32:09 -08:00 |
|