mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-19 21:36:30 +00:00
Patch about auto gen version string (#114)
* new: about app中,显示当前构建的git commit sha1以及构建时间 * bugfix: 修复shell的exec命令对绝对路径的拼接错误问题
This commit is contained in:
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
@ -168,8 +168,9 @@
|
||||
"mmio.h": "c",
|
||||
"stdint-gcc.h": "c",
|
||||
"acpi.h": "c",
|
||||
"assert.h": "c"
|
||||
},
|
||||
"assert.h": "c",
|
||||
"sys_version.h": "c"
|
||||
},
|
||||
"C_Cpp.errorSquiggles": "Enabled",
|
||||
"esbonio.sphinx.confDir": "",
|
||||
"rust-analyzer.cargo.target": "x86_64-unknown-none",
|
||||
|
Reference in New Issue
Block a user