Testing #8192 - VSCode Version: Code - Insiders 1.3.0-insider (d0c2b891903d73e83dcdc7786398ebfa764fc4ee, 2016-06-28T05:04:06.083Z) - OS Version: Darwin x64 15.5.0 Steps to Reproduce: 1. I can add an authority: vscode.Uri.parse("scheme:/path").with({ authority: "authority" }).toString() => "scheme://authority/path" 2. But I cannot remove it: vscode.Uri.parse("scheme:/path").with({ authority: "authority" }).with({ authority: "" }).toString() => "scheme://authority/path"
Testing #8192
Steps to Reproduce:
=> "scheme://authority/path"
=> "scheme://authority/path"