Peng Lyu
422b8e9c45
Merge pull request #226545 from microsoft/rebornix/coherent-orangutan
...
Experimental undo/redo handling for notebook multicursor
2024-08-26 17:11:55 -07:00
Peng Lyu
85ce2296f2
Hook up undo/redo in multi cursor editing mode.
2024-08-26 16:57:38 -07:00
Peng Lyu
521cc16e5f
Update undo/redo hooks
2024-08-26 16:44:54 -07:00
Peng Lyu
89bca2af99
Merge remote-tracking branch 'origin/main' into rebornix/coherent-orangutan
2024-08-26 16:37:42 -07:00
Michael Lively
ab81de5071
Support for deleteLeft for notebook multi-select ( #226680 )
...
support deleteLeft multicursor
2024-08-26 16:35:53 -07:00
Ole
c06299a8f5
Make regular text in markdown comments wrap in notebook editors. ( #224484 )
...
Fixes #224483 .
Without this, the comments inherit nowrap from monaco-list. I decided to fix it at this level because only in the notebook editor the comments seem to be ancestors of a monaco-list. I picked "initial" to indicate we are not actively trying to set anything, we are just trying to go back to normal, as the markdown renderer expects it.
Co-authored-by: Peng Lyu <penn.lv@gmail.com>
2024-08-26 16:33:51 -07:00
Andrea Mah
17de21ac6e
Merge pull request #226682 from microsoft/net-bobolink
...
show useful error message on bad uri
2024-08-26 16:18:08 -07:00
Rob Lourens
13d64e98d8
Add extra detail choice under chat response thumbs down ( #226678 )
...
* Add extra detail choice under chat response thumbs down
* Put the experiment back
* Fix thumbs down for new inline chat
* Update test snapshots
2024-08-26 16:12:02 -07:00
andreamah
1184f71e77
show useful error message on bad uri
2024-08-26 15:51:40 -07:00
Daniel Imms
4887c675c6
Merge pull request #226679 from microsoft/tyriar/oss_tool
...
Update distro - OSS tool
2024-08-26 15:47:37 -07:00
Martin Aeschlimann
ce9ce04ab5
[css/json/html] update services ( #226666 )
...
* [css/json/html] update services
* revert server/client update
2024-08-27 00:25:24 +02:00
Daniel Imms
5811c5d042
Update distro - OSS tool
2024-08-26 15:20:04 -07:00
Justin Chen
d09e5fdabd
fix some lightbulb bugs ( #226677 )
2024-08-27 00:09:11 +02:00
Justin Chen
e6ab44945e
add user select to additional data ( #226637 )
2024-08-26 23:22:12 +02:00
Alex Ross
61dd3c6933
Revert "Drop-down buttons to also go to next ( #226619 )" ( #226672 )
...
This reverts commit 90c3e495f4
.
2024-08-26 23:13:49 +02:00
Megan Rogge
ea1d8639a8
fix input box focus issue for filter widget ( #226667 )
...
fix #226661
2024-08-26 22:49:00 +02:00
SteVen Batten
df6d9b3a91
remove overrides of getActionsContext on viewpanecontainer ( #226492 )
...
always use the single view context in case of merged
2024-08-26 13:18:51 -07:00
Martin Aeschlimann
5b7d2e1cc8
Don't show preview for `Insert at cursor` ( #226652 )
2024-08-26 21:19:19 +02:00
Martin Aeschlimann
3af3e4f6df
Merge pull request #223677 from Flanker32/java-ai-libraries
...
Update workspace tagging for java ai libraries
2024-08-26 21:18:38 +02:00
Matt Bierner
5c69ec9004
Merge pull request #226651 from mjbvz/tall-mackerel
...
Pick up latest TS for building VS Code
2024-08-26 12:03:47 -07:00
Martin Aeschlimann
3514b10c64
Merge branch 'main' into java-ai-libraries
2024-08-26 20:54:25 +02:00
dependabot[bot]
70071d2047
Bump micromatch from 4.0.2 to 4.0.8 in /extensions/npm ( #226486 )
...
Bumps [micromatch](https://github.com/micromatch/micromatch ) from 4.0.2 to 4.0.8.
- [Release notes](https://github.com/micromatch/micromatch/releases )
- [Changelog](https://github.com/micromatch/micromatch/blob/4.0.8/CHANGELOG.md )
- [Commits](https://github.com/micromatch/micromatch/compare/4.0.2...4.0.8 )
---
updated-dependencies:
- dependency-name: micromatch
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-26 20:41:09 +02:00
Matt Bierner
849154e43e
Fix type errors in suggest.ts
2024-08-26 11:33:29 -07:00
Megan Rogge
5201a4bce9
improve & move debug console info up in help dialog ( #226635 )
2024-08-26 20:30:00 +02:00
Megan Rogge
0833737c26
chat `clear` -> `new chat` in a11y help ( #226647 )
...
fix #223332
2024-08-26 20:26:09 +02:00
Matt Bierner
efb6885676
Pick up latest TS for building VS Code
2024-08-26 11:21:20 -07:00
Sandeep Somavarapu
94f8698428
polish profiles ui ( #226639 )
...
* polish profiles ui
- support exporting new profile
- other fixes
* add await
2024-08-26 19:42:06 +02:00
Sandeep Somavarapu
dc513501ff
do not show preview action in web ( #226631 )
2024-08-26 18:03:08 +02:00
Ladislau Szomoru
e37706186d
SCM - refresh the view when the alwaysShowRepositories setting changes ( #226628 )
2024-08-26 17:08:38 +02:00
Christof Marti
90c3e495f4
Drop-down buttons to also go to next ( #226619 )
2024-08-26 16:29:02 +02:00
Ladislau Szomoru
eaf8451940
SCM - tweak appearance of the load more indicator ( #226623 )
2024-08-26 16:18:36 +02:00
Johannes Rieken
eb2f7c1a35
add secondary inline chat menu and render response commands there ( #226621 )
...
fixes https://github.com/microsoft/vscode-copilot/issues/7368
fixes https://github.com/microsoft/vscode-copilot/issues/6650
2024-08-26 16:06:26 +02:00
Don Jayamanne
c0592918e9
Merge pull request #226583 from microsoft/don/issue225207
...
Clear Diff Widget model before disposing the model
2024-08-26 23:10:32 +10:00
Don Jayamanne
1a0f603c22
Merge pull request #226582 from microsoft/don/nbDiffViewEnsureOuputMetadtaIsSized
...
Ensure output editor in NB diff is sized correctly
2024-08-26 23:10:13 +10:00
Alexandru Dima
cc5951d4d6
Enforce revealing padding to be at most half the viewport ( #226610 )
...
Fixes #216843
2024-08-26 13:23:42 +02:00
Benjamin Christopher Simmonds
32b4b6b3df
Fix #225998 ( #226606 )
...
fixes #225998
2024-08-26 12:59:10 +02:00
Benjamin Pasero
d9fa822e64
ESM: revisit `removeGlobalNodeModuleLookupPaths` ( fix #226042 ) ( #226603 )
2024-08-26 12:40:56 +02:00
Robo
46b8004c31
chore: update electron@30.4.0 ( #226594 )
...
* chore: update electron@30.4.0
* chore: bump distro
2024-08-26 12:30:43 +02:00
Robo
a628b923ec
chore: update vscode-universal-bundler@0.1.3 ( #226411 )
...
Refs 298a872f5f
Ignores attributes that are affected by build enviroments
when comparing Info.plist.
2024-08-26 11:50:06 +02:00
Sandeep Somavarapu
7656ec2dc0
go back in versions to find the one that is api compatible - https://github.com/microsoft/vscode-copilot-release/issues/1452 ( #226586 )
2024-08-26 11:28:33 +02:00
Benjamin Pasero
9f04aaf6f4
tests - depend on a test preload.js ( #226588 )
2024-08-26 10:14:27 +02:00
Benjamin Pasero
8be3fa294c
esm - address compile errors in JS files ( #226584 )
2024-08-26 09:39:10 +02:00
Don Jayamanne
3dcffc4dc4
oops
2024-08-26 17:18:17 +10:00
Don Jayamanne
727dbd6587
Pass whole numbers to PrefixSumComputer for nb ( #226568 )
...
Pass whole numbers to PrefixSumComputer for mbÏ
2024-08-26 17:16:39 +10:00
Don Jayamanne
c655326fd2
Clear Diff Widget model before disposing the model
2024-08-26 17:16:02 +10:00
Don Jayamanne
600cb7317d
Ensure output editor in NB diff is sized correctly
2024-08-26 16:42:06 +10:00
Tyler James Leonhardt
214bf83a48
3 Changes to MSAL auth ( #226580 )
...
* Remove access token refreshing logic. The new calling pattern for an extension is that they should just always call `getSession` before doing something with it. The session that returns will be valid because MSAL will refresh any access tokens that are close to expiry using the refresh tokens that it has
* NOTE: access tokens expire after 1hr. Refresh tokens expire after like... many days.
* Have `createSession` fire an `onDidChangeSession` event so that the badge goes away
* Improved logging messages
2024-08-26 08:27:20 +02:00
Don Jayamanne
8a625dc1db
Merge pull request #226567 from microsoft/don/fixNavigationInNbDiff
...
Ignore placeholders when navigating nb diff items
2024-08-26 15:58:46 +10:00
Don Jayamanne
3966113782
Ignore placeholders when navigating nb diff items
2024-08-26 09:23:40 +10:00
Peng Lyu
a24463c6aa
Experimental undo/redo handling for notebook multicursor
2024-08-24 21:00:22 -07:00