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

Add reset state command and update README visibility logic #20

Closed sander1095 closed 13 hours ago

sander1095 commented 13 hours ago

This pull request introduces a new command to reset the state of the "Readme Auto Open" extension and ensures that the README file is only shown once per workspace session unless the state is reset. The most important changes include adding the new command to the package.json file and updating the extension's activation logic to handle the new state.

New command addition:

State management and command registration:

Resolves https://github.com/sander1095/vscode-readme-auto-open/issues/3

sander1095 commented 13 hours ago

Based on #11