Skip to content

Commit 599f35e

Browse files
authored
Bubble extensions from devcontainer to local workspace recommendation (#7)
- It _does_ cause `github.dev` (i.e. where you go when you press <kbd>.</kbd> on your repo) to prompt for install of YAML extension, but not PDF (probs not on an allowlist) - These /may/ also make the devcontainer.json ones redundant, I'm not sure (devcontainers were being broadly tempremental at me but I thought a log line suggested such a thing)
1 parent e262c06 commit 599f35e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.vscode/extensions.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"recommendations": [
3+
"mathematic.vscode-pdf",
4+
"redhat.vscode-yaml"
5+
]
6+
}

0 commit comments

Comments
 (0)