Skip to content
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

fix the inconsistent uri issue for set breakpoint request #84

Merged
merged 3 commits into from
Oct 18, 2017

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 ... 

@@ -220,4 +222,18 @@ public static String getSHA256HexDigest(String content) {
}
return buf.toString();
}

/**
* 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.

3 participants