confluentinc / confluentinc/vscode
Look for `.confluent-version` and README.md files on extension activation
Open
project generation
- Dominant language
- TypeScript
- Stars
- 34
- Forks
- 17
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 8
Description
If the extension activated due to the presence of a `.confluent-version`-like file, that means a generated project directory was opened and a README.md file should also be present. At extension activation time, we can check for both files and choose to `workspace.openTextDocument()`.
Bonus points for showing the README "preview" and not the raw markdown.
Contributor guide
Assessment
This issue has not been assessed yet.