vscode-leetcode
vscode-leetcode copied to clipboard
2 issues with the settings
Before you submit an question we recommend you to check out the DOCUMENT first.
You can also find more information in:
💬 Questions and Help
Please outline the questions.
- I tried putting the settings in workspace settings (myworkspace.code-workspace) and folder settings (.vscode/settings.json): "leetcode.defaultLanguage" & "leetcode.workspaceFolder", it does not work out.
- "leetcode.workspaceFolder" always saves solution file to relative path, although workspaceFolder is an absolute path like "/Users/myname/leetcode/", the path used is "/Users/myname/myworkspace/Users/myname/leetcode/".