Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

πŸš€ Daily Challenges & Smart C++ Templates - Enhanced LeetCode VS Code Extension #999

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
su-mt wants to merge 11 commits into LeetCode-OpenSource:master
base: master
Choose a base branch
Loading
from su-mt:feature/daily-challenges
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
minor changes
  • Loading branch information
su-mt committed Jul 3, 2025
commit 042462858a1aa06956c97f38e13cd72e02dcb94e
4 changes: 2 additions & 2 deletions package.json
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"displayName": "LeetCode-fork",
"description": "Solve LeetCode problems in VS Code",
"version": "0.18.5",
"author": "LeetCode-su-mt",
"publisher": "LeetCode-su-mt",
"author": "su-mt",
"publisher": "su-mt",
"license": "MIT",
"icon": "resources/LeetCode.png",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions src/leetCodeExecutor.ts
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import * as cp from "child_process";
import * as fse from "fs-extra";
import * as os from "os";
import * as path from "path";
import * as requireFromString from "require-from-string";
import requireFromString = require("require-from-string");
import { ExtensionContext } from "vscode";
import { ConfigurationChangeEvent, Disposable, MessageItem, window, workspace, WorkspaceConfiguration } from "vscode";
import { Endpoint, IProblem, leetcodeHasInited, supportedPlugins } from "./shared";
Expand Down Expand Up @@ -262,7 +262,7 @@ class LeetCodeExecutor implements Disposable {
}
}

public async getDailyChallengeHistory(needTranslation?: boolean, days: number = 30): Promise<any[]> {
public async getDailyChallengeHistory(_needTranslation?: boolean, days: number = 30): Promise<any[]> {
try {
const https = require('https');

Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"noImplicitReturns": true,
"strictNullChecks": true,
"noUnusedParameters": true,
"alwaysStrict": true
"alwaysStrict": true,
"skipLibCheck": true
},
"exclude": [
"node_modules",
Expand Down

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /