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
result=awaitexecuteCommandWithProgress("Submitting to LeetCode...",channel,"node",[leetCodeBinaryPath,"test",`"${filePath}"`,"-t",`"${testString.replace(/"/g,"")}"`]);
result=awaitexecuteCommandWithProgress("Submitting to LeetCode...",channel,"node",[leetCodeBinaryPath,"test",`"${filePath}"`,"-t",`"${input.replace(/"/g,"").replace(/\r?\n/g,"\\n")}"`]);
69
69
}else{
70
70
vscode.window.showErrorMessage("The selected test file must not be empty.");
0 commit comments