vscode-leetcode
vscode-leetcode copied to clipboard
Line 6: IndentationError: expected an indented block
🐛 Bug Report
When I press "test",this error occirs:
Line 6: IndentationError: expected an indented block
IndentationError: expected an indented block
import sys
Line 6 (Solution.py)

Your Environment
- os: Win10
- extension settings: Default
- nodejs version: 16.5.0
- vscode version: 1.58.2
- extension version: 0.18.0
I had the same problem. You need to move this line # @lc code=end to the end of file. They really should give some hints for beginners.