confluentinc / confluentinc/vscode
Automatically open readme file after generating project
Open
project generation
- Dominant language
- TypeScript
- Stars
- 34
- Forks
- 17
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 8
Description
Most project templates hold a readme file, which provides instructions on how to run the generated project, etc. After generating the project, we want to automatically open the readme, so that users know which next steps they need to take.
We could implement this by placing a special file, like `.confluent-version` or similar, in the generated project, which triggers extension activation. Upon detecting this file in the workspace, the extension could then open the readme file.
Contributor guide
Assessment
This issue has not been assessed yet.