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 use "Jira and Bitbucket" on different VSCodes of different system users System sync always output merge conflict in settings file, because of your "yaml.schemas" settings, which has absolute path to user's profile directory + version of extension.
To Reproduce
Steps to reproduce the behavior:
Setup for two different users VSCode with "Jira and Bitbucket"
Setup both VSCodes to same Microsoft account
Open first and sync settings
Open second and sync settings
Expected behavior
No problem sync
Environment and Version (please complete the following information):
Describe the bug
When use "Jira and Bitbucket" on different VSCodes of different system users System sync always output merge conflict in settings file, because of your "yaml.schemas" settings, which has absolute path to user's profile directory + version of extension.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No problem sync
Environment and Version (please complete the following information):
Additional context
VSCode has variables for home directory: https://code.visualstudio.com/docs/editor/profiles#_common-questions
And version you can hide inside the json or make it handler more flexible.
The text was updated successfully, but these errors were encountered: