You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🐛 Describe the bug
when using @sync host=something the ext will comment and uncomment the next line based on the active host, however the regex responsible for that is not correct because it simply removes any // which affects text like file:///C:/Users/abc/....
🌴 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 7
🌴 Occurs On: Download
🌴 Proxy Enabled: No
🌴 Gist Id: [ ID_HERE ]
🐛 Describe the bug
when using
@sync host=something
the ext will comment and uncomment the next line based on the active host, however the regex responsible for that is not correct because it simply removes any//
which affects text likefile:///C:/Users/abc/....
🌴 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 7
🌴 Occurs On: Download
🌴 Proxy Enabled: No
🌴 Gist Id: [ ID_HERE ]
📰 To Reproduce
Steps to reproduce the behavior:
💪 Expected behavior
regex should check if
//
have a space before it to make sure its a comment not a path.The text was updated successfully, but these errors were encountered: