-
Notifications
You must be signed in to change notification settings - Fork 29
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
Cannot open in separate editor on Windows 10 #42
Comments
i'm unable to replicate getting this error, but i do notice that it doesn't open correctly. upon clicking "Open in separate editor", i see that it does put the file with the appropriate contents in |
I have the same issue on Windows 7 box |
so, i did some more research, and this happens when
I think i like option 2 best because this will utilize platform specific temp locations. the |
I got it working in Windows. Edit .atom\packages\rest-client\lib\rest-client-editor.coffee, line 12:
Just give it the extension of the payload type you expect. |
This worked for me too, but I don't think you need to include the file extension, at least not if you're using Content-Type: application/json in the headers. I also added .replace('?', '') to line 31 for when parameters are being passed in the URI. Not very elegant, but it works. |
To replicate:
Atom error dialog:
The text was updated successfully, but these errors were encountered: