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

feat: workspaceFolder allow to scope settings by platform

Open sunven opened this issue 3 years ago • 0 comments

Usually a repository is used to manage practice questions, Different platforms(mac,windows) have different paths,Trouble when switching platforms

feat:Paths for different platforms are separated by commas,Use whichever path exists

{
  "leetcode.workspaceFolder": "/Users/tom/github/leetcode,F:\\github\\leetcode",
}

sunven avatar Sep 27 '22 09:09 sunven