Matt Bierner
5d25f31b7e
Re-register TS sort/remove unused commands ( #210984 )
...
Fixes #210728
Removed these as I thought they were unused
2024-04-22 20:16:38 -07:00
Matt Bierner
fe94eaae4e
Small changes to documentPaste.d.ts documentation ( #210989 )
2024-04-22 20:16:16 -07:00
Matt Bierner
117c4419d6
Fix config file diag text ( #210988 )
...
Fixes #210966
2024-04-22 20:15:13 -07:00
Johannes Rieken
703b81086a
Editable chat code compare blocks ( #210986 )
...
Have a `DefaultChatTextEditor` that applies chat text edits using the diff editor if possible, normal edits otherwise. The former makes it possible to tweak the diff/changes before applying
2024-04-22 20:00:12 -07:00
Johannes Rieken
3c1a47dc74
inline chat should render outside edits with the new embedded diff rendering ( #210980 )
2024-04-22 17:10:32 -07:00
Peng Lyu
4d2da337ee
Trace notebook file open perf mark ( #210974 )
2024-04-23 01:12:22 +02:00
Aaron Munger
23f9ce4a7e
get the editor from the context for cases that its not the focused editor ( #210962 )
...
* get the editor from the context for cases that its not the focused editor
* remove blob retries
2024-04-23 01:05:57 +02:00
Peng Lyu
dd168fb100
Generate Cell behind an experiment. ( #210973 )
2024-04-23 00:47:20 +02:00
Andrea Mah
0f9dda3b0c
Quick Search - list current editor results first ( #210972 )
...
Fixes #210067
2024-04-23 00:43:25 +02:00
Logan Ramos
01f02799cf
Run OSS tool ( #210971 )
2024-04-23 00:40:44 +02:00
Johannes Rieken
321938130d
make sure hold a session-long reference to untitled documents ( #210969 )
2024-04-22 15:32:10 -07:00
Johannes Rieken
ba65916262
improve CodeCompareBlockPart
( #210964 )
...
* polish code compare block for chat widgets
* show edits unless applied
* show summary after applying
* know when original file has changed
* don't double apply edits
* separate `IChatTextEdit` (progress chunk) and `IChatTextEditGroup` (response value) so that latter can hold extra state and allows for groups of edits
* fix compile errors
2024-04-23 00:28:59 +02:00
Johannes Rieken
6622042969
only show UI after model is ready ( #210968 )
2024-04-23 00:09:57 +02:00
Connor Peet
85178f0fb4
cli: bubble error from setup to the remote server ( #210967 )
...
cli: bubble error from setup to the remote server logs
2024-04-22 23:57:44 +02:00
Daniel Imms
3ea914bb70
Merge pull request #210960 from microsoft/tyriar/240222_xterm
...
Update xterm and re-enable command guide for large commands
2024-04-22 14:09:56 -07:00
Daniel Imms
01a8a81539
Re-enable command guide for large commands
...
Fixes #210840
2024-04-22 13:43:41 -07:00
Daniel Imms
a2c50be101
Update xterm
...
Fixes #210833
2024-04-22 13:41:49 -07:00
Martin Aeschlimann
0de5c3004f
Revert "[css/json] update services ( #210950 )" ( #210959 )
...
This reverts commit 5b6444d082
.
2024-04-22 22:32:32 +02:00
Martin Aeschlimann
5b6444d082
[css/json] update services ( #210950 )
2024-04-22 12:23:36 -07:00
Connor Peet
036d8e31b2
cli: use the legacy server for environment with prereq detection skipped ( #210952 )
...
Fixes #210029
2024-04-22 21:18:15 +02:00
Ulugbek Abdullaev
abc8279c11
rename suggestions: add trigger-kind to proposed API
2024-04-22 20:29:53 +02:00
Ulugbek Abdullaev
e592670f3b
rename suggestions: allow getting rename suggestions manually
2024-04-22 20:29:53 +02:00
Ulugbek Abdullaev
2e9d1f2c6a
rename widget: fix: rename suggestions that are not visible initially are not revealed on selection
2024-04-22 20:29:53 +02:00
Joyce Er
410e3fde6f
feat: allow chat references to set ThemeIcon
s ( #210940 )
2024-04-22 19:57:02 +02:00
Henning Dieterichs
b2af1a753f
Fixes #208449 ( #210691 )
...
* Fixes #208449
* Fixes leak
* Fixes more leaks
2024-04-22 10:56:40 -07:00
Henning Dieterichs
a6c0d83080
Hediet/b/placeholder-text ( #210939 )
...
Implements #208976
2024-04-22 19:47:25 +02:00
Henning Dieterichs
9f729d2fc5
Introduces codeEditorObs ( #210938 )
...
* Introduces obsCodeEditor
2024-04-22 10:24:12 -07:00
Sandeep Somavarapu
0b85b6e18e
fix naming ( #210936 )
2024-04-22 18:59:54 +02:00
Raymond Zhao
52298e4368
chore: specify ESLint ignore file ( #210935 )
2024-04-22 18:54:43 +02:00
Henning Dieterichs
2d18d02ed2
Fixes strict equals bug when arg is undefined ( #210934 )
2024-04-22 18:50:27 +02:00
Aiday Marlen Kyzy
f222d1249b
Refactor indentation.test.ts ( #210920 )
...
* returning disposable instead of passing it as a parameter
* renaming the function
2024-04-22 09:16:10 -07:00
Benjamin Pasero
ecad4d3eb8
Search view shows .
next to problems in untitled notebooks ( #208692 ) ( #210931 )
2024-04-22 09:15:19 -07:00
Henning Dieterichs
5ec8020154
Fixes diff algorithm bug ( #210781 )
...
* Fixes diff algorithm bug
* Fixes CI
Signed-off-by: Henning Dieterichs <hdieterichs@microsoft.com>
---------
Signed-off-by: Henning Dieterichs <hdieterichs@microsoft.com>
2024-04-22 08:45:41 -07:00
Justin Chen
cd5d6f41f3
fix: copilot external reporting ( #209077 )
...
* temp fix
* fix regex, scatter checks throughout
* remove unused check
* nove changes to otther function
* initial check, removing extra parse calls
* regex softening
* regex tightening
2024-04-22 08:11:25 -07:00
Aaron Munger
674c62fade
Minimal error renderer ( #210767 )
...
* collapse stack trace
* interaction buttons
* fixup
* place feature behind option
* styling, more cleanup
* test returned link, fix test bug
* test header link, skip header link for old IPython
* padding
* remove inline margin
2024-04-22 08:09:11 -07:00
Martin Aeschlimann
e69b6b469c
polish color theme configuration ( #210923 )
2024-04-22 16:45:56 +02:00
Alex Ross
2ce94ec26a
Fix treeview multiselect right-click issue ( #210910 )
...
* Treeview with multiselect mishandles right-click outside the selection
Fixes #208849
* No need to clear context
* Do reset context if target is outside selection
2024-04-22 16:13:22 +02:00
Henning Dieterichs
0237a19ccc
Fixes #208511 ( #210917 )
2024-04-22 15:56:48 +02:00
Don Jayamanne
a677b0e20b
Ensure nb outline is not cleared unnecessarily ( #210911 )
...
Ensure outline is not cleared unnecessarily
2024-04-22 15:14:33 +02:00
Sandeep Somavarapu
fc50081e23
support stats for language model usage ( #210905 )
...
* support stats for language model usage
* cleanup
* update api
2024-04-22 14:52:34 +02:00
Martin Aeschlimann
348de48632
Monokai Dimmed theme: json syntax highlighting colors very different in v1.88.0 ( #210908 )
2024-04-22 14:23:41 +02:00
Aiday Marlen Kyzy
eafc55a31b
Fixing type serialization issue with HoverWithId
interface ( #210889 )
...
* addressing pr review
* renaming to the verbosity request
2024-04-22 13:22:08 +02:00
Daniel Imms
ad5ae83b39
Merge pull request #210901 from microsoft/tyriar/210783_2
...
Fix replacing of ESC in pwsh
2024-04-22 03:58:05 -07:00
Daniel Imms
f7b46e738d
Fix replacing of ESC in pwsh
...
Fixes #210783
2024-04-22 03:34:37 -07:00
Ladislau Szomoru
2f58425803
Engineering - update notebooks ( #210882 )
2024-04-22 10:36:24 +02:00
Aiday Marlen Kyzy
e0d3400d8c
Placing description into metadata-description instead of the title in Action2 ( #210879 )
...
using metadata description insetad of the title for the command description
2024-04-22 09:30:35 +02:00
Justin Chen
df0a6ebd8b
more inclusive for showing code action previews ( #210873 )
...
added more labels to show preview
2024-04-21 23:32:35 -07:00
Connor Peet
5ae5a741bd
testing: implement testPreserveFocus API ( #210796 )
...
* testing: implement testPreserveFocus API
* fix tests
2024-04-21 07:44:00 +02:00
Daniel Imms
8c172fc589
Merge pull request #210831 from microsoft/tyriar/revert/si
...
Revert "Merge pull request #209136 from cpendery/fix/improve-marker-p…
2024-04-20 22:43:40 -07:00
Daniel Imms
521e3f866d
Merge branch 'main' into tyriar/revert/si
2024-04-20 07:56:34 -07:00