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
returnpromiseWithTimeout(this.executeCommandWithProgressEx("Submitting to LeetCode...",this.nodeExecutable,[awaitthis.getLeetCodeBinaryPath(),"submit",`"${filePath}"`]),10000);
returnawaitthis.executeCommandWithProgressEx("Submitting to LeetCode...",this.nodeExecutable,[awaitthis.getLeetCodeBinaryPath(),"submit",`"${filePath}"`]);
266
266
}catch(error){
267
267
if(error.result){
268
268
returnerror.result;
@@ -273,8 +273,8 @@ class LeetCodeExecutor implements Disposable {
returnpromiseWithTimeout(this.executeCommandWithProgressEx("Submitting to LeetCode...",this.nodeExecutable,[awaitthis.getLeetCodeBinaryPath(),"test",`"${filePath}"`,"-t",`${testString}`]),10000);
returnawaitthis.executeCommandWithProgressEx("Submitting to LeetCode...",this.nodeExecutable,[awaitthis.getLeetCodeBinaryPath(),"test",`"${filePath}"`,"-t",`${testString}`]);
278
278
}
279
279
returnpromiseWithTimeout(this.executeCommandWithProgressEx("Submitting to LeetCode...",this.nodeExecutable,[awaitthis.getLeetCodeBinaryPath(),"test",`"${filePath}"`]),10000);
0 commit comments