vscode-leetcode
vscode-leetcode copied to clipboard
Change the configuration scope to window
I found that the current configuration can only be used for user settings. I think this is not very friendly. For example, the workspace folder may be different on different machines. If there are multiple machines, I can only modify the workspace folder before each use. So I changed the configuration scope to window, which can be configured in user, workspace, or remote settings.