vscode-leetcode icon indicating copy to clipboard operation
vscode-leetcode copied to clipboard

2 issues with the settings

Open fastzhong opened this issue 4 years ago • 0 comments

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.

  1. 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.
  2. "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/".

fastzhong avatar Oct 25 '21 14:10 fastzhong