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
Copy file name to clipboardExpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -141,6 +141,7 @@
141
141
|`leetcode.outputFolder`| Specify the relative path to save the problem files. Besides using customized path, there are also several reserved words which can be used here: <ul><li>`${tag}`: Categorize the problem according to their tags.<li>`${language}`: Categorize the problem according to their language.</li><li>`${difficulty}`: Categorize the problem according to their difficulty.</li></ul> | N/A |
142
142
|`leetcode.enableStatusBar`| Specify whether the LeetCode status bar will be shown or not. |`true`|
143
143
|`leetcode.enableShortcuts`| Specify whether the submit and test shortcuts in editor or not. |`true`|
144
+
|`leetcode.enableSideMode`| Specify whether `preview`, `solution` and `submission` tab should be grouped into the second editor column when solving a problem. |`true`|
144
145
|`leetcode.nodePath`| Specify the `Node.js` executable path. |`node`|
0 commit comments