sander1095 / vscode-readme-auto-open

A VSCode plug-in that opens the README when you open a project for the first time, ensuring people read it
MIT License
0 stars 1 forks source link

Open readme when the project opens in vscode #12

Open Ahrjen opened 5 days ago

Ahrjen commented 5 days ago

This pull request includes changes to improve the functionality and activation of the readme-auto-open extension. The key changes involve modifying the activation events and enhancing the logic to automatically open the readme.md file if it exists in the workspace.

Improvements to extension activation:

Enhancements to extension functionality:

Resolves #5

Ahrjen commented 3 days ago

Implemented

Tested