summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzy <[email protected]>2023-08-15 09:39:01 +0000
committerzy <[email protected]>2023-08-15 09:39:01 +0000
commitc88946873cec734a7b81366e87bc204e191ef38e (patch)
treecb241e9ec9ff3e7799bcd7d09cebed019ec52fdc
parent150bbbb687a24380b6127fa3bdb8695573f4c430 (diff)
vsc 初始化容器时增加 gitlens 插件
-rw-r--r--.devcontainer/devcontainer.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index 6a18059..dd09e5b 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -21,7 +21,8 @@
"extensions": [
"streetsidesoftware.code-spell-checker",
"GitHub.copilot",
- "GitHub.copilot-chat"
+ "GitHub.copilot-chat",
+ "eamodio.gitlens"
]
}
}