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
hello, i am studying vscode-gitlens scoure.I want to know what this code does.
item.resourceUri=Uri.from({scheme: Schemes.Git,authority: 'gitlens-view',path: this.uri.path,query: JSON.stringify({// Ensure we use the fsPath here, otherwise the url won't open properlypath: this.uri.fsPath,ref: this.uri.sha,decoration: `gitlens-view://commit-file/status/${this.file.status}`,}),});
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
hello, i am studying vscode-gitlens scoure.I want to know what this code does.
Why can ts's icon and "M" appear? Thanks
Beta Was this translation helpful? Give feedback.
All reactions