You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
#  RxJS Debugging for Visual Studio Code
2
2
3
-
[](https://marketplace.visualstudio.com/items?itemName=manuelalabor.rxjs-debugging-for-vs-code)
3
+
[](https://marketplace.visualstudio.com/items?itemName=manuelalabor.rxjs-debugging-for-vs-code)[](https://twitter.com/rxjsdebugging)
4
4
5
5
> Never, ever use `tap(console.log)` again.
6
6
@@ -38,7 +38,7 @@ You can toggle the display of recommended log points via the command palette.
38
38
39
39
## Requirements
40
40
41
-
-[Visual Studio Code 1.60](https://code.visualstudio.com/) or newer
41
+
-[Visual Studio Code 1.61](https://code.visualstudio.com/) or newer
42
42
-[TypeScript 4.2](https://www.typescriptlang.org/) or newer
43
43
-[RxJS 6](https://rxjs.dev/)
44
44
- To debug NodeJS-based applications: [NodeJS 12](https://nodejs.org/) or newer
0 commit comments