Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9816d42

Browse files
committedFeb 21, 2018
fix #4
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)
Please sign in to comment.