File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 116
116
},
117
117
{
118
118
"command" : " leetcode.resetSolution" ,
119
- "title" : " Reset the default code of LeetCode " ,
119
+ "title" : " Reset to default code definition " ,
120
120
"category" : " LeetCode"
121
121
},
122
122
{
682
682
"enumDescriptions" : [
683
683
" Submit your answer to LeetCode." ,
684
684
" Test your answer with customized test cases." ,
685
- " Reset the default code of template ." ,
685
+ " Reset to default code definition ." ,
686
686
" Star or unstar the current problem." ,
687
687
" Show the top voted solution for the current problem." ,
688
688
" Show the problem description page."
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ const resetBtn = 'Reset';
10
10
11
11
export async function resetSolution ( uri ?: vscode . Uri ) : Promise < void > {
12
12
try {
13
- const selection = await vscode . window . showInformationMessage ( "Are you sure to reset the default code" , {
13
+ const selection = await vscode . window . showInformationMessage ( "Are you sure to reset to default code definition " , {
14
14
'detail' : 'If reset, your current code will be lost' ,
15
15
modal : true
16
16
} as vscode . MessageOptions , resetBtn )
You can’t perform that action at this time.
0 commit comments