vscode-leetcode
vscode-leetcode copied to clipboard
Extend settings to workspace folder scope
I got 2 workspaces for solving problems, one using typescript and the other using java. But I didn't find any setting options specific for workspace, only find setting options for user. I think it would be better to set default language for different workspace and It would be so nice of you to support some setting options (e.g. leetcode.workspaceFolder and leetcode.defaultLanguage) in current workspace. Thanks for you reading.
Yours Jarvis
Follow-up: Change the default language scope to workspace level.
Any solutions for this ???
@jdneo Could you add the leetcode.workspaceFolder to workspace setting? I really hope some problems stored in one path and some problems in another path.
If this extension can detect current folder opened in VSCode and just store problems there ignoring "leetcode.workspaceFolder", it will be very convenient.