Skip to content

Conversation

@testforstephen
Copy link
Contributor

Signed-off-by: Jinbo Wang jinbwan@microsoft.com

Handle the vscode bug: microsoft/vscode#36471

Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
@yaohaizh
Copy link
Contributor

Will this target 0.2.0 release?

andxu
andxu previously approved these changes Oct 18, 2017
@testforstephen
Copy link
Contributor Author

i prefer to include it in 0.2.0

*/
public static String decodeURIComponent(String uri) {
try {
return URLDecoder.decode(uri, "UTF-8");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use the constant String definition if can.

public static String ... 

}

/**
* decode the uri string.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

decode ==> Decode

Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
@testforstephen testforstephen merged commit ad02d8f into master Oct 18, 2017
@testforstephen testforstephen deleted the jinbo_uri branch October 18, 2017 12:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants