-
-
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.26.0 - error when opening ssh:// - "Error handling readFile for: /pyproject.toml" #379
Comments
I can report the same issue. Not sure if this is useful: |
Same error opening workspaces with SSH connections. The explorer tab just shows the connection or folder with the spinny never loading. I don't use any Python packages. |
Same error since a few weeks. |
me too ,fuck python |
Took me a while to hunt down the root cause, but found it. From VS Code 1.76 and 1.77, their "python-formatter": {
"configPath": "pyproject.toml",
"configName": "Python Formatter",
"recommendations": {
"ms-python.black-formatter": {
"name": "Black Formatter",
"contentPattern": "(^\\s*\\[\\s*\"?tool\"?\\s*\\.\\s*\"?black\"?\\s*\\])|(\"black\\s*[\"[(<=>!~;@])"
}
}
} So VS Code itself (not an extension, not even a built-in one) tries to read the I've just pushed a commit that fixes this (d878b78) which will be available in the next version of the extension (v1.26.1) which should be released later today. |
I'm getting this error when opening ssh:// with VSCode. This happens with any host in my configured list.
VS Code version: 1.77.2
SSH FS version: 1.26
MacOS version: 13.3.1
The text was updated successfully, but these errors were encountered: