Skip to content

Commit 2beb13a

Browse files
committed
feat: better formating
1 parent 4f5e7e6 commit 2beb13a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Thank you for your interest in contributing to the Deepnote VS Code extension! T
2121
<summary><b>📦Or use these commands to install the prerequisites</b></summary>
2222

2323
#### macOS (using Homebrew)
24+
2425
```bash
2526
# Install Node.js
2627
brew install node@22
@@ -39,6 +40,7 @@ code --install-extension ms-python.python
3940
```
4041

4142
#### macOS/Linux (using nvm for Node.js)
43+
4244
```bash
4345
# Install nvm (if not already installed)
4446
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash
@@ -65,6 +67,7 @@ code --install-extension esbenp.prettier-vscode
6567
code --install-extension EditorConfig.EditorConfig
6668
code --install-extension ms-python.python
6769
```
70+
6871
</details>
6972

7073
### Setup
@@ -166,6 +169,7 @@ After completing the setup steps, you can run the Deepnote extension in developm
166169
#### Quick Start
167170

168171
1. **Open the project in VS Code**
172+
169173
```bash
170174
code .
171175
```
@@ -208,7 +212,9 @@ The project includes several launch configurations in `.vscode/launch.json`:
208212
<summary>Click to expand debugging tips</summary>
209213

210214
**Enable detailed logging:**
215+
211216
Edit `.vscode/launch.json` and add environment variables:
217+
212218
```json
213219
"env": {
214220
"VSC_JUPYTER_FORCE_LOGGING": "1",

0 commit comments

Comments
 (0)