Skip to content

Commit 5d8dbcb

Browse files
committed
fix devcontainer.json
1 parent a4e9102 commit 5d8dbcb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,12 @@
3232
}
3333
},
3434
"extensions": [
35-
"reditorsupport.r",b.copilot-chat"
35+
"reditorsupport.r",
36+
"Posit.air-vscode",
37+
"ms-toolsai.jupyter",
38+
"eamodio.gitlens",
39+
"github.copilot",
40+
"github.copilot-chat"
3641
]
3742
}
3843
},

0 commit comments

Comments
 (0)