michael-hoke opened a new issue, #1335: URL: https://github.com/apache/daffodil-vscode/issues/1335
When using VSCode over ssh, there are two ways that VSCode can install an extension - locally or remotely. This extension should be installed remotely because it touches the filesystem. However, one of the extensions that we depend on is UI-only, so it prefers to install locally. Since VSCode checks the installed extensions for dependencies on the side that it is installing an extension on, it checks remotely for the Highlight-Matching-Tag extension, which we have as a dependency. This causes an error popup to appear and the DFDL extension fails to active. The error popup suggests to reload the window, but that causes the same behavior. I don't believe we actually depend on this extension - it was just a nice to have/extra extension to make writing DFDL schemas easier. Removing it as a dependency resolves this issue. -- 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]
