- Notifications
You must be signed in to change notification settings - Fork670
Open
Description
Today, the extension has three kinds of webviews which are:Preview
,Top Voted Solution
&Result
. Each of them has its own logic to show in some certain places:
Preview
: Determined by the settingleetcode.enableSideMode
Solution
: Get the location ofPreview
page. If there's no openedPreview
page, it will show in theColumn One
Result
: Always inColumn Two
Here are some proposals for improvement:
- Just use current implementation without any change
- Always show in
Column One
- Always show in
Column Two
- Always fetch the setting
leetcode.enableSideMode
before showing for all the three webviews - Each webview has its own setting to determine the location
Please let us know which one you are preferred. You can directly add the 👍 in the following choices.
Thank you for your patience.