-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
"window.showTextDocument" Does Not open Resources With "untitled" Scheme #6565
Comments
It would be helpful if someone investigates what is missing. |
@TomHermanSAP and me are investigating. |
I think we found the gap. This is a minimal code that reproduce it:
We tried it with hosted theia. The editor doesn't open and we get this error on theia:
On VS Code this code opens a new tab with unsaved document newnew.txt. |
Seems like "untitled" scheme does not have a "ResourceResolver", for example as File Resource has: |
Do you know why the untitled file created by this method: "createUntitledResource"
is read-only one? |
@akosyakov after investigation, there seems to be 2 options to proceed:
Do you have a proposal how to continue? |
@offer8 Can it be implemented by delegating to |
Fixes eclipse-theia#6565 Signed-off-by: Shimon Ben Yair <shimon.ben.yair@sap.com>
@amiramw @TomHermanSAP @offer8 Could you test #6803 please? |
Fixes eclipse-theia#6565 Signed-off-by: Shimon Ben Yair <shimon.ben.yair@sap.com>
Fixes eclipse-theia#6565 Signed-off-by: Shimon Ben Yair <shimon.ben.yair@sap.com>
Fixes eclipse-theia#6565 Signed-off-by: Shimon Ben Yair <shimon.ben.yair@sap.com>
Fixes eclipse-theia#6565 Signed-off-by: Shimon Ben Yair <shimon.ben.yair@sap.com>
Fixes eclipse-theia#6565 Signed-off-by: Shimon Ben Yair <shimon.ben.yair@sap.com>
Fixes eclipse-theia#6565 Signed-off-by: Shimon Ben Yair <shimon.ben.yair@sap.com>
Fixes eclipse-theia#6565 Signed-off-by: Shimon Ben Yair <shimon.ben.yair@sap.com>
Fixes eclipse-theia#6565 Signed-off-by: Shimon Ben Yair <shimon.ben.yair@sap.com>
Fixes eclipse-theia#6565 Signed-off-by: Shimon Ben Yair <shimon.ben.yair@sap.com>
Fixes eclipse-theia#6565 Signed-off-by: Shimon Ben Yair <shimon.ben.yair@sap.com>
Fixes eclipse-theia#6565 Signed-off-by: Shimon Ben Yair <shimon.ben.yair@sap.com>
Fixes eclipse-theia#6565 Signed-off-by: Shimon Ben Yair <shimon.ben.yair@sap.com>
Fixes eclipse-theia#6565 Signed-off-by: Shimon Ben Yair <shimon.ben.yair@sap.com>
Fixes eclipse-theia#6565 Signed-off-by: Shimon Ben Yair <shimon.ben.yair@sap.com>
Fixes eclipse-theia#6565 Signed-off-by: Shimon Ben Yair <shimon.ben.yair@sap.com>
Fixes eclipse-theia#6565 Signed-off-by: Shimon Ben Yair <shimon.ben.yair@sap.com>
Fixes eclipse-theia#6565 Signed-off-by: Shimon Ben Yair <shimon.ben.yair@sap.com>
Fixes eclipse-theia#6565 Signed-off-by: Shimon Ben Yair <shimon.ben.yair@sap.com>
Fixes #6565 Signed-off-by: Shimon Ben Yair <shimon.ben.yair@sap.com>
@akosyakov can this one be part of v0.16.0 release? |
it's in the master and 0.16.0 was not released yet so why not? |
Fixes eclipse-theia#6565 Signed-off-by: Shimon Ben Yair <shimon.ben.yair@sap.com>
Description
Using SQLTools extension (0.21.3), https://marketplace.visualstudio.com/items?itemName=mtxr.sqltools.
When trying to connect to a db at the first time, SQLite dependency is installed.
The dependency can be installed automatically if using in User preferences:
Based on https://github.com/mtxr/vscode-sqltools/releases/tag/v0.21.2.
In vscode no error apears, yet in gitprod the following error notification appears:
Reproduction Steps
Click on SQLTools extension. In "sqlite" linem, click on connect:
Expect the error notification displayed in the Description section to appear.
OS and Theia version:
Diagnostics:
The text was updated successfully, but these errors were encountered: