Skip to content

Commit 43056f2

Browse files
committed
MOD rename vscode to typst-jp
Signed-off-by: Shunsuke Kimura <[email protected]>
1 parent 2a0189b commit 43056f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM rust:1.77-slim
22

3-
ARG USERNAME=vscode
3+
ARG USERNAME=typst-jp
44
ARG USER_UID=1000
55
ARG USER_GID=$USER_UID
66

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"dockerfile": "Dockerfile",
55
"context": ".."
66
},
7-
"remoteUser": "vscode",
7+
"remoteUser": "typst-jp",
88
"workspaceMount": "source=${localWorkspaceFolder},target=/workspace,type=bind,consistency=cached",
99
"workspaceFolder": "/workspace",
1010
"postStartCommand": "cargo test --package typst-docs --lib -- tests::test_docs --exact --nocapture && python3 ./gen.py && python3 -m http.server -d dist",

0 commit comments

Comments
 (0)