forked from d-koppenhagen/vscode-code-review
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Zack edited this page Jan 22, 2025
·
11 revisions
22 January Tasks
- Adjust handlebars template so there are newlines and blank lines where necessary. (By Friday if possible).
- Render a few questions and make sure you don't see anything obviously wrong.
- Make caching local instead of global. (Local only is fine for now.)
- Explore AI (as time allows)
Merge to master when done with 1 and 2.
15 January Priorities for the Week
- Turn off handlebars formatting in Husky commit hook
- Are there any other commit hooks you suggest turning off?
- Adjust handlebars template so there are newlines and blank lines where necessary. (approx 3 hours for 1 and 2)
- Continue to push on allowing lines to be inserted (5 hours max)
- Explore AI ideas (approx. 2 hours)
7 December
- Something (a commit hook, perhaps) is automatically formatting the handlebars template. We need to turn that off.
-
How difficult would it be to load the categories from a project-specific file?
- It could be a regular stand-alone file (e.g.,
qlc-categories.json
) - Or does it make more sense to get the categories from a vscode project file?
- It could be a regular stand-alone file (e.g.,
-
When leaving comments in an .ipynb file, I think the line numbers are relative to the block, not the entire file. Is there a way to include the block number in addition to the line number?
-
Go to View -> Open View -> Comment Explorer. When you do this and select a comment, the "raw" view of the .ipynb file opens. Is there a way to change this behavior?
-
How easy would it be to add additional fields? (I'm not sure whether that is necessary, I'm just curious what your first impression is.)