We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfdf30e commit 4a0606bCopy full SHA for 4a0606b
.devcontainer/scipy2023/tasks.json
@@ -1,18 +1,18 @@
1
{
2
- // See https://go.microsoft.com/fwlink/?LinkId=733558
3
- // for the documentation about the tasks.json format
4
- "version": "2.0.0",
5
- "tasks": [
6
- {
7
- "label": "jupyterlab",
8
- "type": "shell",
9
- "command": "jupyter lab",
10
- "presentation": {
11
- "reveal": "always"
12
- },
13
- "runOptions": {
14
- "runOn": "folderOpen"
15
- }
16
17
- ]
18
-}
+ // See https://go.microsoft.com/fwlink/?LinkId=733558
+ // for the documentation about the tasks.json format
+ "version": "2.0.0",
+ "tasks": [
+ {
+ "label": "jupyterlab",
+ "type": "shell",
+ "command": "jupyter lab",
+ "presentation": {
+ "reveal": "always"
+ },
+ "runOptions": {
+ "runOn": "folderOpen"
+ }
+ ]
+}
0 commit comments