tdelame / codingame_vscode_extension

VSCode extension to ease the development of C++ CodinGame bot
MIT License
1 stars 1 forks source link

release: 2.0.1 #5

Closed tdelame closed 4 months ago

tdelame commented 4 months ago

The CodinGame API changed and it's now more difficult to communicate with the website directly. As such, sendBotCode and getCodinGamerId commands have been removed, as well as their related settings.

Fixed a bug in the new bot creation code to avoid trying to create a bot with a name already in use.