Mårten Åsberg and GitHub
e4f8e9fa54
Render final line number for interval setting ( #207227 )
2024-03-11 10:43:05 +00:00
Henning Dieterichs
8c8105002c
Revert "Refactors: Reduces assumptions about line height."
...
This reverts commit a9ab31da9c .
2024-03-11 11:28:05 +01:00
Aiday Marlen Kyzy and GitHub
c76d56c2bf
Merge pull request #201425 from russelldavis/fix-autoindent-on-closing-paren
...
Fix decreaseIndentPattern for javascript and typescript
2024-03-11 09:56:40 +01:00
Aiday Marlen Kyzy and GitHub
946d53e850
Merge branch 'main' into fix-autoindent-on-closing-paren
2024-03-11 09:42:02 +01:00
Bhavya U and GitHub
c658210cce
Feature - Surface video tutorials on Welcome Page ( #207293 )
...
* Initial support for video tutorials
* Experiment for surfacing video tutorials
2024-03-11 08:27:12 +01:00
Benjamin Christopher Simmonds and GitHub
12fc36731b
Increase activity bar space at top and bottom ( #207262 )
...
Give more space to activity bar when top / bottom
2024-03-10 19:00:38 -07:00
Benjamin Christopher Simmonds and GitHub
0a82e795ab
Fix activity icon size and border in high contrast theme ( #207261 )
...
fix #197648
2024-03-10 19:00:03 -07:00
Benjamin Pasero and GitHub
5486af8f38
editors - improve swap diff editor sides enablement ( #207225 )
2024-03-09 10:08:42 +01:00
Peng Lyu and GitHub
33cd6f1001
Experiment in-mem cache for cell generation prompts ( #207213 )
2024-03-08 16:21:04 -08:00
Connor Peet and GitHub
877a181582
testing: fix proposed obsever API not rebuilding test tree ( #207206 )
...
Use the new prefix tree implementation.
2024-03-08 15:40:04 -08:00
Aaron Munger and GitHub
cf4c04e7fd
Add the new API endpoint overload to include error location for diagnostics ( #207208 )
...
* new API overload to provide an error location in a notebook cell
* use IRange
* more error details all in one place
2024-03-08 15:13:55 -08:00
Martin Aeschlimann and GitHub
93f537f06f
dispose RangeProvider after usage ( #207207 )
2024-03-08 14:26:11 -08:00
Megan Rogge and GitHub
90cf184847
Merge pull request #207115 from microsoft/merogge/wip-inline-chat-response
...
render terminal chat response in widget
2024-03-08 12:26:17 -08:00
Sandeep Somavarapu and GitHub
e5393d4e0b
fix #207177 ( #207185 )
2024-03-08 20:42:16 +01:00
Bhavya U and GitHub
42ddf65703
Force walkthrough image rebuild on selectStep ( #207183 )
2024-03-08 20:30:40 +01:00
Raymond Zhao and GitHub
2974c9b49c
Fix name ( #207181 )
2024-03-08 20:13:29 +01:00
meganrogge
673b05c784
simplify context key
2024-03-08 08:56:29 -08:00
meganrogge
465c98e0f2
fix vertical position
2024-03-08 08:50:00 -08:00
Matt Bierner and GitHub
b2bdefefd9
Make sure paste as html is disabled for implicit pastes ( #207173 )
2024-03-08 17:20:20 +01:00
Benjamin Christopher Simmonds and GitHub
43558b2a2d
Activity bar top theme colors ( #207172 )
2024-03-08 17:13:15 +01:00
Rob Lourens and GitHub
cacdb7d87f
Use 'command?' to match ChatResponseTurn ( #207170 )
2024-03-08 17:05:27 +01:00
meganrogge
fffd7f14ac
simplify selector
2024-03-08 08:02:22 -08:00
Benjamin Pasero and GitHub
cb79a8f922
watcher - allow non-existent paths when correlating ( #207145 )
2024-03-08 16:58:47 +01:00
Ladislau Szomoru and GitHub
967170aa0a
Git - add the capability to filter git log based on the author ( #207169 )
2024-03-08 16:41:40 +01:00
a9ab31da9c
Refactors: Reduces assumptions about line height.
...
This contains the parts of https://github.com/microsoft/vscode/pull/194609 that we can already merge.
While it does not implement dynamic line heights, it is a first step in that direction.
Co-authored-by: Remco Haszing <remcohaszing@gmail.com >
2024-03-08 16:41:22 +01:00
Rob Lourens and GitHub
16064ae9eb
Allow empty 'values' array for variables ( #207168 )
...
Allow an empty 'values' array for variables
2024-03-08 16:30:52 +01:00
Henning Dieterichs and Henning Dieterichs
fb865521ce
Renames RangeLength to TextLength
2024-03-08 16:27:50 +01:00
Henning Dieterichs and Henning Dieterichs
af2b2ecbbd
Introduces test utility "Random" for deterministic random-like data generation
2024-03-08 16:27:50 +01:00
Henning Dieterichs and Henning Dieterichs
a9cd99e83e
Introduces core TextEdit
2024-03-08 16:27:50 +01:00
Henning Dieterichs and Henning Dieterichs
a278ef641d
Moves utilities into RangeLength
2024-03-08 16:27:50 +01:00
Henning Dieterichs and Henning Dieterichs
655a48b67e
Introduces RangeLength
2024-03-08 16:27:50 +01:00
Henning Dieterichs and Henning Dieterichs
a6e2b25575
Moves Permutation class to arrays.ts
2024-03-08 16:27:50 +01:00
Benjamin Christopher Simmonds and GitHub
9730949668
Fix badge position ( #207165 )
...
fix badge position
2024-03-08 15:30:33 +01:00
Benjamin Christopher Simmonds and GitHub
5c6765c8f2
Fix active pane indicator issues ( #207163 )
...
fix active pane indicator issues
2024-03-08 15:09:33 +01:00
Benjamin Christopher Simmonds and GitHub
27714e45c1
Include pointer size in hover bounding box computation ( #207092 )
...
Include pointer size in window/hover bounding box computation
2024-03-08 05:03:06 -08:00
Robo and GitHub
c37ca48a96
chore: update node-pty@1.1.0-beta11 ( #207153 )
2024-03-08 13:48:21 +01:00
Alex Ross and GitHub
59857a62e6
Add reply to the comments view context menu ( #207156 )
...
Fixes microsoft/vscode-pull-request-github#5698
2024-03-08 12:39:44 +01:00
Peng Lyu and GitHub
6c19c00357
Revert "Only one subscriber for kernels for onDidChangeSelectedNotebooks ( #204417 )" ( #207132 )
...
This reverts commit 59ec734843 .
2024-03-08 05:28:31 +01:00
Rob Lourens and GitHub
1c2151afda
Fix expected errors in telemetry ( #207128 )
...
* Fix #206108
* Fix #206109
2024-03-08 04:27:09 +01:00
Connor Peet and GitHub
dcee2edef1
testing: additional context keys and state around test results ( #207119 )
...
For explorations with copilot later
2024-03-07 19:08:21 -08:00
Matt Bierner and GitHub
091987d943
Update paste and drop proposals ( #206496 )
...
* Update paste and drop proposals
Reworks the document paste and drop API proposals. Main highlights:
- Align more with code action api
- Allow a single paste provider to return multiple edits
- Allow resolving applied edits lazily
- Switch from using ids to scoped kinds like used for code actions
* Adding paste context
* Add context
* Update test
2024-03-07 16:04:36 -08:00
Justin Chen and GitHub
d6fb91c889
show contributed issues in quick access ( #206303 )
...
* show contributed issues in quick accesss
* moved some files around
* cleanup unused import
* quick access overhaul: add all extensions, filter no duplicates, contributed at bottom, add button to open extension page, add experimental setting
* fix to turn on by default
* switch to info button icon instad
* added issue file on product and marketplace
* differentiate btween insiders and stable
* some fixes for now
* address comments
* review fixes
2024-03-07 14:27:22 -08:00
meganrogge
6c6bcf374d
Merge branch 'main' into merogge/wip-inline-chat-response
2024-03-07 14:19:27 -08:00
Benjamin Christopher Simmonds and GitHub
6a371bb1fc
Fix Activity Bar Icon Clickability in Fullscreen ( #207114 )
...
fixes #204688
2024-03-07 23:18:46 +01:00
meganrogge
2bad96c085
add navigation actions, rm toolbars, add to help dialog
2024-03-07 14:17:13 -08:00
Benjamin Christopher Simmonds and GitHub
44f0428a89
Reorder Activity Bar Position Menu ( #207113 )
...
Activity Bar Position Menu Order
2024-03-07 23:06:14 +01:00
Megan Rogge and GitHub
22ec1ea78b
Merge pull request #207112 from microsoft/merogge/lang
...
trap language for acc view codeblock
2024-03-07 13:59:20 -08:00
meganrogge
ea874924d9
trap language for acc view codeblock
2024-03-07 13:39:02 -08:00
Matt Bierner and GitHub
c087be9705
Adopt module 'Preserve' for TS 5.4+ ( #206478 )
2024-03-07 13:35:56 -08:00
Megan Rogge and GitHub
bc83cb0632
Merge pull request #207111 from microsoft/merogge/av
...
tweak acc view codeblock code
2024-03-07 13:31:21 -08:00