Skip to content

Commit

Permalink
add Angular recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
weinand committed Jun 15, 2017
1 parent 03ad1cd commit d5bf35e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions release-notes/v1_14.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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)


<!-- In-product release notes styles. Do not modify without also modifying regex in gulpfile.common.js -->
<a id="scroll-to-top" role="button" aria-label="scroll to top" href="#"><span class="icon"></span></a>
Expand Down

0 comments on commit d5bf35e

Please sign in to comment.