๐ 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 of os), we'll call them Machine A and Machine B.{
// @sync os=mac
"editor.quickSuggestions": {
"other": true,
"comments": true,
"strings": true
}
}
{
// @sync os=mac
// "editor.quickSuggestions": {
"other": true,
"comments": true,
"strings": true
}
}
๐ช Expected behavior
The setting should be properly commented-out on Machine B.
{
// @sync os=mac
// "editor.quickSuggestions": {
// "other": true,
// "comments": true,
// "strings": true
// }
}
Thanks! Will look into it.
@ioprotium
One more to go :smile:
I will add that tomorrow! PR to 3.2.1 right?
Yes, currently settings sync stands at v3.2.0
Get Outlook for iOShttps://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 GitHubhttps://github.com/shanalikhan/code-settings-sync/issues/701#issuecomment-435102272, or mute the threadhttps://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 :)
Fixed in v3.2.5
@connorshea
Thanks!
Most helpful comment
Fixed in v3.2.5
@connorshea