-
Notifications
You must be signed in to change notification settings - Fork 30
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: sourcegraph/jetbrains
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.0.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: sourcegraph/jetbrains
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.0.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 6 commits
- 18 files changed
- 4 contributors
Commits on Sep 3, 2024
-
fix/Windows: Open Cody Settings Editor should not pass file paths as …
…URIs (#2202) Fixes #2201 ## Test plan Manually tested: 1. Open the Cody sidebar. 2. ... , Open Cody Settings Editor Verify this opens a file with some curly braces instead of throwing an exception.
Dominic Cooney authoredSep 3, 2024 Configuration menu - View commit details
-
Copy full SHA for be20eb5 - Browse repository at this point
Copy the full SHA be20eb5View commit details -
Fix offset conversions at the end of the document (#2203)
Fixes #2196 ## Changes Conversion of the end of range to offset was buggy. VSC sometimes sends `-1` as line index. If the start or end position of the range is outside the document, the corresponding offset should be set to 0 or the document's text length, respectively. But in case of the end range we were setting it to `0`. To avoid that mistake: * I changed `Position::toOffset` method name to `Position::toOffsetOrZero` to be very explicit of what it does. It should not be used for ranges, but sometimes we only have a single position (like for a text insert). * I added `Range::toOffsetRange` which returns pair of offsets, correcting them appropriately depending if position is a start or end ## Test plan 1. Login to Cody with Free/Pro user 2. Create new empty python file called quicksort.py, make sure it's empty 3. Ask Cody to "create a quicksort function" 4. Click on Apply, make sure code is added to source code file 5. Click on Reject Edit should be properly rejected and file should be empty again.
Configuration menu - View commit details
-
Copy full SHA for fde7f3c - Browse repository at this point
Copy the full SHA fde7f3cView commit details -
## Changes Finally fixes windows gradle/pnpm build. Couple of additional deps I had to install manually (but it could be due to my `node` version or some other setup detail): `npx install gulp` `npx install gulp-cli` `npx install cross-env` `npx update-browserlist-db@latest` // possibly not needed Also, windows comandline can be more picky, e.g. `.\gradlew :runIDE -PplatformRuntimeVersion='2024.1.2'` (notice '' around a version) ## Test plan N/A
Configuration menu - View commit details
-
Copy full SHA for 0ae7e48 - Browse repository at this point
Copy the full SHA 0ae7e48View commit details
Commits on Sep 5, 2024
-
Fix shortcuts for Edit Code on Windows (#2223)
## Changes Removes annoying `Alt + Enter` shortcut and unifies both bringing `Edit Code` prompt and confirming an edit into a single shortcut. ## Test plan 1. Select some code in the editor 2. Hit `Ctrl Enter` to show `Edit Code` prompt 3. Add some instruction, e.g. to add comments 4. Hit `Ctrl Enter` again to confirm the changes and do an edit
Configuration menu - View commit details
-
Copy full SHA for 78b09c1 - Browse repository at this point
Copy the full SHA 78b09c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1406a49 - Browse repository at this point
Copy the full SHA 1406a49View commit details -
Includes a fix for #2197 ## Test plan 1. full qa --------- Co-authored-by: Piotr Kukielka <pkukielka@virtuslab.com>
Configuration menu - View commit details
-
Copy full SHA for 813d3f5 - Browse repository at this point
Copy the full SHA 813d3f5View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v7.0.0...v7.0.1