Skip to content

Commit 60996e8

Browse files
committed
feat: Add configuration of leetcode.relativeFilePath
1 parent d883f1e commit 60996e8

File tree

1 file changed

+67
-1
lines changed

1 file changed

+67
-1
lines changed

package.json

Lines changed: 67 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,73 @@
319319
"leetcode.outputFolder": {
320320
"type": "string",
321321
"scope": "application",
322-
"description": "The relative path to save the problem files."
322+
"description": "[Deprecated] The output folder to save the problem files."
323+
},
324+
"leetcode.relativeFilePath.default": {
325+
"type": "string",
326+
"scope": "application",
327+
"description": "The relative Path to save the problem files.",
328+
"default": "${id}.${camelCaseName}.${ext}"
329+
},
330+
"leetcode.relativeFilePath.bash": {
331+
"type": "string",
332+
"scope": "application"
333+
},
334+
"leetcode.relativeFilePath.c": {
335+
"type": "string",
336+
"scope": "application"
337+
},
338+
"leetcode.relativeFilePath.cpp": {
339+
"type": "string",
340+
"scope": "application"
341+
},
342+
"leetcode.relativeFilePath.csharp": {
343+
"type": "string",
344+
"scope": "application"
345+
},
346+
"leetcode.relativeFilePath.golang": {
347+
"type": "string",
348+
"scope": "application"
349+
},
350+
"leetcode.relativeFilePath.java": {
351+
"type": "string",
352+
"scope": "application"
353+
},
354+
"leetcode.relativeFilePath.javascript": {
355+
"type": "string",
356+
"scope": "application"
357+
},
358+
"leetcode.relativeFilePath.kotlin": {
359+
"type": "string",
360+
"scope": "application"
361+
},
362+
"leetcode.relativeFilePath.mysql": {
363+
"type": "string",
364+
"scope": "application"
365+
},
366+
"leetcode.relativeFilePath.php": {
367+
"type": "string",
368+
"scope": "application"
369+
},
370+
"leetcode.relativeFilePath.python": {
371+
"type": "string",
372+
"scope": "application"
373+
},
374+
"leetcode.relativeFilePath.python3": {
375+
"type": "string",
376+
"scope": "application"
377+
},
378+
"leetcode.relativeFilePath.ruby": {
379+
"type": "string",
380+
"scope": "application"
381+
},
382+
"leetcode.relativeFilePath.scala": {
383+
"type": "string",
384+
"scope": "application"
385+
},
386+
"leetcode.relativeFilePath.swift": {
387+
"type": "string",
388+
"scope": "application"
323389
},
324390
"leetcode.enableStatusBar": {
325391
"type": "boolean",

0 commit comments

Comments
 (0)