Bug in URI.isUri() that fails thing
type comparison
#114971
Labels
bug
Issue identified by VS Code Team member as probable bug
insiders-released
Patch has been released in VS Code Insiders
uri
verified
Verification succeeded
Milestone
Steps to Reproduce:
URI.isUri(myCustomUri)
and it returnsfalse
Background
This is a proposed fix for
monaco-editor
.If a model is created using a custom URI, it will fail the
URI.isUri()
check because it "tries" to checkthing
against various possible types, but it will fail atfsPath
.The side-effect is that
markerService
behaves a bit weird and shows markers for all resources, not just for a particular resource/URI.Example:
Does this issue occur when all extensions are disabled?: Yes
The text was updated successfully, but these errors were encountered: