thepieterdc / dodona-plugin-vscode

Plugin for Visual Studio Code to submit exercises to Dodona.
MIT License
6 stars 4 forks source link

[BUG] Error message shows twice #28

Open stijndcl opened 3 years ago

stijndcl commented 3 years ago

Description

Opening the exercise tree without an api token throws an error message as expected, but it throws the message twice. This is not really a big problem, but it looks a bit glitchy.

Environment

stijndcl commented 3 years ago

This is caused by RootDataProvider.getChildren() executing twice upon initialization.