9012-updating-userstorageuri-scheme#9049
9012-updating-userstorageuri-scheme#9049colin-grant-work merged 1 commit intoeclipse-theia:masterfrom
Conversation
c0fec6a to
5dd3cb5
Compare
|
It looks like the only way to address the problem. I've tested and confirmed that user storage is still being found correctly - preferences etc. are read and updated as expected. It looks like perhaps a |
5dd3cb5 to
a81b7b6
Compare
scheme was changed from 'user_storage' to 'user-storage' as '\_' is not a valid char in scheme (according to [RFC 3986](https://tools.ietf.org/html/rfc3986#page-17)) Signed-off-by: Dan Arad <dan.arad@sap.com>
a81b7b6 to
8d53a41
Compare
Thanks @colin-grant-work for review. Fixed signoff and long commit message. |
|
I would like to merge this before the release if there is no objection |
scheme was changed from 'user_storage' to 'user-storage' as '_' is not a valid char in scheme (according to RFC 3986)
What it does
Fixes second problem in #9012 where JDTUtils threw exception when receiving file changed event whose URI scheme was user_storage -which is an illegal scheme name (contains underscore).
Therefore changed
user_storagetouser-storagescheme name.For first problem in #9012 see #9048
How to test
Note:
for better behavior change this user setting to "internalConsole" (instead of "integratedTerminal"):
"java.debug.settings.console": "internalConsole".
Review checklist
Reminder for reviewers