Movatterモバイル変換


[0]ホーム

URL:


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

Commit1c0446f

Browse files
committed
Change the setting name
1 parentf579645 commit1c0446f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@
248248
],
249249
"description":"Endpoint of the user account."
250250
},
251-
"leetcode.outputPath": {
251+
"leetcode.outputFolder": {
252252
"type":"string",
253253
"scope":"application",
254254
"description":"Specify the relative path to save the problem files."

‎src/commands/show.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ async function showProblemInternal(node: IProblem): Promise<void> {
5252
}
5353

5454
letoutDir:string=awaitselectWorkspaceFolder();
55-
letrelativePath:string=(leetCodeConfig.get<string>("outputPath")||"").trim();
55+
letrelativePath:string=(leetCodeConfig.get<string>("outputFolder")||"").trim();
5656
constmatchResult:RegExpMatchArray|null=relativePath.match(/\$\{(.*?)\}/);
5757
if(matchResult){
5858
constresolvedPath:string|undefined=awaitresolveRelativePath(matchResult[1].toLocaleLowerCase(),node,language);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp