Commit graph

104221 commits

Author SHA1 Message Date
Benjamin Pasero 689624e401
tests - fix web integration tests to fail creating a page (#170613) 2023-01-05 02:54:56 -08:00
Benjamin Pasero e5b0dac77d
🆙 @parcel/watcher@2.1.0 (#170603) 2023-01-05 02:28:31 -08:00
Alexandru Dima 06b97f6be7
Add more logging and perf markers around resolving the connection token and the socket factory (#170490)
* Add more logging and perf markers around resolving the connection token and the socket factory

* set `exposeFunction` earlier

* bla windows

* also expose function for unit tests beofre opening

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2023-01-05 10:17:19 +01:00
João Moreno 79c4f9b75d
fixes #170533 (#170574)
* fixes #170533

* update distro
2023-01-04 19:30:35 +01:00
Johannes Rieken b4b9972cd4
don't dispose internal2external commands before updating the UI (#170566)
should fix https://github.com/microsoft/vscode/issues/165244
2023-01-04 19:08:57 +01:00
João Moreno fb26225367
fixes #170559 (#170567)
Related-to: #64350
Related-to: #91740
2023-01-04 18:00:34 +01:00
Ladislau Szomoru 74f046bfa9
💄 Git - delete tag does not use repository.refs (#170565) 2023-01-04 17:40:35 +01:00
Johannes Rieken c9437b2db0
more specific CSS rules for codicon-symbol (#170562)
fixes https://github.com/microsoft/vscode/issues/169690
2023-01-04 17:10:49 +01:00
Sandeep Somavarapu a141f23a63
support additional info from deprecated extensions (#170561) 2023-01-04 16:55:54 +01:00
Robo fd98453bb6
chore: bump distro (#170550) 2023-01-04 13:18:31 +01:00
dependabot[bot] e3dca06ca4
Bump json5 from 1.0.1 to 1.0.2 (#170515)
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-04 10:19:32 +01:00
Sandeep Somavarapu 5242d72ee5
add profile name to window title (#170504)
* add profile name to window title

* code review feedback
2023-01-04 10:09:06 +01:00
Benjamin Pasero c8a86dea3d
sandbox - make utility process reusable (#170513)
* make utility process reusable

* more alignment

* proper event handling
2023-01-04 10:07:53 +01:00
Logan Ramos 4acf2d9b46
Update the telemetry modules (#170512)
Update the module
2023-01-03 15:10:45 -05:00
David Dossett c258547b50
Rename "Get Started" to "Welcome" (#168231) 2023-01-03 08:51:09 -08:00
Benjamin Pasero c0f4a4b32a
debt - do not use "sandbox" in type names (#170501) 2023-01-03 17:21:55 +01:00
Logan Ramos 0bc337806f
Fix some incorrect comments (#170499) 2023-01-03 17:12:10 +01:00
Johannes Rieken 64eef4cec1
some API 💄 (#169404)
* some API 💄

* New names

Co-authored-by: Logan Ramos <lramos15@gmail.com>
2023-01-03 10:46:20 -05:00
Ladislau Szomoru 2377c7a4c5
💄 Git - Add icon to the message item (#170486) 2023-01-03 16:07:23 +01:00
João Moreno a23a1090f7
add tree user info to error (#170483) 2023-01-03 15:57:53 +01:00
Rob Lourens f078e6db48
Ignore pointer events from nested ListViews (#169680)
Fix #97820
2023-01-03 06:34:00 -08:00
Alexandru Dima 67119309e2
Recover in case resourceUriProvider throws (#170456) 2023-01-03 15:26:29 +01:00
Ladislau Szomoru 1542e90126
Git - Add command to delete remote tags (#170415)
Add command to delete remote tags
2023-01-03 06:08:48 -08:00
Ladislau Szomoru 1d18dfc209
Git - detect when HEAD is a tag (#170271)
* HEAD set when checking out a tag

* Remove more calls

* Remove tag references when in detached mode
2023-01-03 06:07:46 -08:00
Johannes Rieken 2c7fc7c978
fix https://github.com/microsoft/vscode/issues/170075 (#170452) 2023-01-03 05:49:56 -08:00
Alex Ross c78258c856
Bump distro (#170443) 2023-01-03 14:11:51 +01:00
John Murray 0b11b23e12
Add 'Fuzzy Match' toggle to tree find widget (#116286) (#164376)
* Add 'Match Whole Word' toggle to tree find widget (#116286)

* Use search-fuzzy codicon and invert toggle sense

* Reorder TreeFindFuzzy enum

* More renaming

* Add `workbench.list.defaultFindMatchType` setting

* Adapt to changes merged from main

* fix number as boolean

Co-authored-by: João Moreno <joao.moreno@microsoft.com>
2023-01-03 04:59:53 -08:00
Henning Dieterichs 1f74c2432d
Merge pull request #169512 from ssigwart/camel
Add CamelCase Transformation
2023-01-03 12:55:25 +01:00
Sandeep Somavarapu b33612c4a8
fix comparing profile scan options (#170446) 2023-01-03 11:58:01 +01:00
John Murray 8eee363410
Add history to new list/tree search/filter widget (#155578) (#159188)
* Add isFirst(), isLast(), isNowhere() to HistoryNavigator

* Expose new HistoryNavigator methods from HistoryInputBox

* HistoryInputBox: support unconditional addToHistory()

* Support history (not yet persisted) in tree find (#155578)

* Persist search/filter history across widget close

* Persist search/filter mode across widget close

* 💄

Co-authored-by: João Moreno <joao.moreno@microsoft.com>
2023-01-03 11:00:38 +01:00
John Murray 4a7489d4dd
Prevent hiding unresolved tree branches (#167047)
* Another approach to fixing #66971, after feedback on #164472

* add tree.defaultFindVisibility

Co-authored-by: João Moreno <joao.moreno@microsoft.com>
2023-01-03 10:59:58 +01:00
Leonardo Montini d2090a68e0
145458 List: Support scroll by page (#145788)
* 145458 List: Support scroll by page

* 💄

Co-authored-by: João Moreno <joao.moreno@microsoft.com>
2023-01-03 10:09:46 +01:00
João Moreno 717d7d62c8
always authenticate to npm (#170437) 2023-01-03 09:27:18 +01:00
João Moreno dfcf5c1528
move watermark shortcuts closer to letterpress (#170403)
* move watermark shortcuts closer to letterpress

fixes #59952

* fix layout in firefox
2023-01-02 17:23:45 +01:00
Benjamin Pasero f01a44b447
Editors can steal focus later when opening slowly (fix #128117) (#170328)
* Editors can steal focus later when opening slowly (fix #128117)

* play it a bit safer

* fix tests
2023-01-01 16:31:26 +01:00
Connor Peet 4c0cecf300
fix: show binary data inspector on top-level watch expressions (#170320)
Fixes #164124
2022-12-30 17:07:27 -08:00
MonadChains 6d7e511b5c
Issue 163528/create edit breakpoint command (#163734)
* Add edit breakpoint command

* Match to closest breakpoint
2022-12-30 16:57:03 -08:00
Connor Peet 818b05e474
fix: test explorer colors on default light theme (#170319)
Fixes #163678
2022-12-30 15:42:15 -08:00
Peng Lyu b98735cea3
Fix #158233. Cell output should not read editor height. (#170317) 2022-12-30 15:41:56 -08:00
Rob Lourens d8ce693468
Use WeakMap to store private breakpoint ids (#170316)
Fixes #169639 better
2022-12-30 15:26:56 -08:00
Connor Peet 00b145c091
fix: serverReadyAction with ANSI colors (#170315)
Fixes #159391
2022-12-31 00:24:02 +01:00
Justin Grote 267b98d271
Remove Requirement for "Add to Watch" to be in debug mode (#153224)
There's no reason this shortcut should require debug mode to run, this would allow the user to pre-populate watch before starting a debug session.

Co-authored-by: Rob Lourens <roblourens@gmail.com>
2022-12-31 00:05:53 +01:00
Rob Lourens acb9348ee9
Avoid using privates via cast (#166722)
* Avoid using privates via cast

* Enable instantiating the breakpoint with an id from core without letting extensions do that
2022-12-30 14:52:33 -08:00
Connor Peet b5ad508dfb
cli: cleanup some process querying code (#170306)
Avoid pulling system info we don't have to.

Minor cleanups while working on https://github.com/microsoft/vscode/pull/170305
2022-12-30 12:55:57 -08:00
dependabot[bot] 6106980525
Bump json5 from 2.2.0 to 2.2.2 in /build (#170244)
Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v2.2.0...v2.2.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-30 21:50:46 +01:00
Peng Lyu d5f5daff6b
Fix #96442. Show errors/warnings on notebook overview ruler. (#170304) 2022-12-30 21:10:29 +01:00
Tyler James Leonhardt 15605b7f6c
Ensure Install & Restart sets locale (#170302)
Fixes #167540
2022-12-30 20:48:53 +01:00
Tyler James Leonhardt 741531e106
Check if there is an edit before applying it to the buffer (#170301)
This was throwing an error before if you were writing `undefined` to a property that didn't exist.

Fixes #168092
2022-12-30 11:44:42 -08:00
SteVen Batten 653ee6ddf0
workspace trust wording tweaks (#170249)
* workspace trust wording tweaks
fixes #153816

* simple verb
2022-12-30 19:44:22 +01:00
Peng Lyu 06330f7693
Fix #165415. Reveal range fails to work with out of date cell view height. (#170299) 2022-12-30 19:30:11 +01:00