Skip to content

Commit c619115

Browse files
authored
chore: 🧑‍💻 add jupyter extension to recommended list (#21)
## Description Jupyter is a program for running Python code inside code chunks in Markdown files. This extension is needed in order to test out and run Python code in our Quart `qmd` files. <!-- Select quick/in-depth as necessary --> This PR needs a quick review.
1 parent f3b9667 commit c619115

File tree

1 file changed

+25
-24
lines changed

1 file changed

+25
-24
lines changed

.vscode/extensions.json

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,27 @@
11
{
2-
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
3-
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
4-
// List of extensions which should be recommended for users of this workspace.
5-
"recommendations": [
6-
"jebbs.plantuml",
7-
"batisteo.vscode-django",
8-
"donjayamanne.githistory",
9-
"felipecaputo.git-project-manager",
10-
"GitHub.vscode-pull-request-github",
11-
"ms-azuretools.vscode-docker",
12-
"ms-python.python",
13-
"ms-python.vscode-pylance",
14-
"njpwerner.autodocstring",
15-
"quarto.quarto",
16-
"streetsidesoftware.code-spell-checker",
17-
"vivaxy.vscode-conventional-commits",
18-
"charliermarsh.ruff",
19-
"pshaddel.conventional-branch",
20-
"yy0931.vscode-sqlite3-editor",
21-
"junstyle.vscode-django-support",
22-
"monosans.djlint"
23-
],
24-
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
25-
"unwantedRecommendations": []
2+
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
3+
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
4+
// List of extensions which should be recommended for users of this workspace.
5+
"recommendations": [
6+
"jebbs.plantuml",
7+
"batisteo.vscode-django",
8+
"donjayamanne.githistory",
9+
"felipecaputo.git-project-manager",
10+
"GitHub.vscode-pull-request-github",
11+
"ms-azuretools.vscode-docker",
12+
"ms-python.python",
13+
"ms-python.vscode-pylance",
14+
"njpwerner.autodocstring",
15+
"quarto.quarto",
16+
"ms-toolsai.jupyter",
17+
"streetsidesoftware.code-spell-checker",
18+
"vivaxy.vscode-conventional-commits",
19+
"charliermarsh.ruff",
20+
"pshaddel.conventional-branch",
21+
"yy0931.vscode-sqlite3-editor",
22+
"junstyle.vscode-django-support",
23+
"monosans.djlint"
24+
],
25+
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
26+
"unwantedRecommendations": []
2627
}

0 commit comments

Comments
 (0)