Skip to content

Commit

Permalink
fix: added missing 'released' for two entries
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Oct 3, 2023
1 parent 6580c9a commit f14770e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/data.yaml
Expand Up @@ -54,14 +54,14 @@ extensions:
- name: "StarcoderEx"
editor: ["VSCode"]
stars: ">60"
released: null
released: "2023-5-5"
notes: "Completes the cursor selection"
link: "https://github.com/Lisoveliy/StarCoderEx"

- name: "WizardCoder-VSC"
editor: ["VSCode"]
stars: ">50"
released: null
released: "2023-6-19"
notes: "PoC, article available"
link: "https://github.com/mzbac/wizardCoder-vsc"
article: "https://medium.com/@anchen.li/build-your-own-copliot-using-open-source-llm-ff9da556cb09"
Expand Down

0 comments on commit f14770e

Please sign in to comment.