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

Store hasSeenReadme variable #11

Open Ahrjen opened 5 days ago

Ahrjen commented 5 days ago

This pull request includes changes to the src/extension.ts file to improve the functionality of the "Readme Auto Open" extension. The most important changes involve simplifying the activation message and adding logic to check if the user has already seen the readme.md file in the workspace.

Improvements to activation logic:

Enhancements to user experience:

Resolves #3

sander1095 commented 5 days ago

All your PRs are copies of https://github.com/sander1095/vscode-readme-auto-open/pull/12, which makes it more difficult to review. Please fix all changes in https://github.com/sander1095/vscode-readme-auto-open/pull/12 and then offer them again.

sander1095 commented 13 hours ago

I've implemented your changes into #20 with some changes and enhancements. This PR won't be merged, but I've added the hacktoberfest-accepted label because this PR inspired the functionality that will be merged instead!