File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,15 +32,15 @@ export default class CodingServer {
32
32
const folders = await hx . workspace . getWorkspaceFolders ( ) ;
33
33
34
34
if ( ! folders . length ) {
35
- toast . warn ( 'workspace中没有目录 ' ) ;
35
+ toast . warn ( 'workspace 中没有目录 ' ) ;
36
36
return ;
37
37
}
38
38
39
39
try {
40
40
const remotes = await git . listRemotes ( { fs, dir : folders [ 0 ] . uri . path } ) ;
41
41
return parseCloneUrl ( remotes [ 0 ] . url ) ;
42
42
} catch {
43
- toast . error ( '该目录没有进行git初始化 ' ) ;
43
+ toast . error ( '该目录没有进行 git 初始化 ' ) ;
44
44
}
45
45
}
46
46
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ class MRTreeDataProvider extends hx.TreeDataProvider {
67
67
} ,
68
68
] ) ;
69
69
} catch {
70
- toast . error ( '获取MR列表失败 ' ) ;
70
+ toast . error ( '获取 MR 列表失败 ' ) ;
71
71
Promise . resolve ( [ ] ) ;
72
72
}
73
73
}
You can’t perform that action at this time.
0 commit comments