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
We would like to have a .vscode/settings.json checked into the repo for a workspace to share between developers. An issue is that the Adobe XD extension appears to insert absolute paths into .vscode/settings.json instead of workspace relative paths:
I ran into this problem today as well. Our workspace settings are saved in the .vscode/settings.json file therefore we commit it to git.
I tried rewriting the path as a relative path, which other settings are using, but the XD extension didn't find the package so I'm assuming a relative path is not supported. I also tried removing the entry from workspace settings and moved it into user settings, but every time I open the XD extension it adds it back into the workspace settings?
We would like to have a
.vscode/settings.json
checked into the repo for a workspace to share between developers. An issue is that the Adobe XD extension appears to insert absolute paths into.vscode/settings.json
instead of workspace relative paths:Instead of a workspace relative path, ie:
The text was updated successfully, but these errors were encountered: