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
preferredResourceJSON: extUri.isEqual(resource,preferredResource) ? undefined : preferredResource,// only storing preferredResource if it differs from the resource
134
+
preferredResourceJSON: isEqual(resource,preferredResource) ? undefined : preferredResource,// only storing preferredResource if it differs from the resource
135
135
encoding: fileEditorInput.getEncoding(),
136
136
modeId: fileEditorInput.getPreferredMode()// only using the preferred user associated mode here if available to not store redundant data
0 commit comments