Skip to content

Commit 6f42a41

Browse files
committed
Add port for PDF Manager
1 parent 223c742 commit 6f42a41

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
"5432": {
1414
"label": "Docs",
1515
"onAutoForward": "openPreview"
16+
},
17+
"3456": {
18+
"label": "PDF Manager",
19+
"onAutoForward": "openPreview"
1620
}
1721
},
1822
"updateContentCommand": "pnpm install",
@@ -27,6 +31,4 @@
2731
]
2832
}
2933
}
30-
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
31-
// "remoteUser": "root"
3234
}

0 commit comments

Comments
 (0)