-
-
Notifications
You must be signed in to change notification settings - Fork 391
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
Multi-line settings aren't ignored properly by sync #701
Comments
Thanks! Will look into it. @ioprotium |
I will add that tomorrow! PR to 3.2.1 right? |
Yes, currently settings sync stands at v3.2.0
Get Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
From: Brian Mayo <notifications@github.com>
Sent: Thursday, November 1, 2018 9:50:25 PM
To: shanalikhan/code-settings-sync
Cc: Shan Khan; Comment
Subject: Re: [shanalikhan/code-settings-sync] Multi-line settings aren't ignored properly by sync (#701)
I will add that tomorrow! PR to 3.2.1 right?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#701 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AIXjnCj2nuQqUxBA3SlXRep-rrw9MqpDks5uqyZRgaJpZM4YAZlh>.
|
@ioprotium any update on this? :) |
@shanalikhan Sorry for the delay. Yes I changed the code that parses the settings, I didn't contemplate the case for multi line settings, my bad. I will test on my environment and then drop the PR |
No problem - Thanks - Looking forward :) |
Merged
Fixed in v3.2.5 |
Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🐛 Describe the bug
When using the new per-platform sync feature, settings that run for more than one line aren't commented-out properly.
🌴 Visual Studio Code Version : Code 1.28.2 (7f3ce96ff4729c91352ae6def877e59c561f4850)
🌴 Code Settings Sync Version : 3.2.0
🌴 Standard or Insiders : Standard
🌴 OSS or Portable : neither?
🌴 Operating System : macOS Mojave 10.14.0
🌴 Occurs On: Download
🌴 Proxy Enabled: No
📰 To Reproduce
Steps to reproduce the behavior:
host
option instead ofos
), we'll call them Machine A and Machine B.💪 Expected behavior
The setting should be properly commented-out on Machine B.
The text was updated successfully, but these errors were encountered: