Skip to content

Commit 6abe7de

Browse files
committed
Add Readme
1 parent b6c54f0 commit 6abe7de

File tree

3 files changed

+30
-0
lines changed

3 files changed

+30
-0
lines changed

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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:
12+
13+
- Open the repository in a Codespace.
14+
- Install recommended extensions by confirming the regarding prompt.
15+
- Enable some [operator log points](https://github.com/swissmanu/rxjs-debugging-for-vscode#operator-log-points) in `observable.ts`.
16+
- Run the playground using the "Launch Program" launch configuration: This executes the playground with NodeJS.
17+
18+
![Playground with Codespaces](./docs/codespaces.gif)
19+
20+
### Local Setup
21+
22+
- Clone this repository.
23+
- Install dependencies using `yarn` or `npm`, depending on your flavor.
24+
- Open the cloned repository with Visual Studio Code.
25+
- Code will automatically recommend to install the "RxJS Debugging for Visual Studio Code" extension: Confirm this prompt.
26+
- Enable some [operator log points](https://github.com/swissmanu/rxjs-debugging-for-vscode#operator-log-points) in `observable.ts`.
27+
- Run the playground using the "Launch Program" launch configuration: This executes the playground with NodeJS.
28+
29+
30+

docs/codespaces.gif

3.13 MB
Loading

docs/codespaces.mov

22.8 MB
Binary file not shown.

0 commit comments

Comments
 (0)