vscode-leetcode
vscode-leetcode copied to clipboard
feat: workspaceFolder allow to scope settings by platform
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",
}