Skip to content

Commit 56ac124

Browse files
committed
Added devcontainer docs
1 parent 426e753 commit 56ac124

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ no-as-service/
8989
├── index.js # Express API
9090
├── reasons.json # 1000+ universal rejection reasons
9191
├── package.json
92+
├── .devcontainer.json # VS Code / Github devcontainer setup
9293
└── README.md
9394
```
9495

@@ -118,6 +119,10 @@ For reference, here’s the package config:
118119

119120
---
120121

122+
## ⚓ Devcontainer
123+
124+
If you open this repo in Github Codespaces, it will automatically use `.devcontainer.json` to set up your environment. If you open it in VSCode, it will ask you if you want to reopen it in a container.
125+
121126
## 👤 Author
122127

123128
Created with creative stubbornness by [hotheadhacker](https://github.com/hotheadhacker)

0 commit comments

Comments
 (0)