Commit graph

119791 commits

Author SHA1 Message Date
Don Jayamanne
1e95cb902e
Keep notebook model in sync with the ipynb json (#208052) 2024-03-18 20:17:46 -07:00
Daniel Imms
7c74357bd1
Merge pull request #208047 from microsoft/tyriar/4288
Adopt buttonConfigProvider for terminal chat actions
2024-03-18 16:33:59 -07:00
Daniel Imms
20a38ea60c
Merge pull request #208046 from microsoft/tyriar/4535
Fix terminal chat input background
2024-03-18 16:23:21 -07:00
Daniel Imms
7084cf9ff1
Adopt buttonConfigProvider for terminal chat actions
Fixes microsoft/vscode-copilot#4288
2024-03-18 16:18:59 -07:00
Daniel Imms
d56e1ee5a0
Fix terminal chat input background
Fixes microsoft/vscode-copilot#4535
2024-03-18 16:08:35 -07:00
Andrea Mah
85421b6a3b
move AI search sparkle button to input (#207780)
* move sparkle to input

* cleanup
2024-03-18 15:46:55 -07:00
Sandeep Somavarapu
3abe33bb0d
register supportWorkspaceExtensions setting not in stable (#208040) 2024-03-18 23:40:44 +01:00
Peng Lyu
6511910095
Align notebook variables api command shape with api typings. (#208045) 2024-03-18 15:40:02 -07:00
Ulugbek Abdullaev
b082f18ff8 rename suggestions: add telemetry to capture time before first input-field edit 2024-03-18 23:38:15 +01:00
Ulugbek Abdullaev
e94bb7770b rename suggestions: fix: reset isEditingRenameCandidate when rename-candidate focus changes or one is selected 2024-03-18 23:38:15 +01:00
Ulugbek Abdullaev
102349e869 rename suggestions: refactor: shuffle around class fields for readability 2024-03-18 23:38:15 +01:00
Ulugbek Abdullaev
74e41997fc rename suggestions: refactor: move stats to a proper object instead of inlining them into result 2024-03-18 23:38:15 +01:00
Michael Lively
a3af971b72
Add setting to exclude non-header md cells from notebook outline view (#207771)
* setting to exclude non-header md entries

* fix stickyscroll early return when we lose outlineEntry for non-header md cell

* change setting name and behavior to match

* add toggle non-header menu item
2024-03-18 14:24:02 -07:00
Ulugbek Abdullaev
091ad6b40e rename suggestions: fix: set selection in rename input field to initial selection in editor 2024-03-18 22:20:43 +01:00
Matt Bierner
18d118aaf5
Pick up latest TS for building VS Code (#208041) 2024-03-18 22:12:00 +01:00
Daniel Imms
b3701a9d89
Merge pull request #208036 from microsoft/tyriar/199611
Enable shell integration in hidden terminals
2024-03-18 12:57:56 -07:00
Michael Lively
cf9f2452e7
Add Filter menu to notebook outline view (#208034)
add entry filter menu to notebook outline
2024-03-18 12:55:20 -07:00
Sandeep Somavarapu
b356bddcac
make the setting application scoped (#208035) 2024-03-18 20:01:31 +01:00
Daniel Imms
f5f392c2c4
Enable shell integration in hidden terminals
As I understand it, hidden terminals were always exempty from shell
integration because hidden terminals were thought of as private to an
extension in a way, and also since they probably weren't going to be
interacted with. Especially since the introduction of the environment
variable collection API I think we should change this decision, not
doing so will lead to weirdness for extensions where hidden ones (which
may be shown later) aren't fully featured and get inconsistent envs.

Fixes #199611
Part of #197187
2024-03-18 11:58:22 -07:00
Connor Peet
7015a87618
cli: avoid adoption of tunnels with existing host connections (#208033)
Fixes https://github.com/microsoft/vscode-remote-release/issues/9655
2024-03-18 19:44:07 +01:00
Bhavya U
ff15e55781
Clear accounts badge when settings are disabled (#208028) 2024-03-18 19:41:49 +01:00
Daniel Imms
438bfd29c2
Merge pull request #208030 from microsoft/tyriar/xterm_240318
Update xterm.js
2024-03-18 11:15:21 -07:00
Matt Bierner
6ab9dd8ff1
Suppress extension diagnostics in code blocks (#207754)
May re-enable in the future. Also we can't simply disable the markers feature as this also turns off a number of useful markers for stuff like go to def
2024-03-18 10:57:25 -07:00
Sandeep Somavarapu
1b1b41c41b
report extension signature telemetry (#208027) 2024-03-18 10:44:33 -07:00
Daniel Imms
16b2e2d68e
Update xterm.js
Fixes a glyph scaling issue among other minor things
2024-03-18 10:30:57 -07:00
Sandeep Somavarapu
987d9282e8
make workspace extensions feature experimental and insiders only (#208021)
* make workspace extensions feature experimental and insiders only

* fix tests
2024-03-18 18:13:29 +01:00
Benjamin Christopher Simmonds
c202946237
Scroll Locking Improvements (#208023)
scroll locking improvements
2024-03-18 17:13:03 +01:00
Henning Dieterichs
484fd56d48 Fixes arrow positioning. 2024-03-18 17:08:21 +01:00
Don Jayamanne
3242621276
Remove unwanted vscode property when not required (#208014) 2024-03-18 08:50:28 -07:00
btwiuse
b356b209a5
cli: add --server-base-path flag to code serve-web command (#207932)
* feat(cli): add --server-base-path flag to `code serve-web` command

* fix clippy

* fmt

---------

Co-authored-by: navigaid <navigaid@gmail.com>
2024-03-18 08:12:08 -07:00
Robo
c45557f69b
chore: update server detection script for legacy server (#208000)
* chore: update server detection script for legacy server

* chore: address review feedback
2024-03-18 16:09:27 +01:00
Ladislau Szomoru
010f4fc3cb
SCM - fix input widget height on first render (#208017)
* Source Control - fix commit input height on first render

* Remove debug messaged
2024-03-18 16:00:23 +01:00
Don Jayamanne
19a78385c7
Remove custom property from nb and cell metadata (#207995) 2024-03-18 15:01:04 +01:00
Benjamin Pasero
e752296594
aux window - change to an action for when custom editor fails to open (#208004) 2024-03-18 14:49:55 +01:00
Ulugbek Abdullaev
7451929c7e rename suggestions: polish new UX & update telemetry 'source' field to reflect that now the source can be combination of copilot rename suggestion and user edit; should we add similarity check? 2024-03-18 14:36:30 +01:00
Ulugbek Abdullaev
dda59c2328 rename suggestions: fix: clear focused rename suggestion when input field changes 2024-03-18 14:36:30 +01:00
Ulugbek Abdullaev
40565ce894 rename suggestions: feat: implement new UX 2024-03-18 14:36:30 +01:00
Ulugbek Abdullaev
04f0647a59 rename suggestions: fix: arrow up works always 2024-03-18 14:36:30 +01:00
Ulugbek Abdullaev
3de62000fd rename suggestions: refactor: use a DeferredPromise 2024-03-18 14:36:30 +01:00
Ulugbek Abdullaev
1fb761447d rename suggestions: refactor: better name 2024-03-18 14:36:30 +01:00
Ulugbek Abdullaev
f219b35392 rename suggestions: refactor: don't apply editor font to rename input field label because it's 'workbench' font 2024-03-18 14:36:30 +01:00
Ulugbek Abdullaev
84bb33091b rename suggestions: refactor: don't use a setter for a method mutating stuff 2024-03-18 14:36:30 +01:00
Henning Dieterichs
889093bb7a Fixes diff gutter styling issues
Signed-off-by: Henning Dieterichs <hdieterichs@microsoft.com>
2024-03-18 13:16:10 +01:00
Robo
7c21685343
fix: legacy server stage dependency for CI builds (#207994) 2024-03-18 12:12:23 +01:00
Don Jayamanne
1b4e4196b0
Better timeline title for cell metadata changes (#207972) 2024-03-18 12:02:41 +01:00
Benjamin Pasero
568fe88e69
aux window - try to mitigate custom editor claim across windows (#207992) 2024-03-18 11:37:18 +01:00
Sandeep Somavarapu
e1ce54ff03
fix installing and watching workspace extensions (#207983)
* fix installing and watching workspace extensions

* fix tests and debounde listening
2024-03-18 11:11:40 +01:00
Robo
1413fc87a7
feat: create and upload legacy remote server (#204139) 2024-03-18 11:09:55 +01:00
David Gileadi
c800bf9216
Introduce minimap section headers, a la Xcode (#190759)
* WIP for adding minimap section headers for #74843

* Get section headers rendering

* Fix default value of section header font size

* Fix tests

* Improve section header position

* Fix separator display, update after config change

* Split too-long headers with an ellipsis

* Render section headers on the decorations canvas

* Support MARK with just a separator line

* Calculate minimap section headers asynchronously

* Simplify change

* Avoid font variable duplication

* Fix issue introduced earlier

* Recompute section headers when the language configuration changes

* Fix problem in constructing region header range

* Parse mark headers in the entire file and then filter out the ones not appearing in comments on the UI side, where tokens info is available

---------

Co-authored-by: Alexandru Dima <alexdima@microsoft.com>
2024-03-18 08:49:27 +00:00
Benjamin Christopher Simmonds
cda53a0627
Add single view pane container title support (#207816)
Chat title
2024-03-18 09:49:23 +01:00