robotcodedev / robotcode

RobotFramework support for Visual Studio Code
https://robotcode.io
Apache License 2.0
177 stars 14 forks source link

Text for configuration and basic clean/new #270

Closed RobertG699 closed 2 months ago

RobertG699 commented 3 months ago

Added most of the text and images for the configuration file:

Added basic implementation for clean and new.

clean: removes all files and folders except the ".venv" and ".vscode" folders

new: creates a new folder. Within it, creates a robot.toml, requirements.txt and example.robot file (within a tests folder), with some basic content.