File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
lib/vscode/src/vs/workbench/browser/parts/dialogs Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -121,13 +121,8 @@ export class BrowserDialogHandler implements IDialogHandler {
121
121
122
122
async about ( ) : Promise < void > {
123
123
const detailString = ( useAgo : boolean ) : string => {
124
- < < < << << HEAD
125
- return nls . localize ( 'aboutDetail' ,
126
- "code-server: v{4}\n VS Code: v{0}\nCommit: {1}\nDate: {2}\nBrowser: {3}" ,
127
- === = ===
128
124
return localize ( 'aboutDetail' ,
129
- "Version: {0}\nCommit: {1}\nDate: {2}\nBrowser: {3}" ,
130
- > >>> >>> e8cd17a97d8c58fffcbac05394b3ee2b3c72d384
125
+ "code-server: v{4}\n VS Code: v{0}\nCommit: {1}\nDate: {2}\nBrowser: {3}" ,
131
126
this . productService . version || 'Unknown' ,
132
127
this . productService . commit || 'Unknown' ,
133
128
this . productService . date ? `${ this . productService . date } ${ useAgo ? ' (' + fromNow ( new Date ( this . productService . date ) , true ) + ')' : '' } ` : 'Unknown' ,
You can’t perform that action at this time.
0 commit comments