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
Due to the recent switch to using the tab's URI, files like settings.json are no longer processed since they do not use the file protocol, instead they use vscode-userdata. Could probably be handled via a special case.
The text was updated successfully, but these errors were encountered:
Due to the recent switch to using the tab's URI, files like
settings.json
are no longer processed since they do not use thefile
protocol, instead they usevscode-userdata
. Could probably be handled via a special case.The text was updated successfully, but these errors were encountered: