Commit graph

118099 commits

Author SHA1 Message Date
Rob Lourens f40051b610
Port candidates to main (#203815)
* Port candidate to main
Bringing in #203574

* Enable #file for stable (#203549)

Fix #203548
2024-01-30 17:54:19 +01:00
Rob Lourens 06a8ed6e0e
Fix incorrectly disposing some disposables (#203809)
Fix #203794
2024-01-30 17:29:00 +01:00
Aaron Munger 9116c8c9d9
notebook variable data source tests (#203753)
* indexed children tests

* one more assert
2024-01-30 08:05:02 -08:00
Johannes Rieken 1f80d8b8e4
fix https://github.com/microsoft/vscode/issues/203510 (#203798) 2024-01-30 15:54:13 +01:00
Robo e2ce367fc8
fix: update server requirements check for alpine distro (#203790) 2024-01-30 14:22:03 +01:00
Sandeep Somavarapu c481f95364
Fix extension installation from location - check for valid manifest (#203785) 2024-01-30 12:50:47 +01:00
Megan Rogge 4dcce9b45c
Merge pull request #203749 from microsoft/merogge/alert-cues
use checkboxes for audio cue/alert quickpicks
2024-01-30 03:45:47 -08:00
RedCMD eee4b5fc50
Contribute to json language server with a custom language. (#198583)
* Contribute to json language server with a custom language.

* Add `snippets` to `"activationEvents"`

* Remove hardcoded `snippets` from `documentSettings`

* Fix wrong variable in `!isEqualSet()`

* Use `extensions.allAcrossExtensionHosts` instead of `extensions.all`

* enable `"enabledApiProposals"` for `extensions.allAcrossExtensionHosts`

* Fix error: `Property 'allAcrossExtensionHosts' does not exist on type 'typeof extensions'`

* Remove `snippets`
2024-01-30 11:10:23 +00:00
Johannes Rieken 6215ccd0e7
send telemetry about accepted/discarded hunks and about response types (#203780) 2024-01-30 12:09:34 +01:00
Benjamin Pasero 860f38ba53
aux window renames (#203775) 2024-01-30 09:24:06 +01:00
Robo 74ef67b4ab
fix: update rpm release tag to el8 (#203770) 2024-01-30 07:09:47 +01:00
Raymond Zhao e284396074
chore: use newest node-gyp for SDL pipeline (#199820)
* chore: use latest upstream node-gyp

* fix: use node-gyp.js file directly

* apply PR feedback

* chore: delete patch file

* Apply PR feedback

* Update cache salt
2024-01-30 12:24:14 +09:00
Justin Chen c95fb565ba
changed issueReporterCommand types and bug fix (#203747)
changed uri from string, word wrap
2024-01-29 18:32:58 -08:00
Connor Peet d7cfba7af7
cli: update dev tunnel sdk (#203763) 2024-01-30 03:01:21 +01:00
Peng Lyu 01a85f298b
Polish find widget css rules (#203762)
* refactor css variables for findWidget

* adapt css variable for findWidget

* Polish find widget css rules

---------

Co-authored-by: weartist <weartistt@gmail.com>
2024-01-30 03:01:03 +01:00
Andrea Mah d6885f672a
Use const enum over const for search command IDs (#203757)
Fixes #190249
2024-01-29 17:30:20 -08:00
Michael Lively b9511a9520
Adjust WordHighlighter to use hasTextFocus() instead of hasWidgetFocus() (#203754)
Potential fix for #201814
2024-01-30 01:06:36 +01:00
Andrea Mah 84bdd343e7
Notebook Search eagerly activates extensions (#203748)
* initial attempt for 'hasResult' in remote code

* Notebook Search eagerly activates extensions
Fixes #203389
2024-01-29 15:56:58 -08:00
meganrogge f8a6171282
fix issues 2024-01-29 15:32:11 -08:00
meganrogge f29cc2750e
set default for terminal bell 2024-01-29 15:14:27 -08:00
meganrogge ea700efe61
fix #202025 2024-01-29 15:12:14 -08:00
Aaron Munger ed35abb942
fix copy output command without context (#203582)
* fix copy output without context

* better title

* clear output focus
2024-01-29 14:50:21 -08:00
Peng Lyu 1b25a13761
Fix #160621. Do no steal escape when focus is in input. (#203746) 2024-01-29 23:46:13 +01:00
Megan Rogge 6b48dfc4d2
Merge pull request #203742 from microsoft/merogge/tabs-bug
fix tab action bugs
2024-01-29 13:48:01 -08:00
Daniel Imms b9d46af136
Merge pull request #203739 from microsoft/tyriar/ctx_key
Share context key in terminal
2024-01-29 13:36:19 -08:00
meganrogge 7fa7d085a3
fix #203630 2024-01-29 13:32:44 -08:00
Daniel Imms cdc408eed1
Merge pull request #203407 from vbem/patch-2
Fix typo in shellIntegration-bash.sh
2024-01-29 13:27:15 -08:00
Rob Lourens 6693b1d8ed
Fix tooltip on inline references in chat (#203737) 2024-01-29 22:26:20 +01:00
Daniel Imms 3be6ca6794
Merge pull request #203736 from microsoft/tyriar/203663
Reduce code duplication in pty impls
2024-01-29 12:41:43 -08:00
Daniel Imms 1dcd56023b
Merge pull request #203738 from microsoft/tyriar/203652
Remove duplicate styles
2024-01-29 12:33:55 -08:00
Daniel Imms 5407ab6238
Share context key in terminal
Context: 8fdc7542e9
2024-01-29 12:29:30 -08:00
Daniel Imms 9a8ca92096
Fix compile/hygiene 2024-01-29 12:20:51 -08:00
Daniel Imms 11315eea8a
Remove duplicate styles
Fixes #203652
2024-01-29 12:17:51 -08:00
Daniel Imms 70f1fd9b8f
Reduce code duplication in pty impls
Fixes #203663
2024-01-29 12:01:00 -08:00
Rob Lourens b637950b4b
Reenable debug integration test (#203733) 2024-01-29 20:21:19 +01:00
Connor Peet 0f323440e5
eng: allow css nesting via postcss plugin (#203726)
* eng: allow css nesting via postcss plugin

CSS nesting has landed in most browsers at this point, but we don't want
to break users who are still stuck on old browser (mainly older iOS
devices.) This PR adds a postcss plugin to the build process that
de-nests nested CSS.

The plugin required a newer version of postcss as well, so I have
updated that and a couple other modules to their latest versions.

* update build's package.json versions too
2024-01-29 11:19:37 -08:00
Peng Lyu c9555f641b
Unified go to actions (#201166)
* Unified go to actions

* Update for labeless and dynamic
2024-01-29 11:10:06 -08:00
Robo fc9dcad098
fix: skip server requirements check based on file presence (#203729) 2024-01-29 19:55:17 +01:00
tomqwpl a9ba0672ae
fix: Not populating extension when selecting notebook kernel (#197619) (#197810)
When selecting a notebook kernel, prompt was saying
"Select kernel from undefined". "Undefined" here was supported
to be the extension name. When the quick pick items
are generated, they are generated with a value of "label".
Nothing else references or populates a property of "source",
so seems safe to change the code to reference "label" instead.
2024-01-29 18:37:27 +00:00
xiejialong 0d9e0996dd
dispose sash (#199081)
Co-authored-by: Peng Lyu <penn.lv@gmail.com>
2024-01-29 18:37:16 +00:00
Loïc Mangeonjean a6470cba11
Replace map by foreach (#199194)
* refactor: replace map by forEach

* fix: fix suspicious code

---------

Co-authored-by: Loïc Mangeonjean <loic@coderpad.io>
2024-01-29 19:19:06 +01:00
Hans bc00185b3b
Fix the broken links to the latest valid links (#184131) 2024-01-29 19:09:11 +01:00
Johannes Rieken 16d3c2da9c
Updated API discussion points (#203723) 2024-01-29 09:56:49 -08:00
Matt Bierner e9ce823bf1
Fix potential race creating JS/TS temp dir (#203367)
Fixes #203335
2024-01-29 09:24:41 -08:00
Matt Bierner 4be04d5d8c
Fix file uri markdown link pasting (#203377)
Fixes #203180

Enables this feature for uris without authorities and also makes sure these uris are not rewritten to relative paths
2024-01-29 09:24:28 -08:00
Benjamin Christopher Simmonds 053610ec1c
Enable tree sticky scroll by default (#203713)
* tree sticky scroll on by default

* 💄
2024-01-29 17:42:41 +01:00
Ladislau Szomoru 837b74c1b4
SCM - history item group context menu (#203712) 2024-01-29 17:27:24 +01:00
Benjamin Pasero 88f74b7713
ext host - log error when attempting to open/show a document of invalid remote URI (#199844) (#203594)
* ext host - log error when attempting to open/show a document of invalid remote URI (#199844)

* use `extHostApiDeprecation`
2024-01-29 16:54:22 +01:00
Rob Lourens c15e48bc27
Reenable chat test (#203706)
I think this isn't an issue with the test- every time it fails, we see "The Web Worker Extension Host did not start in 60s". The chat tests are the first tests, and so they just time out due to being affected by the slow startup. That EH timeout issue looks old.
Fix #203429
2024-01-29 16:51:06 +01:00
Benjamin Christopher Simmonds 3fe7086daf
Fix Drag and Drop Issue in Open Editors (#203701)
fix #203696
2024-01-29 15:39:31 +01:00