Supercharge Git inside VS Code and unlock untapped knowledge within each repository — Visualize code authorship at a glance via Git blame annotations and CodeLens, seamlessly navigate and explore Git repositories, gain valuable insights via rich visualizations and powerful comparison commands, and so much more
This PR only updates the messages displayed in README.md, package.json and the constant in the code so that it shows 14 days instead of 7 days of trial.
Checklist
[x] I have followed the guidelines in the Contributing document
[x] My changes follow the coding style of this project
[x] My changes build without any errors or warnings
[x] My changes have been formatted and linted
[ ] My changes include any required corresponding changes to the documentation (including CHANGELOG.md and README.md)
[x] My changes have been rebased and squashed to the minimal number (typically 1) of relevant commits
[x] My changes have a descriptive commit message with a short title, including a Fixes $XXX - or Closes #XXX - prefix to auto-close the issue that your PR addresses
Description
This PR only updates the messages displayed in
README.md
,package.json
and the constant in the code so that it shows 14 days instead of 7 days of trial.Checklist
Fixes $XXX -
orCloses #XXX -
prefix to auto-close the issue that your PR addresses