Skip to content

Commit

Permalink
Log custom extensions gallery
Browse files Browse the repository at this point in the history
  • Loading branch information
code-asher committed Jul 9, 2024
1 parent 901191e commit fb3e3e1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/node/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,11 @@ export const runCodeServer = async (
logger.info(`Session server listening on ${sessionServerAddress.toString()}`)
}

if (process.env.EXTENSIONS_GALLERY) {
logger.info("Using custom extensions gallery")
logger.debug(` - ${process.env.EXTENSIONS_GALLERY}`)
}

if (args.enable && args.enable.length > 0) {
logger.info("Enabling the following experimental features:")
args.enable.forEach((feature) => {
Expand Down

0 comments on commit fb3e3e1

Please sign in to comment.