-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
VS Code xml extension not working with error UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'editor.autoClosingBrackets' of undefined #12536
Comments
The
So, now I have
But despite of this, later in the log I see the same error:
So, it looks like I'm doing something wrong and my |
Depends on eclipse-theia/theia#3540 |
@vrubezhny eclipse-theia/theia#3540 is marked as fixed. Can we close this issue then? or more work is required? or not yet available in the Che version? |
Need to understand why we get the notification and whether it is harmless. |
It is a warning showing that several settings are responsible for the save action.
|
But the warning itself shouldn't be shown because
|
Description
try to use xml features from vs code xml extension vscode:extension/redhat.vscode-xml
Reproduction Steps
OS and version:
windows
docker run -it -p 3000:3000 -v "C:/Users/Aurelien Pupier/theia:/home/project:cached" theiaide/theia-full:0.3.18
Diagnostics:
The text was updated successfully, but these errors were encountered: