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
# 🤹♂️ Playground: RxJS Debugging for Visual Studio Code
4
+
5
+
> This repository contains a playground to explore the debugging capabilities of the [RxJS Debugging for Visual Studio Code](https://github.com/swissmanu/rxjs-debugging-for-vscode) extension.
6
+
7
+
## Usage
8
+
9
+
### Github Codespaces
10
+
11
+
You can use a [Github Codespace](https://github.com/features/codespaces) to explore the extensions functionality without any modification to your local development system as illustrated in the following screencast:
12
+
13
+

14
+
15
+
### Local Setup
16
+
17
+
- Clone this repository.
18
+
- Install dependencies using `yarn` or `npm`, depending on your flavor.
19
+
- Open the cloned repository with Visual Studio Code.
20
+
- Code will automatically recommend to install the "RxJS Debugging for Visual Studio Code" extension: Confirm this prompt.
21
+
- Open `observable.ts` in the repositories root directory.
0 commit comments