JeremyYao commented on PR #1277: URL: https://github.com/apache/daffodil-vscode/pull/1277#issuecomment-2916940899
> OmegaEdit server seems to be hanging when starting on my end (Windows 10). Can anyone else confirm they are seeing the same issue. Did some debugging and the extension seems to be hanging on this line ```TypeScript // Start the server and wait up to 10 seconds for it to start const serverPid = (await Promise.race([ startServer( omegaEditPort, OMEGA_EDIT_HOST, getPidFile(omegaEditPort), logConfigFile ), new Promise((_resolve, reject) => { setTimeout(() => { reject((): Error => { return new Error( `Server startup timed out after ${SERVER_START_TIMEOUT} seconds` ) }) }, SERVER_START_TIMEOUT * 1000) }), ])) as number | undefined ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@daffodil.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org