-
-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.25.0 - new error when opening ssh:// URIs - "Error handling uri: " build.gradle, .devcontainer.json #341
Comments
Looks like some extensions (or built-in VS Code code) is attempting to directly read You can add a |
@SchoofsKelvin Thanks for looking. I'm wary of disabling notifications for write failures. Sounds like just the kind of thing that would bite me on a flaky/VPN connection.
This sounds like the way to go... Is that something I can do myself in a config file somewhere? edit: I tried various local/global settings using stuff like "files.exclude": {
"**/.devcontainer/devcontainer.json": true,
"**/build.gradle": true
},
"files.watcherExclude": {
"**/.devcontainer/devcontainer.json": true,
"**/build.gradle": true
} but none of that worked. The only thing that suppresses it for me is |
It should be fixed now. Could you try installing the artifact from this build? If you don't specify any flags, it should only show notifications about "write" operations failing, i.e. While I've also added those two files to the ignored list, it only affects how verbose it gets logged in the |
Thanks @SchoofsKelvin - yep that's working for me! 🚀 |
Hello here. |
Same here can you provide a fix ? the linked build is no longer available. |
Same for me here. ran into the same error message and the build link is not working |
Same here. Error handling uri: ssh://remote-machine/build.gradle ssh://remote-machine/build.gradle My environment: Windows 10 (up to date) |
Same here. |
I have the same problem. Any solution here? Thanks |
Me as well, perhaps it will be in the next update... |
same here ... :( |
Any solution for this error??? |
@ElmarHarbecke @SP-SuperPoney @sebastian-li @rnapoli @matDOTviguier @elvirgit @dassels @Fischmuetze @Cleanerrr Until @SchoofsKelvin has more time to look at this, I posted a patch here that you can try. Hope it works for you. |
Worked fine on my setup ! I had to change the bash script because I'm using VSCode on Windows and the So I've manually changed:
to
et voilà ! |
Worked on mine as well! And thanks for the tip @SP-SuperPoney I'm also running on Windows and needed to update the script. |
Why is this ticket closed? It's not resolved (or the issue is back). Kindly re-open, @SchoofsKelvin |
Having Same Issue if you can explain the solution in brief step by step and provide perfect location of file that need to be change with change data |
I've published a new version of the extension (v1.26.0) which includes this fix. |
Since I updated to today's new 1.25 build, I am getting an error when opening ssh:// URIs with VSCode.
See screenshot. This is macOS 12.4, VSCode 1.67.2
The text was updated successfully, but these errors were encountered: