wangtao0101 / vscode-debug-leetcode

vscode debug extension for leetcode, can work with vscode-leetcode
https://marketplace.visualstudio.com/items?itemName=wangtao0101.debug-leetcode
MIT License
48 stars 10 forks source link

JS使用debug input输入俩字符串作为参数时,提示Parameters parsing error #38

Open sugar-little-bit opened 6 months ago

sugar-little-bit commented 6 months ago

🐛 Bug Report

A clear and concise description of what the bug is.

To Reproduce

Steps to reproduce the behavior.

Expected behavior

A clear and concise description of what you expected to happen.

Extension Output

Paste here the LeetCode extension log from output channel.

Guidance: Press Ctrl+Shift+U, and toggle the channel to Debug LeetCode.

Your Environment

sugar-little-bit commented 6 months ago

是leetcode 242题,例如我输入"case"\n"cesx"就会报错,请问是什么原因呢?