You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VSCode provides extensions a way to add their own context keys for when clauses in keyboard shortcut setting. It will be nice if this extension can set such a context key when editing a leetcode solution code file or viewing problems etc. I think maybe it can be implemented by comparing the current workspace dir with config.leetcode.workspaceFolder?
Motivation
To be able to use leetcode-specific shortcuts. For example, I want to use F5 as "test the code on leetcode" when dealing with leetcode problems , while using it as "debug" elsewhere.
Sorry for my bad English :)
The text was updated successfully, but these errors were encountered:
🚀 Feature Proposal
VSCode provides extensions a way to add their own context keys for when clauses in keyboard shortcut setting. It will be nice if this extension can set such a context key when editing a leetcode solution code file or viewing problems etc. I think maybe it can be implemented by comparing the current workspace dir with
config.leetcode.workspaceFolder
?Motivation
To be able to use leetcode-specific shortcuts. For example, I want to use
F5
as "test the code on leetcode" when dealing with leetcode problems , while using it as "debug" elsewhere.Sorry for my bad English :)
The text was updated successfully, but these errors were encountered: