Skip to content

Commit 537ce5e

Browse files
committed
Add Readme
1 parent b6c54f0 commit 537ce5e

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
2+
3+
# 🤹‍♂️ 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+
![Playground with Codespaces](./docs/codespaces.gif)
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.
22+
- Enable [operator log points](https://github.com/swissmanu/rxjs-debugging-for-vscode#operator-log-points).
23+
- Run the playground using the "Launch Program" launch configuration: This executes the playground with NodeJS.
24+
25+
26+

docs/codespaces.gif

3.13 MB
Loading

docs/codespaces.mov

22.8 MB
Binary file not shown.

0 commit comments

Comments
 (0)