Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
unixzii committed Mar 27, 2023
1 parent cafc5b8 commit a7aab8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ You can chat with your code just like using ChatGPT. To open the chat panel, cli

## Known Issues

- [ ] Code generation may be interrupted unexpectedly, this is still being investigated. Generally, a retry will fix it.
- [x] When users modified the document before accepting a change, the replacing range is incorrect.
Code generation may fail when Cursor server is at high capacity. Please wait patiently for the server to recover, or you can upgrade to Cursor Pro to use the reserved capacity (only supported in [Cursor app](https://www.cursor.so)).

To track all issues / file a new issue please go to the Github repo.

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "aicursor",
"displayName": "CodeCursor (Cursor for VS Code)",
"description": "Cursor integration for Visual Studio Code",
"version": "0.2.2",
"version": "0.3.0",
"publisher": "ktiays",
"repository": {
"type": "git",
Expand Down Expand Up @@ -147,4 +147,4 @@
"react-syntax-highlighter": "^15.5.0",
"uuid": "^9.0.0"
}
}
}

0 comments on commit a7aab8b

Please sign in to comment.