未验证 提交 a8914b02 编写于 作者: A Asher

Output code-server version on startup

上级 0f87798e
......@@ -52,6 +52,7 @@ const main = async (args: Args): Promise<void> => {
ipcMain().onDispose(() => httpServer.dispose())
logger.info(`code-server ${require("../../package.json").version}`)
const serverAddress = await httpServer.listen()
logger.info(`Server listening on ${serverAddress}`)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册