mirror of
https://github.com/coder/code-server.git
synced 2025-07-31 14:04:06 +08:00
feat: add version of Code OSS to output (#4925)
Show the bundled version of Code OSS in the text-based output for --version and --help, in addition to the JSON output (--version --json) Closes: #4874
This commit is contained in:
@ -35,7 +35,7 @@ export const httpProxyUri =
|
||||
* for outputting to the console.
|
||||
*/
|
||||
export function getVersionString(): string {
|
||||
return [version, commit].join(" ")
|
||||
return [version, commit, "with Code", codeVersion].join(" ")
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user