Shanedell commented on code in PR #371:
URL: https://github.com/apache/daffodil-vscode/pull/371#discussion_r1049068480


##########
src/tests/suite/adapter.test.ts:
##########
@@ -20,8 +20,11 @@ import * as path from 'path'
 import { DebugClient } from 'vscode-debugadapter-testsupport'
 
 suite('Daffodil Debug Adapter', () => {
-  const DEBUG_ADAPTER = path.resolve('out/adapter/debugAdapter.js')
-  const PROJECT_ROOT = path.resolve('.')
+  const DEBUG_ADAPTER = path.join(
+    __dirname,
+    '../../../out/adapter/debugAdapter.js'
+  )
+  const PROJECT_ROOT = path.join(__dirname, '../../../')

Review Comment:
   It worked okay on mac but seemed to cause issues in windows CI. So some more 
testing will need to be done on the other OSes, I believe one of the ubuntu 
CI's ran it fine so maybe just a thing to test out further on windows?



-- 
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