From d5bf35e29b69f4a4eccdbdd61fba3ddb519b5500 Mon Sep 17 00:00:00 2001 From: Andre Weinand Date: Thu, 15 Jun 2017 10:59:55 +0200 Subject: [PATCH] add Angular recipe --- release-notes/v1_14.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/release-notes/v1_14.md b/release-notes/v1_14.md index a014b85b92..ee59207a6d 100644 --- a/release-notes/v1_14.md +++ b/release-notes/v1_14.md @@ -22,6 +22,14 @@ We really appreciate people taking a look at our new features as soon as they ar If you find issues or have suggestions, you can enter them in the VS Code repository on [GitHub](https://github.com/Microsoft/vscode/issues). +## Debugging + +### Recipes for nonstandard debugging scenarios + +Setting up Node.js debugging can be challenging for some non-standard or complex scenarios. In May, we've started to collect recipes for these scenarios in a [recipe repository](https://github.com/weinand/vscode-recipes). + +This release adds a new recipe by [Tony Sneed (@tonysneed)](https://github.com/tonysneed) for [Chrome Debugging with Angular CLI](https://github.com/weinand/vscode-recipes/blob/master/Angular-CLI). + ## Thank You Last but certainly not least, a big *__Thank You!__* to the following folks that helped to make VS Code even better: @@ -30,6 +38,14 @@ Contributions to `language-server-node`: * [Sven Efftinge (@svenefftinge)](https://github.com/svenefftinge): Only convert `undefined` argument to null [PR #216](https://github.com/Microsoft/vscode-languageserver-node/pull/216) +Contributions to `recipes`: + +* [Tony Sneed (@tonysneed)](https://github.com/tonysneed): Add recipe for Chrome Debugging with Angular CLI [PR #2](https://github.com/weinand/vscode-recipes/pull/2) +* [Tony Sneed (@tonysneed)](https://github.com/tonysneed): Update README to correct "after app is shown" [PR #4](https://github.com/weinand/vscode-recipes/pull/4) +* [Tony Sneed (@tonysneed)](https://github.com/tonysneed): Remove sourceMaps, trace, userDataDir from launch.json [PR #5](https://github.com/weinand/vscode-recipes/pull/5) +* [Tony Sneed (@tonysneed)](https://github.com/tonysneed): Remove sourceMaps, trace, userDataDir from README json [PR #6](https://github.com/weinand/vscode-recipes/pull/6) +* [Tony Sneed (@tonysneed)](https://github.com/tonysneed): Add Notes to the README with Minimum Versions of Angular CLI and Debugger for Chrome Extension [PR #8](https://github.com/weinand/vscode-recipes/pull/8) +