Uh oh!
There was an error while loading. Please reload this page.
Apply mdEngine to preview webview - #257
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| await commands.executeCommand("leetcode.showProblem", this.node); | ||
| this.dispose(); | ||
| return; | ||
| await commands.executeCommand("workbench.action.focusSecondEditorGroup"); |
There was a problem hiding this comment.
This line relates to (maybe) a bug in vscode, and I have reported in a issue:
microsoft/vscode#71608, which makes me have to create column 2 first before moving (by calling reveal(ViewColumn.Two)) the webview panel to it.
I've successfully build the vscode repository locally in the aftertoon, and I'd like to have a try to debug the vscode myself.
Uh oh!
There was an error while loading. Please reload this page.
| private parseDescription(descString: string, problem: IProblem): IDescription { | ||
| const [ | ||
| /* title */, , | ||
| url, , |
There was a problem hiding this comment.
Each comma without variable before it means ignore this line (normally empty line, or something not needed)
poppinlp
commented
Apr 9, 2019
Looks cool! 👍 |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
…de-leetcode into webview-md-preview
Prerequisities
likesanddislikesproperty to problem description leetcode-tools/leetcode-cli#3submissionsandacceptedwithlikesanddislikesin the info tablebefore merging this PR.
Demonstration