We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
🐛 Describe the bug If an uncommented pragma value contains the text //, the // is removed from the value.
//
For example, if a URL with protocol has a value of http://example.com, it will be uploaded to the remote gist with a value of http:example.com.
http://example.com
http:example.com
🌴 Visual Studio Code Version : [ 1.33.1 ] 🌴 Code Settings Sync Version : [ 3.2.9 ] 🌴 Standard or Insiders : [ Standard ] 🌴 Portable or Installed : [ Installed ] 🌴 OSS or Official Build : [ Official ] 🌴 Operating System : [ Windows 10 ] 🌴 Occurs On: [ Upload ] 🌴 Proxy Enabled: [ Yes ] 🌴 Gist Id: [ n/a ]
📰 To Reproduce Steps to reproduce the behavior:
💪 Expected behavior Keys should never be modified on upload or download.
📺 Console Error Log n/a
📺 Additional context
// local settings { // @sync host=home-desktop-pc // "http.proxy": "", // @sync host=work-laptop "http.proxy": "http://127.0.0.1:8888" } // remote upload { // @sync host=home-desktop-pc "http.proxy": "", // @sync host=work-laptop "http.proxy": "http:127.0.0.1:8888" }
The text was updated successfully, but these errors were encountered:
Duplicate of #865
Sorry, something went wrong.
No branches or pull requests
🐛 Describe the bug
If an uncommented pragma value contains the text
//
, the//
is removed from the value.For example, if a URL with protocol has a value of
http://example.com
, it will be uploaded to the remote gist with a value ofhttp:example.com
.🌴 Visual Studio Code Version : [ 1.33.1 ]
🌴 Code Settings Sync Version : [ 3.2.9 ]
🌴 Standard or Insiders : [ Standard ]
🌴 Portable or Installed : [ Installed ]
🌴 OSS or Official Build : [ Official ]
🌴 Operating System : [ Windows 10 ]
🌴 Occurs On: [ Upload ]
🌴 Proxy Enabled: [ Yes ]
🌴 Gist Id: [ n/a ]
📰 To Reproduce
Steps to reproduce the behavior:
//
somewhere in the json's value.//
is now missing from the key.💪 Expected behavior
Keys should never be modified on upload or download.
📺 Console Error Log
n/a
📺 Additional context
The text was updated successfully, but these errors were encountered: