Open
Description
🐛 Bug Report(错误报告)
case|| all case
按了之后会显示{"msg":"http error","statusCode":499}
但是不会有任何反应
To Reproduce(重现)
- 登陆leetcode-us
- 做题
- 按下case或者all case
Steps to reproduce the behavior.(重现的步骤。)
Expected behavior(预期行为)
- 应该在右侧显示测试结果
A clear and concise description of what you expected to happen.(对您期望发生的事情进行清晰简洁的描述。)
Extension Output(扩展输出)
{"code":100,"msg":{"url":"https://leetcode.com/problems/median-of-two-sorted-arrays/description/","category":"algorithms","difficulty":"Hard (39.28%)","likes":"27474","dislikes":"3030","desc":"<p>Given two sorted arrays <code>nums1</code> and <code>nums2</code> of size <code>m</code> and <code>n</code> respectively, return <strong>the median</strong> of the two sorted arrays.</p>\n\n<p>The overall run time complexity should be <code>O(log (m+n))</code>.</p>\n\n<p> </p>\n<p><strong class=\"example\">Example 1:</strong></p>\n\n<pre>\n<strong>Input:</strong> nums1 = [1,3], nums2 = [2]\n<strong>Output:</strong> 2.00000\n<strong>Explanation:</strong> merged array = [1,2,3] and median is 2.\n</pre>\n\n<p><strong class=\"example\">Example 2:</strong></p>\n\n<pre>\n<strong>Input:</strong> nums1 = [1,2], nums2 = [3,4]\n<strong>Output:</strong> 2.50000\n<strong>Explanation:</strong> merged array = [1,2,3,4] and median is (2 + 3) / 2 = 2.5.\n</pre>\n\n<p> </p>\n<p><strong>Constraints:</strong></p>\n\n<ul>\n\t<li><code>nums1.length == m</code></li>\n\t<li><code>nums2.length == n</code></li>\n\t<li><code>0 <= m <= 1000</code></li>\n\t<li><code>0 <= n <= 1000</code></li>\n\t<li><code>1 <= m + n <= 2000</code></li>\n\t<li><code>-10<sup>6</sup> <= nums1[i], nums2[i] <= 10<sup>6</sup></code></li>\n</ul>\n"}}
{"msg":"http error","statusCode":499}
{"msg":"http error","statusCode":499}
Paste here the LeetCode extension log from output channel.(将输出通道中的 LeetCode 扩展日志粘贴到此处。)
Guidance: Press Ctrl+Shift+U
, and toggle the channel to LeetCode
.(按Ctrl+Shift+U
,将频道切换到LeetCode
。)
Your Environment
- os(操作系统): osx 12.6.6 (21G646)
- extension settings(扩展设置):
- nodejs version(nodejs 版本): v21.6.1.
- vscode version(vscode 版本): Version: 1.87.0
- extension version(扩展版本):v3.1.18
Metadata
Metadata
Assignees
Labels
No labels