vscode-exos-introdev README"vscode-exos-introdev" is a simple Visual Studio Code extension that show badges on files and folders to indicate the progress of the exercices in the "Introduction au développement" course at my school. It is a personal project that I made to learn how to create a Visual Studio Code extension and to make my course easier. FeaturesRequirementsNo requirements. Just install the extension and use it on projects where it is useful. Extension SettingsInclude if your extension adds any VS Code settings through the For example: This extension contributes the following settings:
Known IssuesNo actual known issues. Release Notes1.0.0Initial release of vscode-exos-introdev. Just a simple extension that show badges on files and folders to indicate the progress of the exercices in the "Introduction au développement" course at my school. Put the folers paths (ex: "recursive/exo1" and the folder "recursive/exo1" contains files of the exo) of exos which are resolved in the logFile (default: log.md) in the workspace folder. Change the logFile path in the settings if you want to use another file. Change the projectsNames, fileExtensions and folderLevels in the settings if you want to use the extension on other projects. 1.0.2Second release of vscode-exos-introdev. ADD the resolvedPattern setting to change the pattern of the resolved exos in the log file (default: [X] [{{folderPath}}]). 1.0.3Simple fix on the resolvedPattern setting. Author(Me):
Enjoy! |