starcatmeow / vjudge-helper

VJudge helper plugin helps you view contests problems and submit code directly in Visual Studio Code
MIT License
10 stars 0 forks source link

Couldn't submit my code to Virtual Judge #3

Closed AuraElicase closed 10 months ago

AuraElicase commented 2 years ago

When I using this extension to submit my code, vscode shows this message:

运行命令 vjudge-helper.submitCode 错误: Cannot convert undefined or null to object。这可能是由提交 vjudge-helper.submitCode 的扩展引起的。

I tried only open the code I need submit or select all my code and press the cloud buttom. it shows the message again.

starcatmeow commented 2 years ago

Try update the plugin to v0.2.4 in vscode marketplace. It changed the submit method to match the current version of VJudge submit API, should work fine now.