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

VJudge Helper README

Features/功能特性

After you log in, you can view your contests, problems in them, and submit code directly in VS Code.

登录后,你可以直接在 VS Code 中查看比赛、比赛题目以及提交代码。

Release Notes/更新日志

0.2.3

Update @starcatmeow/vjudge-api to v0.5.0, fix https://github.com/starcatmeow/vjudge-helper/issues/2.

0.2.2

Manually store cookies to avoid unexpected errors.

0.2.1

Change the request method from puppeteer to actual HTTP API to provide better compatibility and performance.

Features:

将请求方式从之前的Puppeteer模拟操作更换为HTTP API,带来更好的兼容性及性能

新功能:

0.1.0

Complete basic features - view contests, problems in contests, and submit code.

完成基本功能(查看比赛、比赛题目、提交代码)