Commit graph

122365 commits

Author SHA1 Message Date
Bhavya U 4d6d7930e8
Kick off issue locker early (#214804) 2024-06-10 19:54:59 +02:00
Megan Rogge a643fe6e42
fix accessibility signals (#214799) 2024-06-10 18:32:53 +02:00
Alexandru Dima d59305421e
update areas (#214793) 2024-06-10 18:07:53 +02:00
Ladislau Szomoru 03fedcd264
SCM - 💄 cleanup old field + event (#214761) 2024-06-10 10:11:46 +02:00
Benjamin Pasero db4e4ff980
watcher - stop restarting per request (#214752) 2024-06-10 08:41:28 +02:00
Robo fec18ef7d6
fix: expected checksum for windows remote server (#214751) 2024-06-10 06:53:33 +02:00
Ladislau Szomoru f24f7776b9
SCM - refactor setting the context keys for the active repository (#214727) 2024-06-09 19:59:48 +02:00
Ladislau Szomoru b85633af59
SCM - adopt observables for updating the status bar (#214705)
* Initial implementation

* Adopt observableFromEventOpts

* Fix issue with active editor repository
2024-06-09 07:11:33 +02:00
Ladislau Szomoru d2d053d84e
Observables - add observableFromEventOpts (#214702) 2024-06-08 20:56:41 +02:00
Henning Dieterichs e33ae58f1d
Introduces latestChangedValue (#214682) 2024-06-08 20:30:03 +02:00
Henning Dieterichs 1e5b0ab4fc
small rename (#214678) 2024-06-08 17:56:20 +02:00
Rob Lourens d40dff9ef9
Activate configuration-editing extension when jsonc files are opened (#214659)
Fix #182700
2024-06-08 02:13:08 +02:00
Benjamin Christopher Simmonds 39b3c5b936
Context should be undefined when there nis no context (#214656)
* fix titlebar editor actions context on startup

* fix titlebar editor actions context on startup

* remove listener
2024-06-07 17:11:02 -07:00
Aaron Munger 76664e7ce6
max height buffer to prevent small scrollbar (#214654) 2024-06-07 16:40:42 -07:00
Rob Lourens 069408ab2c
Handle chat attachment without a value (#214652)
Fix #214649
2024-06-08 00:21:33 +02:00
Benjamin Christopher Simmonds 8a101cd59c
Fix editor context extraction for task commands (#214650) 2024-06-08 00:15:25 +02:00
Peng Lyu 30f0c1475d
TextBuffer API: getNearestChunk to support incremental tree sitter parsing. (#214648) 2024-06-08 00:12:31 +02:00
Connor Peet dc97013993
server: fix socket pipe disconnections not getting detected (#214640)
Fixes #211462
2024-06-07 22:44:17 +02:00
Ladislau Szomoru b814ff2c68
SCM - fix regression introduced due to moving code (#214638) 2024-06-07 22:29:47 +02:00
Megan Rogge 52c722c7bb
adopt chat agent in terminal chat (#214499) 2024-06-07 22:20:08 +02:00
Connor Peet 739a9e8579
debug: implement display variable type setting for vscode (#210258) (#214315)
* Implement display variable type setting for vscode (#210258)

Created two new settings to be added to .vscode/settings.json
('variableDisplayType.watchView' and
'variableDisplayType.variableView') when set
to true it shows the variable type in the
format var_name: type = value in the debug panel and variable panel
respectively and the hover will now display var_name.
When set to false uses the previous
expected behaviour (var_name = value)
and the hover will display the type.

Co-authored-by: Diogo Pinto <diogotfpinto@tecnico.ulisboa.pt>

* Implemented the requested changes.

Registed new setting in debug.contribution.ts
Changed the two settings for a single setting (debug.showVariableTypes)
Made the renderer functions listen to changes so it re-renders elements
Added a different styling for the type in variable panel
Changed function names to use camelCase

Co-authored-by: Diogo Pinto <diogotfpinto@tecnico.ulisboa.pt>

* Implemented Requested small changes.

Removed linkDetector check when rendering the type.
Deleted displayType boolean, now we read from config in render
Added missing line to renderExpressionElement.

Co-authored-by: Diogo Pinto <diogotfpinto@tecnico.ulisboa.pt>

---------

Co-authored-by: Diogo Pinto <diogotfpinto@tecnico.ulisboa.pt>
2024-06-07 12:13:16 -07:00
Rafael Sargento 97e2d0d918 Implemented Requested small changes.
Removed linkDetector check when rendering the type.
Deleted displayType boolean, now we read from config in render
Added missing line to renderExpressionElement.

Co-authored-by: Diogo Pinto <diogotfpinto@tecnico.ulisboa.pt>
2024-06-07 19:17:38 +01:00
Connor Peet d3b66eafed
debug: take isFrameDeemphasized presentationHint from the frame if set (#214632)
Refs discussion in #214433
2024-06-07 19:39:28 +02:00
Rafael Sargento 8219ce7cec
Merge branch 'microsoft:main' into display-type 2024-06-07 18:03:50 +01:00
Megan Rogge 64a3d795cb
register task disposables (#214512) 2024-06-07 10:01:46 -07:00
Daniel Imms f3c45e1c29
Merge pull request #214257 from microsoft/tyriar/145234_040604
Add example usage to exitCode
2024-06-07 09:56:24 -07:00
Daniel Imms db82a8c54b
Merge pull request #214606 from microsoft/tyriar/212090
Avoid printf in bash SI script, disable prompt reporting on Windows
2024-06-07 09:38:34 -07:00
Ladislau Szomoru 88f50e0809
SCM - extract activity count badge into its own workbench contribution (#214610) 2024-06-07 16:39:20 +02:00
Sandeep Somavarapu d08886ba68
fix primary and secondary buttons order (#214603) 2024-06-07 16:11:24 +02:00
Daniel Imms ac1afd7aa0
Disable prompt reporting on git bash 2024-06-07 07:10:06 -07:00
Daniel Imms 4e76f11add
Avoid printf in __vsc_report_prompt
Fixes #212090
2024-06-07 07:09:06 -07:00
Robo bab3a9fdcb
fix: disable CoreText font matching on macOS (#214601) 2024-06-07 16:02:35 +02:00
Ladislau Szomoru 5422f5f940
Git - do not show smart commit dialog when using Commit (Amend) (#214595) 2024-06-07 15:51:20 +02:00
Sandeep Somavarapu e941a59986
polish editor (#214598) 2024-06-07 15:33:16 +02:00
Ladislau Szomoru 3d7e352d2d
Git - empty commit should not include unstaged changes (#214587) 2024-06-07 14:08:33 +02:00
Sandeep Somavarapu 9548a679f5
put new profiles UI behind flag (#214586) 2024-06-07 14:03:34 +02:00
Ladislau Szomoru af5696c630
SCM - enable clearing the commit input using Escape (#214583) 2024-06-07 13:21:28 +02:00
Aiday Marlen Kyzy 6125cc2332
Extracting the rendered hover data into separate class (#214419)
* adding some code

* polishing code

* polishing the code

* polishing the code

* polishing and moving to a new file

* adding e

* polishing the code

* polishing the code

* passing in directly the hover result

* removing the highlight range
2024-06-07 11:38:41 +02:00
Robo 6facfe23b3
fix: snap packaging for argument parsing (#214560) 2024-06-07 09:45:12 +02:00
Robo 6e6d38007e
fix: force software gl backend for snap (#214548)
Refs https://github.com/microsoft/vscode/issues/212494

When using the default ANGLE gl/gles backend, v1.90 attempts
to get display refresh rate for vsync from an internal implementation
instead of using the gl extension EGL_CHROMIUM_sync_control,
this eventually ends up loading display info from XRandr and chromium
attempts to set a label for the data from the shipped resource pak
file that is not accessible to the gpu process triggering a SIGTRAP
in ui::ResourceBundle::GetSharedInstance.
2024-06-07 06:16:32 +02:00
Connor Peet e2bf3453f5
debug: correlate debug sessions to testing, delegate restarts (#214537)
Implements #214486
2024-06-07 06:15:59 +02:00
Rob Lourens f89375854f
Enable two participants with the same name from the same extension, in different locations (#214535)
For #214479
2024-06-07 03:19:33 +02:00
Rafael Sargento 0550dd681f
Merge branch 'main' into display-type 2024-06-07 01:24:21 +01:00
Rafael Sargento 7453779c77 Implemented the requested changes.
Registed new setting in debug.contribution.ts
Changed the two settings for a single setting (debug.showVariableTypes)
Made the renderer functions listen to changes so it re-renders elements
Added a different styling for the type in variable panel
Changed function names to use camelCase

Co-authored-by: Diogo Pinto <diogotfpinto@tecnico.ulisboa.pt>
2024-06-07 01:12:24 +01:00
Sandeep Somavarapu bf11c6cd52
fix canceling (#214519) 2024-06-06 16:13:11 -07:00
Rob Lourens 3ea3162dd4
Disable api-test extension when running code.sh directly (#214521) 2024-06-06 16:12:17 -07:00
Sandeep Somavarapu 96151fb331
fix validation (#214517)
* fix validation

* fix validation

* trim name
2024-06-07 00:14:29 +02:00
Sandeep Somavarapu 4157a8d7f0
improve creating profile from template (#214515)
- improve creating profile from template
- remove unused code
2024-06-06 23:51:33 +02:00
Megan Rogge 644e03f49e
render inline chat accessible view content as plaintext (#214506)
fix #213665
2024-06-06 22:59:39 +02:00
Ladislau Szomoru 88583e6f15
SCM - unify code to get a repository using a resource (#214510) 2024-06-06 22:38:30 +02:00