vscode-gitk:在单个视图中显示选定源代码信息的提交日志-Show source code

时间:2024-04-13 14:01:49
【文件属性】:

文件名称:vscode-gitk:在单个视图中显示选定源代码信息的提交日志-Show source code

文件大小:1.1MB

文件格式:ZIP

更新时间:2024-04-13 14:01:49

系统开源

vscode-gitk 在单个视图中显示git commit日志以获取选定的源代码信息 安装 启动VS Code快速打开( cmd / ctrl + p ),粘贴以下命令,然后按Enter。 ext install gitk 用法 我假设您已经安装了 。 vscode-gitk将log您选择的文档,并在单独的视图中显示日志信息 配置 { "gitk.fontFamily" : "monospace" , //font you preferred for the gitk view "gitk.colors" : { // colors you want to re-define for gitk "hash" : "red" , "message" : "blue" , "author" : "orange" , "date" : "white


【文件预览】:
vscode-gitk-master
----yarn.lock(2KB)
----src()
--------services()
--------models()
--------index.ts(883B)
--------commands()
--------gitkViewProvider.ts(983B)
--------template()
--------gitkRepoViewProvider.ts(872B)
----images()
--------git-logo.png(7KB)
--------gitk.gif(1.08MB)
----.vscode()
--------launch.json(564B)
--------settings.json(348B)
--------tasks.json(1KB)
----tsconfig.json(237B)
----LICENSE(34KB)
----assets()
--------js()
--------css()
----.prettierrc(81B)
----README.md(1KB)
----.vscodeignore(115B)
----.gitignore(34B)
----package.json(2KB)

网友评论