Closed Prozilla closed 1 month ago
This is similar to https://github.com/thepieterdc/dodona-plugin-vscode/pull/252.
Does this code work on Dodona? If so, can you make a PR (src/util/comments.ts)?
# https://dodona.be/nl/courses/4165/series/46398/activities/578459704
echo "Hello world!"
That snippet works, I will try to make a PR
Is the bash programming language defined as "bash" or "sh"? (this is needed for the comment mapping)
If I remember correctly, you can base yourself on this: https://dodona.be/nl/programming_languages/
This is the information about the mentioned exercise:
Description
Single-line shell script exercises can't be submitted via the vscode plugin using the vscode editor, because it requires a comment with a link to the exercise on the first line. This first line is evaluated as part of the shell script in Dodona, making the command invalid and making the exercise always fail.
Expected Behavior
Actual Behavior
Alternative
Steps to Reproduce
Proposed solutions
# url
instead of/* url */
)Environment