-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[pull] main from microsoft:main #577
base: main
Are you sure you want to change the base?
Commits on Nov 7, 2024
-
Pick up latest TS for building VS Code (#233369)
Fixes a few new typings issues. All seem like valid problems
Configuration menu - View commit details
-
Copy full SHA for 793580e - Browse repository at this point
Copy the full SHA 793580eView commit details -
Make sure auth provider listener is setup before extensions and move …
…register warning into ext host code (#233373) This just moves code out of a contribution into the service so that the ExtPoint handler gets set up before extensions start coming in. Also, we'd like to throw when an extension doesn't include their auth provider in the package.json so move the warning into a place that makes sense and set up a telemetry event so we can understand usage of this behavior. Fixes #233324
Configuration menu - View commit details
-
Copy full SHA for 804fed2 - Browse repository at this point
Copy the full SHA 804fed2View commit details
Commits on Nov 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for af3a0ff - Browse repository at this point
Copy the full SHA af3a0ffView commit details -
fix: don't roll back edits if response hit length limit (#233378)
fix: don't roll back to snapshot if response hit length limit
Configuration menu - View commit details
-
Copy full SHA for 137b2a6 - Browse repository at this point
Copy the full SHA 137b2a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ad5865 - Browse repository at this point
Copy the full SHA 4ad5865View commit details -
Configuration menu - View commit details
-
Copy full SHA for d53db4e - Browse repository at this point
Copy the full SHA d53db4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cef67d - Browse repository at this point
Copy the full SHA 7cef67dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 49e1e99 - Browse repository at this point
Copy the full SHA 49e1e99View commit details -
Fix discard edits to update disk state (#233401)
* when discarding only our changes then save, instead of calling revert fixes #233398 * show title for modified decoration
Configuration menu - View commit details
-
Copy full SHA for 4a98be2 - Browse repository at this point
Copy the full SHA 4a98be2View commit details -
Add padding to the tree find widget (#233402)
Give the tree find widget space at the top
Configuration menu - View commit details
-
Copy full SHA for c5b5cb2 - Browse repository at this point
Copy the full SHA c5b5cb2View commit details -
Improve chat overlay behavior and loading indication (#233406)
* show spinner when having started to compute edits * ignore hidden actions in chat overlay
Configuration menu - View commit details
-
Copy full SHA for 43f217e - Browse repository at this point
Copy the full SHA 43f217eView commit details -
Remove grabber functionality from Tree Find (#233405)
* remove grabber * remove async datat tree layout call
Configuration menu - View commit details
-
Copy full SHA for 7abcae9 - Browse repository at this point
Copy the full SHA 7abcae9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c48f21c - Browse repository at this point
Copy the full SHA c48f21cView commit details -
fix: cannot open vscode when use vscode-win32-x64 in Windows (#233285)
When executing `npm run gulp vscode-win32-x64` on the Windows platform, the `bundle-vscode` task is triggered. However, this task does not handle the path issues well, resulting in the contents of the `bootstrap-window.js` file not being injected into `workbench.js` and `processExplorer.js`. The reason why VSCode does not encounter this issue is that the code compilation (compile-build) is performed on a Linux machine, while the Windows machine only executes the application build (vscode-win32-x64-ci will not trigger `bundle-vscode`). Signed-off-by: Kevin Cui <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d0d222d - Browse repository at this point
Copy the full SHA d0d222dView commit details -
Only show views context menu action on view container when merged wit…
…h view title (#233408) * only show views submenu if merged with view title * add views submenu also to panel
Configuration menu - View commit details
-
Copy full SHA for 024999d - Browse repository at this point
Copy the full SHA 024999dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cae08d - Browse repository at this point
Copy the full SHA 5cae08dView commit details -
Merge pull request #233387 from BABA983/fix-wrong-terminal-setting-key
Correct ShellIntegrationDecorationsEnabled in markdownDescription
Configuration menu - View commit details
-
Copy full SHA for 8907447 - Browse repository at this point
Copy the full SHA 8907447View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4217d01 - Browse repository at this point
Copy the full SHA 4217d01View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2511e7 - Browse repository at this point
Copy the full SHA b2511e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01340a9 - Browse repository at this point
Copy the full SHA 01340a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8627333 - Browse repository at this point
Copy the full SHA 8627333View commit details -
Configuration menu - View commit details
-
Copy full SHA for 045fa72 - Browse repository at this point
Copy the full SHA 045fa72View commit details -
Merge pull request #233429 from microsoft/tyriar/233427
Fix pwsh suggest flags
Configuration menu - View commit details
-
Copy full SHA for ef00be1 - Browse repository at this point
Copy the full SHA ef00be1View commit details -
Allow to undo edit hunks (#233426)
* add undo btn to each change from chat edit * react to layout changes * better ids * prevent double add * * better support for buttons with label and text * add `UndoHunkAction` which keybinding etc pp * hunk widget renders hunk menu * * make sure we are correctly subscribed to diffInfo changes * simply things with more obs * make it harder to lose the hunk menu * undo the right hunk
Configuration menu - View commit details
-
Copy full SHA for ea6cdff - Browse repository at this point
Copy the full SHA ea6cdffView commit details -
Small tweaks for post edit widget (#233431)
- Use button colors so it stands out more - Make sure cancellation returns focus to the editor
Configuration menu - View commit details
-
Copy full SHA for d24fdad - Browse repository at this point
Copy the full SHA d24fdadView commit details -
debug: bump js-debug to 1.95.3 (#233438)
Contains microsoft/vscode-js-debug@v1.95.2...v1.95.3 I will have a nicer fix on js-debug's main branch, but this is simple and safe. In non-locked conditions the evaluation takes single-digit milliseconds.
Configuration menu - View commit details
-
Copy full SHA for 21c07c8 - Browse repository at this point
Copy the full SHA 21c07c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76b576a - Browse repository at this point
Copy the full SHA 76b576aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f88445c - Browse repository at this point
Copy the full SHA f88445cView commit details -
feat: add context key filtering to command retrieval in preferences a… (
#233445) feat: add context key filtering to command retrieval in preferences actions
Configuration menu - View commit details
-
Copy full SHA for bb903c0 - Browse repository at this point
Copy the full SHA bb903c0View commit details -
testing: update error message badge with some feedback (#233447)
- Make the border styleable - Fix pointer rendering issues with zoom - Make the width account for scroll contents
Configuration menu - View commit details
-
Copy full SHA for ec16881 - Browse repository at this point
Copy the full SHA ec16881View commit details -
SR command to read last REPL execution (#233372)
* SR command to read last REPL execution * use error details * just use the values within the error * test error collection * combine output helpers * auto read item executed in REPL * switch order so universal hotkey is in a11y help * combine adjacent stream outputs * self-review
Configuration menu - View commit details
-
Copy full SHA for 5f1771c - Browse repository at this point
Copy the full SHA 5f1771cView commit details -
Connor4312/testing-badge-feedback (#233450)
fix: line border overlapping error message
Configuration menu - View commit details
-
Copy full SHA for c24b6ed - Browse repository at this point
Copy the full SHA c24b6edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fd40e6 - Browse repository at this point
Copy the full SHA 8fd40e6View commit details -
additional tests for gathering output text (#233452)
* test for getting all text outputs correctly * one more test
Configuration menu - View commit details
-
Copy full SHA for 32327db - Browse repository at this point
Copy the full SHA 32327dbView commit details -
testing: some refinements to default settings and progress (#233453)
* testing: migrate testing.openTesting -> testing.automaticallyOpenResults More accurate and discoverable name * testing: use single click open action in test explore and open peek on click
Configuration menu - View commit details
-
Copy full SHA for d7ea241 - Browse repository at this point
Copy the full SHA d7ea241View commit details
Commits on Nov 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4798530 - Browse repository at this point
Copy the full SHA 4798530View commit details -
Configuration menu - View commit details
-
Copy full SHA for deb1c35 - Browse repository at this point
Copy the full SHA deb1c35View commit details -
Merge pull request #233458 from microsoft/tyriar/requestCompletions
Convert requestCompletions into an active instance action
Configuration menu - View commit details
-
Copy full SHA for eef833b - Browse repository at this point
Copy the full SHA eef833bView commit details -
Merge pull request #233298 from microsoft/tyriar/233231
Hide insert at cursor by default in terminal chat
Configuration menu - View commit details
-
Copy full SHA for 05f13ec - Browse repository at this point
Copy the full SHA 05f13ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 42f90e8 - Browse repository at this point
Copy the full SHA 42f90e8View commit details
Commits on Nov 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f8f0cb9 - Browse repository at this point
Copy the full SHA f8f0cb9View commit details -
Merge pull request #233520 from microsoft/tyriar/233518
Only register devMode listeners onces, remove status bar item
Configuration menu - View commit details
-
Copy full SHA for 5c4124d - Browse repository at this point
Copy the full SHA 5c4124dView commit details -
Try dismissing paste widget on any cursor change (#233529)
Hopefully helps with cases where you try triggering code actions but the paste widget is still visible
Configuration menu - View commit details
-
Copy full SHA for 9b365ca - Browse repository at this point
Copy the full SHA 9b365caView commit details
Commits on Nov 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c00f3f5 - Browse repository at this point
Copy the full SHA c00f3f5View commit details -
* fix #233543 * use better color for disabled hover-ed buttons * better view/hide logic hunk menu
Configuration menu - View commit details
-
Copy full SHA for a4c0274 - Browse repository at this point
Copy the full SHA a4c0274View commit details -
Configuration menu - View commit details
-
Copy full SHA for a83efec - Browse repository at this point
Copy the full SHA a83efecView commit details -
Merge pull request #233562 from microsoft/tyriar/233206
Remove magic number
Configuration menu - View commit details
-
Copy full SHA for fb298c8 - Browse repository at this point
Copy the full SHA fb298c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15518a8 - Browse repository at this point
Copy the full SHA 15518a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6b0284 - Browse repository at this point
Copy the full SHA c6b0284View commit details -
Prevent terminal getting larger than 75% of terminal
Exception when widget min height is larger than that. Fixes #233227
Configuration menu - View commit details
-
Copy full SHA for 06b36a2 - Browse repository at this point
Copy the full SHA 06b36a2View commit details -
* take decorationWidth into account when layouting chat zone #233561 * chat - fix input height computation when resizing editor
Configuration menu - View commit details
-
Copy full SHA for f9a75f1 - Browse repository at this point
Copy the full SHA f9a75f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86a992a - Browse repository at this point
Copy the full SHA 86a992aView commit details -
Merge pull request #233569 from microsoft/tyriar/233227
Prevent terminal getting larger than 75% of terminal
Configuration menu - View commit details
-
Copy full SHA for 75ab013 - Browse repository at this point
Copy the full SHA 75ab013View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c111e6 - Browse repository at this point
Copy the full SHA 6c111e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d0a897 - Browse repository at this point
Copy the full SHA 3d0a897View commit details -
Configuration menu - View commit details
-
Copy full SHA for afc3a6a - Browse repository at this point
Copy the full SHA afc3a6aView commit details -
don't use controller's viewstate management but use storage service d…
…irectly, (#233589) fixes microsoft/vscode-copilot#10315 and other bugs
Configuration menu - View commit details
-
Copy full SHA for 5261d03 - Browse repository at this point
Copy the full SHA 5261d03View commit details -
Configuration menu - View commit details
-
Copy full SHA for e92ff39 - Browse repository at this point
Copy the full SHA e92ff39View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6406bd - Browse repository at this point
Copy the full SHA c6406bdView commit details -
Polish show/hide of undo btn (#233594)
* use primary color for hunk btns * show hunk btn when cursor is within * hide/show with slight animiation
Configuration menu - View commit details
-
Copy full SHA for 597a62e - Browse repository at this point
Copy the full SHA 597a62eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bd09b9 - Browse repository at this point
Copy the full SHA 3bd09b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff60639 - Browse repository at this point
Copy the full SHA ff60639View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e84827 - Browse repository at this point
Copy the full SHA 4e84827View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cc75a5 - Browse repository at this point
Copy the full SHA 3cc75a5View commit details -
handle large github issue error (#233613)
* handle large github issue things * inline added something that was kinda cool but doesn't work in all scenarios very cool and demure tho
Configuration menu - View commit details
-
Copy full SHA for debf919 - Browse repository at this point
Copy the full SHA debf919View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0244c5e - Browse repository at this point
Copy the full SHA 0244c5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e6bb858 - Browse repository at this point
Copy the full SHA e6bb858View commit details -
Only rewrite sourcemap urls when js (#233626)
This prevents the build from touching any other kind of file.
Configuration menu - View commit details
-
Copy full SHA for d6688b5 - Browse repository at this point
Copy the full SHA d6688b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b290c9 - Browse repository at this point
Copy the full SHA 9b290c9View commit details
Commits on Nov 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fa92e13 - Browse repository at this point
Copy the full SHA fa92e13View commit details -
Prelimnary support for notebook chat edits (#233629)
* Prelimnary support for notebook chat edits * Misc changes
Configuration menu - View commit details
-
Copy full SHA for 5690e16 - Browse repository at this point
Copy the full SHA 5690e16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a89b74 - Browse repository at this point
Copy the full SHA 8a89b74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1105c97 - Browse repository at this point
Copy the full SHA 1105c97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 636a30e - Browse repository at this point
Copy the full SHA 636a30eView commit details -
Make hover appearance optional (fix option type) (#233651)
appearance is optional for hover at mouse
Configuration menu - View commit details
-
Copy full SHA for 9ddd28f - Browse repository at this point
Copy the full SHA 9ddd28fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a14403 - Browse repository at this point
Copy the full SHA 2a14403View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8e79e0 - Browse repository at this point
Copy the full SHA e8e79e0View commit details -
Show highlights badge for collapsed folders (#233599)
* add highlight results * fix test
Configuration menu - View commit details
-
Copy full SHA for cc5c49c - Browse repository at this point
Copy the full SHA cc5c49cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e12467 - Browse repository at this point
Copy the full SHA 5e12467View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6eeb7a6 - Browse repository at this point
Copy the full SHA 6eeb7a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 597efe0 - Browse repository at this point
Copy the full SHA 597efe0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20e4d5e - Browse repository at this point
Copy the full SHA 20e4d5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71da4ef - Browse repository at this point
Copy the full SHA 71da4efView commit details -
Merge pull request #233666 from microsoft/tyriar/233661
Editor GPU: Fix left boundary tab rendering
Configuration menu - View commit details
-
Copy full SHA for e3aa7ea - Browse repository at this point
Copy the full SHA e3aa7eaView commit details -
Merge pull request #233667 from microsoft/tyriar/unused
Remove unused function
Configuration menu - View commit details
-
Copy full SHA for 0b7d525 - Browse repository at this point
Copy the full SHA 0b7d525View commit details -
Configuration menu - View commit details
-
Copy full SHA for b511829 - Browse repository at this point
Copy the full SHA b511829View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a14a2c - Browse repository at this point
Copy the full SHA 0a14a2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a129c0 - Browse repository at this point
Copy the full SHA 9a129c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd26995 - Browse repository at this point
Copy the full SHA dd26995View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0be64db - Browse repository at this point
Copy the full SHA 0be64dbView commit details -
* fix #232043 * fix compilation error * fix compilation * fix compilation * fix compilation * fix compilation * fix compilation
Configuration menu - View commit details
-
Copy full SHA for e9d6c6a - Browse repository at this point
Copy the full SHA e9d6c6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a639205 - Browse repository at this point
Copy the full SHA a639205View commit details -
Merge pull request #233674 from microsoft/tyriar/227102
Re-render after canvas device pixel dims change
Configuration menu - View commit details
-
Copy full SHA for 22b7dc5 - Browse repository at this point
Copy the full SHA 22b7dc5View commit details -
Merge pull request #233680 from microsoft/tyriar/233677
Adjust content after lines are deleted
Configuration menu - View commit details
-
Copy full SHA for 3159892 - Browse repository at this point
Copy the full SHA 3159892View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41c06eb - Browse repository at this point
Copy the full SHA 41c06ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a663b4 - Browse repository at this point
Copy the full SHA 3a663b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b5bb23 - Browse repository at this point
Copy the full SHA 1b5bb23View commit details -
rename asCSSPropertyValue to asCSSStringValue and use for generated C…
…SS with `font-family` and `content`
Configuration menu - View commit details
-
Copy full SHA for 7c199fe - Browse repository at this point
Copy the full SHA 7c199feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 90e6906 - Browse repository at this point
Copy the full SHA 90e6906View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2f0ad8 - Browse repository at this point
Copy the full SHA f2f0ad8View commit details -
Configuration menu - View commit details
-
Copy full SHA for faa5845 - Browse repository at this point
Copy the full SHA faa5845View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2e142c - Browse repository at this point
Copy the full SHA d2e142cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ecdfd9 - Browse repository at this point
Copy the full SHA 8ecdfd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 141d037 - Browse repository at this point
Copy the full SHA 141d037View commit details -
Merge pull request #233696 from microsoft/tyriar/233695
Fallback to DOM for lines 3000+, move limits to ctx
Configuration menu - View commit details
-
Copy full SHA for d9b1503 - Browse repository at this point
Copy the full SHA d9b1503View commit details -
Configuration menu - View commit details
-
Copy full SHA for 521e9ec - Browse repository at this point
Copy the full SHA 521e9ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1422b60 - Browse repository at this point
Copy the full SHA 1422b60View commit details -
Configuration menu - View commit details
-
Copy full SHA for c908f16 - Browse repository at this point
Copy the full SHA c908f16View commit details -
Extract interface and fix dispose for TS related files (#233705)
The array is updated async so we can't spread it in the return type
Configuration menu - View commit details
-
Copy full SHA for ea13242 - Browse repository at this point
Copy the full SHA ea13242View commit details -
Merge pull request #233701 from microsoft/tyriar/227092
Clear space/tab cells on render, ignore xOffset in cell buffer
Configuration menu - View commit details
-
Copy full SHA for 5dc57f4 - Browse repository at this point
Copy the full SHA 5dc57f4View commit details -
Support finding folders int explorer find (#233707)
Support folder explorer search
Configuration menu - View commit details
-
Copy full SHA for dd9ef27 - Browse repository at this point
Copy the full SHA dd9ef27View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc65d12 - Browse repository at this point
Copy the full SHA cc65d12View commit details -
feat: rerender chat markdown code block pills when going from generat…
…ing to applying edits (#233710)
Configuration menu - View commit details
-
Copy full SHA for 55f2f69 - Browse repository at this point
Copy the full SHA 55f2f69View commit details -
Configuration menu - View commit details
-
Copy full SHA for f31aced - Browse repository at this point
Copy the full SHA f31acedView commit details -
feat: Update gettingStarted accessible view with command execution (#…
…233647) * feat: enhance Getting Started accessible view with command execution actions * feat: update Getting Started accessible view with command execution and link handling
Configuration menu - View commit details
-
Copy full SHA for 465cc6a - Browse repository at this point
Copy the full SHA 465cc6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c4efcbd - Browse repository at this point
Copy the full SHA c4efcbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f7d045 - Browse repository at this point
Copy the full SHA 6f7d045View commit details -
Add Select All Matches to notebook editor (#233132)
* working select all matches from idle + async issue fixes * renamings for readability * support selecting state usage * small readability refactors -- flatter * support find widget usage of ctrl+shft+L * refactor + find widget integrations * rename nb text model findmatches * align action names w editor
Configuration menu - View commit details
-
Copy full SHA for 42dc419 - Browse repository at this point
Copy the full SHA 42dc419View commit details -
Remove support for old code action contribution proposals (#233725)
Instead of the static contributions, you can provide documentation with your code action provider: 8dc7bea
Configuration menu - View commit details
-
Copy full SHA for 7d2db67 - Browse repository at this point
Copy the full SHA 7d2db67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58487f6 - Browse repository at this point
Copy the full SHA 58487f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c06f8d - Browse repository at this point
Copy the full SHA 1c06f8dView commit details -
feat: allow chat related file providers to specify a description at r…
…egistration and for results (#233731)
Configuration menu - View commit details
-
Copy full SHA for 89f3c39 - Browse repository at this point
Copy the full SHA 89f3c39View commit details -
feat: render percentage progress in chat code block pills (#233723)
Configuration menu - View commit details
-
Copy full SHA for ba2edb7 - Browse repository at this point
Copy the full SHA ba2edb7View commit details -
Don't strip out html like tags when rendering markdown code blocks as…
… plain text (#233734) Fixes microsoft/vscode-copilot-release#2489
Configuration menu - View commit details
-
Copy full SHA for 3583dd3 - Browse repository at this point
Copy the full SHA 3583dd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51b15d1 - Browse repository at this point
Copy the full SHA 51b15d1View commit details
Commits on Nov 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 19c2c26 - Browse repository at this point
Copy the full SHA 19c2c26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3997799 - Browse repository at this point
Copy the full SHA 3997799View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56bf60b - Browse repository at this point
Copy the full SHA 56bf60bView commit details -
Revert register copilotRelated with copilot (#233729)
* Revert "Add new context parameter to API" This reverts commit a003a0d. * Remove additional references to CopilotRelated
Configuration menu - View commit details
-
Copy full SHA for a1276ac - Browse repository at this point
Copy the full SHA a1276acView commit details -
Display deleted cells in viewzones (#233740)
* Display deleted cells in viewzones * Simpler fix * Revert * misc
Configuration menu - View commit details
-
Copy full SHA for 1b86938 - Browse repository at this point
Copy the full SHA 1b86938View commit details -
invocationMessage as MarkdownString (#233744)
* invocationMessage as MarkdownString Fix #232985 * string | MarkdownString
Configuration menu - View commit details
-
Copy full SHA for a370576 - Browse repository at this point
Copy the full SHA a370576View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5474564 - Browse repository at this point
Copy the full SHA 5474564View commit details -
use
sendRequest
-method when transferring turns, fix race-bug when a……dopting multiple requests
Configuration menu - View commit details
-
Copy full SHA for dc3acd4 - Browse repository at this point
Copy the full SHA dc3acd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4302b6e - Browse repository at this point
Copy the full SHA 4302b6eView commit details -
Support accept/reject notebook chat edits (#233751)
* Support accept/reject notebook chat edits * Fixes * Fixes
Configuration menu - View commit details
-
Copy full SHA for 5169170 - Browse repository at this point
Copy the full SHA 5169170View commit details -
Fix compressed highlights functionality (#233752)
fix compressed highlights
Configuration menu - View commit details
-
Copy full SHA for 6d5f185 - Browse repository at this point
Copy the full SHA 6d5f185View commit details -
Remove maxResults limit for directory searches (#233753)
Remove maxHit for directories
Configuration menu - View commit details
-
Copy full SHA for ec3e758 - Browse repository at this point
Copy the full SHA ec3e758View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b1baf6 - Browse repository at this point
Copy the full SHA 3b1baf6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 554d990 - Browse repository at this point
Copy the full SHA 554d990View commit details -
collect failed extension artifacts in a trash folder (#233688)
* collect failed extension artifacts in a trash folder * fix tests
Configuration menu - View commit details
-
Copy full SHA for 849b854 - Browse repository at this point
Copy the full SHA 849b854View commit details -
Configuration menu - View commit details
-
Copy full SHA for 601f45a - Browse repository at this point
Copy the full SHA 601f45aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2206a8f - Browse repository at this point
Copy the full SHA 2206a8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e7dcde4 - Browse repository at this point
Copy the full SHA e7dcde4View commit details -
Merge pull request #233769 from microsoft/tyriar/233768
Get DOM-based selections working on gpu lines
Configuration menu - View commit details
-
Copy full SHA for cd0bd66 - Browse repository at this point
Copy the full SHA cd0bd66View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd3fa1d - Browse repository at this point
Copy the full SHA dd3fa1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a826d91 - Browse repository at this point
Copy the full SHA a826d91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e1c62e - Browse repository at this point
Copy the full SHA 2e1c62eView commit details -
Merge pull request #229172 from microsoft/tyriar/228971
Get mouse events working for GPU renderer
Configuration menu - View commit details
-
Copy full SHA for 069e8e5 - Browse repository at this point
Copy the full SHA 069e8e5View commit details -
Add cancellation token so in progress terminal completion request sto…
…ps on widget hide (#233772)
Configuration menu - View commit details
-
Copy full SHA for db865c3 - Browse repository at this point
Copy the full SHA db865c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 536b329 - Browse repository at this point
Copy the full SHA 536b329View commit details -
Configuration menu - View commit details
-
Copy full SHA for d28ffb9 - Browse repository at this point
Copy the full SHA d28ffb9View commit details -
Merge pull request #233781 from microsoft/tyriar/233779
Re-render GPU side when decorations change
Configuration menu - View commit details
-
Copy full SHA for 012624a - Browse repository at this point
Copy the full SHA 012624aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a161602 - Browse repository at this point
Copy the full SHA a161602View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a5844e - Browse repository at this point
Copy the full SHA 4a5844eView commit details -
Merge pull request #233789 from microsoft/tyriar/233787
Calculate WGSL coordinates inside shader
Configuration menu - View commit details
-
Copy full SHA for 544e5c1 - Browse repository at this point
Copy the full SHA 544e5c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a2d95d - Browse repository at this point
Copy the full SHA 4a2d95dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 67c00bd - Browse repository at this point
Copy the full SHA 67c00bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8dcb8e3 - Browse repository at this point
Copy the full SHA 8dcb8e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87a02e7 - Browse repository at this point
Copy the full SHA 87a02e7View commit details -
Add helpers for constructing inline css (#233376)
* Add helpers for constructing inline css Adds some helper functions for constructing inline css * Add comment and update tests
Configuration menu - View commit details
-
Copy full SHA for 15a2bf0 - Browse repository at this point
Copy the full SHA 15a2bf0View commit details -
Merge pull request #233796 from microsoft/tyriar/233790_2
Only update gpu scroll offset on scroll event
Configuration menu - View commit details
-
Copy full SHA for 4f8b663 - Browse repository at this point
Copy the full SHA 4f8b663View commit details -
Decorated nb cells inserted via chat edits (#233793)
* Decorated nb cells inserted via chat edits * Highlight entire row green * Misc
Configuration menu - View commit details
-
Copy full SHA for 9355625 - Browse repository at this point
Copy the full SHA 9355625View commit details -
Configuration menu - View commit details
-
Copy full SHA for a53bfec - Browse repository at this point
Copy the full SHA a53bfecView commit details
Commits on Nov 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 671f37d - Browse repository at this point
Copy the full SHA 671f37dView commit details -
Configuration menu - View commit details
-
Copy full SHA for caa9f40 - Browse repository at this point
Copy the full SHA caa9f40View commit details -
Refactor nb chat edit implementations into separate files (#233809)
* Wip * More changes
Configuration menu - View commit details
-
Copy full SHA for 841e8b1 - Browse repository at this point
Copy the full SHA 841e8b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33c552e - Browse repository at this point
Copy the full SHA 33c552eView commit details -
feat: support picking related files for chat editing in Add Files pic…
…ker (#233817) * feat: support picking related files for chat editing in Add Files picker * fix: try prioritizing related files when generating file completions, drop timeout to not hold up completions too much
Configuration menu - View commit details
-
Copy full SHA for a067314 - Browse repository at this point
Copy the full SHA a067314View commit details -
Revert dual model chat code block approach (#233821)
Revert dual model approach Temporary until we can figure out the better fix for #232538
Configuration menu - View commit details
-
Copy full SHA for 66fdf79 - Browse repository at this point
Copy the full SHA 66fdf79View commit details -
Configuration menu - View commit details
-
Copy full SHA for a42d89c - Browse repository at this point
Copy the full SHA a42d89cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8869a4e - Browse repository at this point
Copy the full SHA 8869a4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 43b8cbd - Browse repository at this point
Copy the full SHA 43b8cbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ab8e3f - Browse repository at this point
Copy the full SHA 3ab8e3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d8c8142 - Browse repository at this point
Copy the full SHA d8c8142View commit details -
Merge pull request #233837 from microsoft/tyriar/233835
Fix contentLeft not being respected after line numbers change
Configuration menu - View commit details
-
Copy full SHA for f986db3 - Browse repository at this point
Copy the full SHA f986db3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02d23bd - Browse repository at this point
Copy the full SHA 02d23bdView commit details -
#232043 revert cli command and support downloading VSIX in UI (#233843)
Configuration menu - View commit details
-
Copy full SHA for 653fd41 - Browse repository at this point
Copy the full SHA 653fd41View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9847bdc - Browse repository at this point
Copy the full SHA 9847bdcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c4df3b - Browse repository at this point
Copy the full SHA 1c4df3bView commit details -
Handle resolver extension points before activating (#233721)
* Reapply "fix #229955 (#229959)" (#233567) This reverts commit 86a992a. * Handle resolver extension points before activating - fixes #224236 * Revert "Reapply "fix #229955 (#229959)" (#233567)" This reverts commit 3e435d6. * improve handling resolver extensions * move check into for loop * clean up * revert to fix failing test * use existing method * review feedback - stream resolved extensions * fix * undo
Configuration menu - View commit details
-
Copy full SHA for 6dd6e70 - Browse repository at this point
Copy the full SHA 6dd6e70View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd5fa8e - Browse repository at this point
Copy the full SHA fd5fa8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea57cf0 - Browse repository at this point
Copy the full SHA ea57cf0View commit details -
Add interface for adding value selection in QuickPick for extension A…
…PI (#233275) * Add interface for adding value selection in QuickPick for extension API * Implement the interface * Move valueSelection to QuickInput from InputBox and QuickPick * Change exposed API to add valueSelection only to QuickPick
Configuration menu - View commit details
-
Copy full SHA for 3c86c97 - Browse repository at this point
Copy the full SHA 3c86c97View commit details
Commits on Nov 15, 2024
-
feat: show chat related files directly in the editing widget working …
…set (#233872) feat: show chat related files directly in the editing widget
Configuration menu - View commit details
-
Copy full SHA for dfdb382 - Browse repository at this point
Copy the full SHA dfdb382View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cdfe23 - Browse repository at this point
Copy the full SHA 4cdfe23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6075871 - Browse repository at this point
Copy the full SHA 6075871View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28f7008 - Browse repository at this point
Copy the full SHA 28f7008View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff6beb5 - Browse repository at this point
Copy the full SHA ff6beb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for da17c9e - Browse repository at this point
Copy the full SHA da17c9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for efb046d - Browse repository at this point
Copy the full SHA efb046dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9891bee - Browse repository at this point
Copy the full SHA 9891beeView commit details -
Configuration menu - View commit details
-
Copy full SHA for d5a82de - Browse repository at this point
Copy the full SHA d5a82deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a50c5f - Browse repository at this point
Copy the full SHA 8a50c5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e6d0ee8 - Browse repository at this point
Copy the full SHA e6d0ee8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca6444c - Browse repository at this point
Copy the full SHA ca6444cView commit details -
Navigate through cells with changes (#233883)
* Accept/Reject/Next/Previous actions per notebook * Support Accept/Reject/Next/Prev in notebooks * Nav through next/previous cells with changes * revert
Configuration menu - View commit details
-
Copy full SHA for b15a0a7 - Browse repository at this point
Copy the full SHA b15a0a7View commit details -
Merge pull request #233885 from microsoft/ben/inner-pony
ben/inner-pony
Configuration menu - View commit details
-
Copy full SHA for a4e9131 - Browse repository at this point
Copy the full SHA a4e9131View commit details -
Configuration menu - View commit details
-
Copy full SHA for a423a66 - Browse repository at this point
Copy the full SHA a423a66View commit details -
Merge pull request #233852 from microsoft/joh/unique-parrotfish
Joh/unique-parrotfish
Configuration menu - View commit details
-
Copy full SHA for a57b852 - Browse repository at this point
Copy the full SHA a57b852View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1d0d9a - Browse repository at this point
Copy the full SHA c1d0d9aView commit details -
Move to auth cert for Release service (#233841)
* wip * move to auto provisioning, only cert based auth * k * missing compilation * remove console logs * extract get publish auth tokens, wait 5 seconds before polling for release
Configuration menu - View commit details
-
Copy full SHA for 681164a - Browse repository at this point
Copy the full SHA 681164aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b46d303 - Browse repository at this point
Copy the full SHA b46d303View commit details -
Adopt the MSAL broker to talk to the OS for Microsoft auth (#233739)
This adopts the `NativeBrokerPlugin` provided by `@azure/msal-node-extensions` to provide the ability to use auth state from the OS, and show native auth dialogs instead of going to the browser. This has several pieces: * The adoption of the broker in the microsoft-authentication extension: * Adding `NativeBrokerPlugin` to our PCAs * Using the proposed handle API to pass the native window handle down to MSAL calls (btw, this API will change in a follow up PR) * Adopting an AccountAccess layer to handle: * giving the user control of which accounts VS Code uses * an eventing layer so that auth state can be updated across multiple windows * Getting the extension to build properly and only build what it really needs. This required several package.json/webpack hacks: * Use a fake keytar since we don't use the feature in `@azure/msal-node-extensions` that uses keytar * Use a fake dpapi layer since we don't use the feature in `@azure/msal-node-extensions` that uses it * Ensure the msal runtime `.node` and `.dll` files are included in the bundle * Get the VS Code build to allow a native node module in an extension: by having a list of native extensions that will be built in the "ci" part of the build - in other words when VS Code is building on the target platform There are a couple of followups: * Refactor the `handle` API to handle (heh) Auxiliary Windows #233106 * Separate the call to `acquireTokenSilent` and `acquireTokenInteractive` and all the usage of this native node module into a separate process or maybe in Core... we'll see. Something to experiment with after we have something working. NEEDS FOLLOW UP ISSUE Fixes #229431
Configuration menu - View commit details
-
Copy full SHA for 3051342 - Browse repository at this point
Copy the full SHA 3051342View commit details -
Merge pull request #233687 from microsoft/aeschli/metropolitan-salmon…
…-496 rename asCSSPropertyValue to asCSSStringValue and use for generated CSS with `font-family` and `content`
Configuration menu - View commit details
-
Copy full SHA for f6d3b6e - Browse repository at this point
Copy the full SHA f6d3b6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f9653c2 - Browse repository at this point
Copy the full SHA f9653c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 005b582 - Browse repository at this point
Copy the full SHA 005b582View commit details -
chat overlay and hunk menu work (#233903)
* use primary btn color for all hunk buttons * add N or M to chat overlay * use toolbar and primary action
Configuration menu - View commit details
-
Copy full SHA for 095a18f - Browse repository at this point
Copy the full SHA 095a18fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a57ff4e - Browse repository at this point
Copy the full SHA a57ff4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c9e3414 - Browse repository at this point
Copy the full SHA c9e3414View commit details -
* align chat history filtering * tweak styles of hunk menu * fix tests
Configuration menu - View commit details
-
Copy full SHA for 434e2d6 - Browse repository at this point
Copy the full SHA 434e2d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fc0143 - Browse repository at this point
Copy the full SHA 2fc0143View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99ff85b - Browse repository at this point
Copy the full SHA 99ff85bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6df9a97 - Browse repository at this point
Copy the full SHA 6df9a97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78742c4 - Browse repository at this point
Copy the full SHA 78742c4View commit details -
Merge pull request #233923 from microsoft/tyriar/233797
Fix roundedSelection when line rendering is mixed
Configuration menu - View commit details
-
Copy full SHA for ab41c45 - Browse repository at this point
Copy the full SHA ab41c45View commit details -
fix: don't change editing state for a file that was already accepted …
…or rejected in chat editing on undo (#233925) fix: don't handle undo for a file that was already accepted or rejected in chat editing
Configuration menu - View commit details
-
Copy full SHA for 3468642 - Browse repository at this point
Copy the full SHA 3468642View commit details -
An overlay that indicates GPU-rendered lines
Always on for now when the experimental setting is on. Fixes #233771
Configuration menu - View commit details
-
Copy full SHA for e280ddb - Browse repository at this point
Copy the full SHA e280ddbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 04eff40 - Browse repository at this point
Copy the full SHA 04eff40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fc7493 - Browse repository at this point
Copy the full SHA 9fc7493View commit details -
Merge pull request #233918 from microsoft/tyriar/233913
Editor GPU: Fix glyphs sometimes missing the final line/column of pixels and negative zoom breaking the slab mechanism
Configuration menu - View commit details
-
Copy full SHA for 5dcfaf4 - Browse repository at this point
Copy the full SHA 5dcfaf4View commit details -
Merge pull request #233934 from microsoft/tyriar/233933
Listen to right event in rectangle renderer
Configuration menu - View commit details
-
Copy full SHA for 6fec530 - Browse repository at this point
Copy the full SHA 6fec530View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38e9253 - Browse repository at this point
Copy the full SHA 38e9253View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36f4516 - Browse repository at this point
Copy the full SHA 36f4516View commit details -
Merge pull request #233932 from microsoft/tyriar/233771
An overlay that indicates GPU-rendered lines
Configuration menu - View commit details
-
Copy full SHA for b5f27d8 - Browse repository at this point
Copy the full SHA b5f27d8View commit details -
Split stylesheet specific functions out of dom (#233873)
The dom file is getting pretty big. This splits out the parts that are specific to stylesheets as these are intendant of the other parts
Configuration menu - View commit details
-
Copy full SHA for c7baced - Browse repository at this point
Copy the full SHA c7bacedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 10c9715 - Browse repository at this point
Copy the full SHA 10c9715View commit details -
put fix/explain with copilot directly in the status bar (#233927)
* put copilot fix and explain in status bar * fix up actions * watch for execution error within the viewmodel * make observable publicly readonly * remove unused service * fix tests * remove unused import
Configuration menu - View commit details
-
Copy full SHA for b8ad8f5 - Browse repository at this point
Copy the full SHA b8ad8f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8c1869 - Browse repository at this point
Copy the full SHA f8c1869View commit details -
a11y view for last output from REPL input (#233943)
* a11y view for last output from REPL input * default auto focus to input * comment
Configuration menu - View commit details
-
Copy full SHA for bf2e6e9 - Browse repository at this point
Copy the full SHA bf2e6e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for eaa6d7e - Browse repository at this point
Copy the full SHA eaa6d7eView commit details -
fix: don't re-add suggested entries which were previously removed (#2…
…33946) * fix: don't re-add suggested entries which were previously removed * fix: don't add related files after first request is submitted
Configuration menu - View commit details
-
Copy full SHA for 1445d01 - Browse repository at this point
Copy the full SHA 1445d01View commit details -
predictable keytar resolution (#233948)
In a couple of builds [like this one](https://dev.azure.com/monacotools/Monaco/_build/results?buildId=305323&view=results) we have seen bad comparisons of `extension.js` in the Microsoft Auth extension: > 2024-11-15T19:16:07.080Z electron-universal SHA for file Contents/Resources/app/extensions/microsoft-authentication/dist/extension.js does not match across builds a4db653e84d42a8cb4681a2274dffd34e0d7729cf14c0c4228b668778aa81c18!=6ff1bd8b8b51db2bff1d5f000625f0efe490a92eb282d0559aa904325d6cad68 Which is odd, considering there is no native dependencies used on macOS. The suspicion is that this is because of `keytar` which we have in the package.json using an odd `file:./path...`syntax to prevent it from installing normally since we don't use it. The solution: additionally alias keytar in the webpack config so that the resolution is predictable.
Configuration menu - View commit details
-
Copy full SHA for b278635 - Browse repository at this point
Copy the full SHA b278635View commit details -
Merge pull request #233947 from microsoft/tyriar/227107
Cache up to date lines and don't write them unless invalidated
Configuration menu - View commit details
-
Copy full SHA for 67d03ca - Browse repository at this point
Copy the full SHA 67d03caView commit details -
use WIF for Codesign (#233908)
* use WIF for Codesign * fix indentation * fix tasks
Configuration menu - View commit details
-
Copy full SHA for dfe78a1 - Browse repository at this point
Copy the full SHA dfe78a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cf1060 - Browse repository at this point
Copy the full SHA 8cf1060View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7742645 - Browse repository at this point
Copy the full SHA 7742645View commit details -
Limit providerUsage event (#233954)
The 'authentication.providerUsage' event fires wayyyy too often. Before: > 1 Event every time an extension asks for any provider and that provider returns an auth session. After: > 1 Event per provider per extension per session. In other words, we will only fire the telemetry event if we have never seen Extension, Foo, receive an auth session from Provider, Bar, in this window. This will dramatically reduce the number of events, while still giving me insight on what extensions are using what providers.
Configuration menu - View commit details
-
Copy full SHA for 9b957f9 - Browse repository at this point
Copy the full SHA 9b957f9View commit details -
separate help menus for REPL input and history (#233955)
separate help menus for repl input and history
Configuration menu - View commit details
-
Copy full SHA for 53ab97b - Browse repository at this point
Copy the full SHA 53ab97bView commit details -
Support installing default extensions on first startup (#233957)
Support installing default extensions on first startup #232990
Configuration menu - View commit details
-
Copy full SHA for 076f092 - Browse repository at this point
Copy the full SHA 076f092View commit details -
Configuration menu - View commit details
-
Copy full SHA for add268e - Browse repository at this point
Copy the full SHA add268eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f0a136a - Browse repository at this point
Copy the full SHA f0a136aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1770cc4 - Browse repository at this point
Copy the full SHA 1770cc4View commit details -
Merge pull request #233737 from osortega/osortega/find-search-history
Search history support for find widget
Configuration menu - View commit details
-
Copy full SHA for 92d8b52 - Browse repository at this point
Copy the full SHA 92d8b52View commit details
Commits on Nov 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 37d40fc - Browse repository at this point
Copy the full SHA 37d40fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 11ce150 - Browse repository at this point
Copy the full SHA 11ce150View commit details -
Configuration menu - View commit details
-
Copy full SHA for e354996 - Browse repository at this point
Copy the full SHA e354996View commit details -
Merge pull request #233995 from microsoft/tyriar/233993
Invert gpuMark, add reasons why it cannot be rendered to title
Configuration menu - View commit details
-
Copy full SHA for 25f77b9 - Browse repository at this point
Copy the full SHA 25f77b9View commit details
Commits on Nov 17, 2024
-
Support Accept/Reject/Next/Prev chat edit actions in notebooks (#233875)
* Accept/Reject/Next/Previous actions per notebook * Support Accept/Reject/Next/Prev in notebooks
Configuration menu - View commit details
-
Copy full SHA for 00762bf - Browse repository at this point
Copy the full SHA 00762bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e2855f - Browse repository at this point
Copy the full SHA 4e2855fView commit details -
chore: bump [email protected] (#234015)
* chore: bump [email protected] * chore: bump distro
Configuration menu - View commit details
-
Copy full SHA for 33c2ffb - Browse repository at this point
Copy the full SHA 33c2ffbView commit details