Commit graph

121159 commits

Author SHA1 Message Date
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
Daniel Imms 9782bbccd6
Revert "Merge pull request #209136 from cpendery/fix/improve-marker-placements"
This reverts commit 717c9dfd75, reversing
changes made to 629408958c.
2024-04-20 07:54:13 -07:00
Bhavya U 73a2c100f6
Use org name if available in notification (#210816) 2024-04-20 10:58:36 +02:00
Bhavya U b847d7d55e
Dismiss entitlements badge on cancel (#210807) 2024-04-19 17:43:44 -07:00
Tyler James Leonhardt 5ffadeeb9b
Use description & detail when calculating id for the identity provider (#210803)
* Use description & detail when calculating id for the identity provider

Fixes #209842

* better logic
2024-04-20 02:09:50 +02:00
Johannes Rieken 7d04d4df43
only have one report bug command (#210802) 2024-04-20 01:34:57 +02:00
Johannes Rieken 75c99201ee
undo changes when getting an error response (#210800)
fixes https://github.com/microsoft/vscode-copilot/issues/5001
2024-04-19 16:23:04 -07:00
Daniel Imms 51da365c8e
Merge pull request #210799 from microsoft/tyriar/207372_3
Allow embedder terminals to skip contributed profile check
2024-04-19 15:54:28 -07:00
Aaron Munger 77676e6987
prevent key actions from happening in the notebook UI (#210791)
* prevent key actions from happening in the notebook UI

* fix command ID, typos

* revert listCommands file
2024-04-20 00:49:07 +02:00
Tyler James Leonhardt acafdbd6a2
Disable navigating by separator while quick navigating (#210798)
Fixes https://github.com/microsoft/vscode/issues/210461

in a pragmatic way until I can come up with a better solution.
2024-04-20 00:42:07 +02:00
Don Jayamanne 8c5ef74149
Gather basic notebook info along with perf data (#210712) 2024-04-19 15:36:49 -07:00
Daniel Imms 36fbbb1e14
Allow embedder terminals to skip contributed profile check
Part of #207372
2024-04-19 15:36:20 -07:00
Daniel Imms d94941fbea
Merge pull request #210790 from microsoft/tyriar/210107
Show terminal command guide when hovering side
2024-04-19 14:37:38 -07:00
Daniel Imms 717c9dfd75
Merge pull request #209136 from cpendery/fix/improve-marker-placements
fix: improve terminal marker placements on windows
2024-04-19 14:28:52 -07:00
Daniel Imms 82763e694f
Show terminal command guide when hovering side
Fixes #210107
2024-04-19 14:20:39 -07:00
Rob Lourens 629408958c
Merge pull request #210488 from microsoft/roblou/chat-agent-hover
Add a nicer hover for chat participants
2024-04-19 14:11:21 -07:00
Daniel Imms 38647907a8
Explain what handleInput is doing 2024-04-19 14:05:33 -07:00
Connor Peet f09f068bc5
debug: update debugFocus class names (#210788) 2024-04-19 23:03:55 +02:00
Daniel Imms 27a0f27d2a
Fix encoding of escape character in pwsh 2024-04-19 13:59:08 -07:00
Daniel Imms 744d0d8ca8
Merge branch 'main' into fix/improve-marker-placements 2024-04-19 13:53:24 -07:00
Rob Lourens db8ce77a49 fix 2024-04-19 13:37:36 -07:00
Rob Lourens 73579dc2b6 Fix 2024-04-19 13:23:33 -07:00
Tyler James Leonhardt f861341624
Revert "Use graceful-fs to buffer fs calls (#210696)" (#210786)
This reverts commit 2cc4b3d115.
2024-04-19 22:11:41 +02:00
Chapman Pendery 64a1395d66
Merge branch 'main' into fix/improve-marker-placements 2024-04-19 13:01:35 -07:00
Daniel Imms 6f7e101e30
Merge pull request #210784 from microsoft/tyriar/210783
Properly escape values from Windows PowerShell SI
2024-04-19 12:27:11 -07:00
Daniel Imms 0e28a10f16
Merge pull request #210782 from microsoft/tyriar/more_input_model
Enforce maximum adjust marker poll count
2024-04-19 12:19:34 -07:00