CoverRyan commented on code in PR #1364:
URL: https://github.com/apache/daffodil-vscode/pull/1364#discussion_r2333914341


##########
src/dataEditor/dataEditorClient.ts:
##########
@@ -1194,7 +1196,32 @@ function generateLogbackConfigFile(
 }
 
 async function serverStart() {
-  await serverStop()
+  // Check for stale PID file
+  const serverPidFile = getPidFile(omegaEditPort)
+  if (fs.existsSync(getPidFile(omegaEditPort))) {

Review Comment:
   Removed.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to