mirror of
https://github.com/cdr/code-server.git
synced 2025-12-07 08:52:16 +01:00
parent
cb9c5b2d49
commit
85ad7e4fb4
1 changed files with 3 additions and 1 deletions
|
|
@ -348,7 +348,9 @@ export async function readConfigFile(configPath?: string): Promise<Args> {
|
|||
logger.info(`Wrote default config file to ${humanPath(configPath)}`)
|
||||
}
|
||||
|
||||
logger.info(`Using config file ${humanPath(configPath)}`)
|
||||
if (!process.env.CODE_SERVER_PARENT_PID) {
|
||||
logger.info(`Using config file ${humanPath(configPath)}`)
|
||||
}
|
||||
|
||||
const configFile = await fs.readFile(configPath)
|
||||
const config = yaml.safeLoad(configFile.toString(), {
|
||||
|
|
|
|||
Loading…
Reference in a new issue