shanedell commented on code in PR #1010:
URL: https://github.com/apache/daffodil-vscode/pull/1010#discussion_r1580252830
##########
.github/workflows/CI.yml:
##########
@@ -134,6 +134,10 @@ jobs:
os: [ macos-12, ubuntu-20.04, windows-2019 ]
node: [ '16', '18' ]
vscode: [ 'stable' ]
+ # latest version of daffodil doesn't seem to work on windows-2019
running node 18
+ exclude:
+ - os: windows-2019
+ node: 18
Review Comment:
I actually probably shouldn't say its daffodil as I am not sure why causes
it. The main issues that get thrown are that commands that are being registered
aren't available. I am not sure why daffodil would be causing it, not sure if
its just something broken on node js 18 for 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]