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

Space in URL causes wrong colorization #584

Closed
cilerler opened this issue May 8, 2020 · 3 comments
Closed

Space in URL causes wrong colorization #584

cilerler opened this issue May 8, 2020 · 3 comments
Labels

Comments

@cilerler
Copy link

cilerler commented May 8, 2020

REST Client Version: 0.23.2
Version: 1.44.2 (system setup)
Commit: ff915844119ce9485abfe8aa9076ec76b5300ddd
Date: 2020-04-16T16:36:23.138Z
Electron: 7.1.11
Chrome: 78.0.3904.130
Node.js: 12.8.1
V8: 7.8.279.23-electron.0
OS: Windows_NT x64 10.0.18363

Steps to Reproduce:

  1. copy the following snippet into a .HTTP file
@host = localhost:44302
@baseUrl = https://{{host}}/odata

### @name GetRecordWithExtensionTables
GET {{baseUrl}}/MyModel1(1)?$expand=MyModel3 HTTP/1.1
Host: {{host}}
Cache-Control: no-cache

### @name GetLastThreeRecordIdsAndSoftDeletes
GET {{baseUrl}}/MyModel1?$count=true&$orderby=Id desc&$top=3&$select=Id,SoftDelete HTTP/1.1
Host: {{host}}
Cache-Control: no-cache

image

@Huachao
Copy link
Owner

Huachao commented May 9, 2020

@cilerler I have fixed this issue and will publish it in the next release.

@Huachao Huachao closed this as completed May 9, 2020
@Huachao
Copy link
Owner

Huachao commented Jun 12, 2020

@cilerler you can try the latest version 0.2.4.0 to verify it.

@cilerler
Copy link
Author

Thanks @Huachao
confirming that it is working as expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants