8000 fix #4 · zhangyongzlm/vscode-leetcode@9816d42 · GitHub
[go: up one dir, main page]

Skip to content
Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9816d42

Browse files
committed
1 parent c9d4a4f commit 9816d42

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,12 @@
111111
"when": "view == leetCodeExplorer && viewItem == problem",
112112
"group": "1@1"
113113
}
114+
],
115+
"commandPalette": [
116+
{
117+
"command": "leetcode.showProblem",
118+
"when": "never"
119+
}
114120
]
115121
}
116122
},

0 commit comments

Comments
 (0)
0