mirror of
https://github.com/codeflash-ai/codeflash-internal.git
synced 2026-05-04 18:25:18 +00:00
VSC package upgrade 0.0.13 (#1931)
This commit is contained in:
parent
797e184e82
commit
cc034945fb
3 changed files with 25 additions and 3 deletions
22
.github/pull_request_template.md
vendored
Normal file
22
.github/pull_request_template.md
vendored
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
# Pull Request Checklist
|
||||||
|
|
||||||
|
## Description
|
||||||
|
- [ ] **Description of PR**: Clear and concise description of what this PR accomplishes
|
||||||
|
- [ ] **Breaking Changes**: Document any breaking changes (if applicable)
|
||||||
|
- [ ] **Related Issues**: Link to any related issues or tickets
|
||||||
|
|
||||||
|
## Testing
|
||||||
|
- [ ] **Test cases Attached**: All relevant test cases have been added/updated
|
||||||
|
- [ ] **Manual Testing**: Manual testing completed for the changes
|
||||||
|
|
||||||
|
## Monitoring & Debugging
|
||||||
|
- [ ] **Logging in place**: Appropriate logging has been added for debugging user issues
|
||||||
|
- [ ] **Sentry will be able to catch errors**: Error handling ensures Sentry can capture and report errors
|
||||||
|
- [ ] **Avoid Dev based/Prisma logging**: No development-only or Prisma-specific logging in production code
|
||||||
|
|
||||||
|
## Configuration
|
||||||
|
- [ ] **Env variables newly added**: Any new environment variables are documented in .env.example file or mentioned in description
|
||||||
|
---
|
||||||
|
|
||||||
|
## Additional Notes
|
||||||
|
<!-- Add any additional context, screenshots, or notes for reviewers here -->
|
||||||
4
js/VSC-Extension/package-lock.json
generated
4
js/VSC-Extension/package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "codeflash",
|
"name": "codeflash",
|
||||||
"version": "0.0.12",
|
"version": "0.0.13",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "codeflash",
|
"name": "codeflash",
|
||||||
"version": "0.0.12",
|
"version": "0.0.13",
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
"packages/*"
|
"packages/*"
|
||||||
],
|
],
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "codeflash",
|
"name": "codeflash",
|
||||||
"displayName": "Codeflash",
|
"displayName": "Codeflash",
|
||||||
"description": "Optimize Your Python Code - Automatically",
|
"description": "Optimize Your Python Code - Automatically",
|
||||||
"version": "0.0.12",
|
"version": "0.0.13",
|
||||||
"icon": "media/Codeflash_black_background.jpg",
|
"icon": "media/Codeflash_black_background.jpg",
|
||||||
"publisher": "codeflash",
|
"publisher": "codeflash",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue