We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1034001 commit f0d01f7Copy full SHA for f0d01f7
src/leetCodeExecutor.ts
@@ -27,7 +27,7 @@ class LeetCodeExecutor implements Disposable {
27
}, this);
28
}
29
30
- public async getLeetCodeBinaryPath() {
+ public async getLeetCodeBinaryPath(): Promise<string> {
31
return __awaiter(this, void 0, void 0, function* () {
32
if (wsl.useWsl()) {
33
return `${yield wsl.toWslPath(`"${path.join(yield `"${this.leetCodeRootPath}"`, "bin", "leetcode")}"`)}`;
0 commit comments