Commit graph

105574 commits

Author SHA1 Message Date
Henning Dieterichs d7c70785c1
Includes textmate worker in build 2023-02-20 10:56:33 +01:00
Henning Dieterichs 730da28ebb
Merge branch 'main' into async-tokenization-2 2023-02-20 10:27:11 +01:00
Benjamin Pasero 7e97d0757b
sandbox - configure crash reporter if window is sandboxed (#174817) 2023-02-20 09:31:11 +01:00
Benjamin Pasero 0ef4b66766
partially revert move of node files (#174815) 2023-02-20 18:09:48 +11:00
Robo 20c4065239
chore: bump electron@19.1.10 (#174808) 2023-02-20 08:07:18 +01:00
Tyler James Leonhardt 4e32196835
Fix locale and language handling (#174779)
* Use language to get config and fix smoke test

* better check

* not

* fix a lot of mistakes

* skip test on linux
2023-02-19 08:17:04 +01:00
Tyler James Leonhardt ecf479e662
Ensuring locale is set to the OS locale and language is set to the Application Language (#174733)
Ref #164397
2023-02-18 01:55:46 +01:00
Megan Rogge ece36bfdd0
add to help menu (#174726) 2023-02-18 00:06:25 +00:00
SteVen Batten a40e759d76
Notebook cell perf UX (#171888)
* prep for draft

* there are still errors but saving progress

* more progress

* make ready for review

* remove console.log statement

* fix unit tests
2023-02-17 15:23:46 -08:00
Bhavya U d3b56f9472
Add support for TargetPopulation.Exploration (#174716)
Allow running experiments on exploration builds
2023-02-17 15:12:34 -08:00
Tyler James Leonhardt 96a795cc0b
Lock command strings to prevent issues with translations (#172664)
Fixes https://github.com/microsoft/vscode/issues/172663
2023-02-17 12:19:19 -08:00
Peng Lyu 8ca48dfd13
Fix #170778. Restore cell options and editor selection on history navigation. (#174717) 2023-02-17 21:13:38 +01:00
Megan Rogge 2cab9c9c60
fix tab moves focus (#174704) 2023-02-17 12:00:19 -08:00
Peng Lyu 59e68e1028
Fix #173982. Respect selection direction in cell reveal. (#174713) 2023-02-17 13:52:56 -06:00
Logan Ramos 10cfd7858c
Move badge state to ViewContainerModel (#174457)
* Move badge state to ViewContainerModel

* Switch to `ViewDescriptorService`

* Fix test

* PR feedback

* Remove badge state from reset

* Fix tests
2023-02-17 20:37:06 +01:00
Benjamin Pasero c8e93b654b
watcher - do not restart when normal termination (#174709) 2023-02-17 20:26:42 +01:00
Aiday Marlen Kyzy eee87af252
Adding the server and client code to the JSON language features extensions to enable JSONC sorting in VS Code (#174352)
* temporarily changing the funcion onFromat to be able to trigger the sorting on real examples

* adding the DocumentSortingRequest

* accesssing directly the text edits from the request

* added code in order to provide the link between the json sorting capabiliites and vscode

* adapting to the new api output of the sort function

* instead of using await use then inside of the command that registers

* textEditor replaces window.activeTextEditor

* adding changes from review

* update service

* use SortOptions

---------

Co-authored-by: Martin Aeschlimann <martinae@microsoft.com>
2023-02-17 19:49:05 +01:00
Logan Ramos b4e6254d60
Disable new hover in explorer for stable (#174703) 2023-02-17 19:36:52 +01:00
Sandeep Somavarapu b1dc961b97
Merge pull request #174640 from microsoft/edsonn/married-mastodon
Fixed Styling for Profile badge
2023-02-17 18:36:10 +01:00
Sandeep Somavarapu aeec9b1fc4
hide profile badge on activity 2023-02-17 18:16:24 +01:00
Henning Dieterichs 22f5603f48
Fixes distro merge conflicts. 2023-02-17 18:01:30 +01:00
Sandeep Somavarapu 0b89e361f5
fix #174401 (#174694) 2023-02-17 17:45:05 +01:00
Henning Dieterichs a42ec7cdd2
Merge branch 'main' into async-tokenization-2 2023-02-17 17:08:17 +01:00
Henning Dieterichs 6a22e832b7
Adresses PR feedback, adopts most recent textmate version. 2023-02-17 17:04:41 +01:00
Alex Ross 550fdeb899
Comment thread high contrast button borders clipped (#174681)
Fixes #172303
2023-02-17 07:25:31 -08:00
Tyler James Leonhardt d5277e8e2b
Ensure language packs are installed on the server side (#174622) 2023-02-17 07:23:00 -08:00
Benjamin Pasero ce978df63f
activeEditorIsPinned is not set when editor is auto-pinned by workbench.action.moveEditorLeftInGroup (fix #174163) (#174679) 2023-02-17 15:51:56 +01:00
Alexandru Dima 2d67c6fae3
Merge pull request #174671 from microsoft/alexd/linear-goat
Extract tokenization from model service
2023-02-17 12:59:36 +01:00
Alex Dima 9d44ce60ab
Extract DocumentSemanticTokensFeature to a separate file and group files together 2023-02-17 12:33:58 +01:00
Alex Dima 8ab52fa9e8
Add a mechanism to instantiate editor features and adopt it for SemanticColoringFeature 2023-02-17 12:05:30 +01:00
Alex Ross 578201ff78
Don't store/restore ports in an empty workspace (#174663)
* Don't store/restore ports in an empty workspace

* warn -> debug
2023-02-17 11:22:31 +01:00
Benjamin Pasero 31edbf7ca6
sandbox - move shared process to node layer (#174581) 2023-02-17 10:18:01 +01:00
Tyler James Leonhardt 71f619cbda
Ensure the original scopes requested are the scopes in the Session returned (#174645)
Fixes #174631
Fixes #167791
2023-02-17 03:34:39 +01:00
Eduardo Sonnino 54d7e73966 Fixed Styling for Profile badge 2023-02-16 16:44:39 -08:00
Peng Lyu a18d7bc586
Fix #174552. NPE (#174630)
* Fix #174552. NPE

* Fix #174555.
2023-02-16 16:27:00 -08:00
Aaron Munger 2204586027
Merge pull request #174639 from amunger/scrollableOtput
put open new editor link outside of scrollable div
2023-02-16 16:23:05 -08:00
Aaron Munger 4cadd2d040
Merge branch 'main' into scrollableOtput 2023-02-16 15:59:27 -08:00
aamunger a1665b75bf
put open new editor link outside of scrollable div 2023-02-16 15:56:32 -08:00
Megan Rogge 773668e936
add settings for tab moves focus (#174265) 2023-02-16 14:41:32 -08:00
Logan Ramos 1ccf76379c
Use a better context view in explorer hover (#174626)
Use a better context view
2023-02-16 14:40:45 -08:00
Megan Rogge 56ba527736
add audio cue for when a terminal command fails (#174621) 2023-02-16 14:03:55 -08:00
Ryan Cavanaugh 19b729c5f1 Sort by time, rather than the touch function 2023-02-16 12:46:36 -08:00
Megan Rogge c7a040ae70
use correct title type so Toggle Tab Moves Focus Mode shows up in the command palette (#174610)
fix #174450
2023-02-16 14:02:31 -06:00
Peng Lyu 6b45fd4bff
Polish default line wrap in text/error output (#174615) 2023-02-16 20:36:12 +01:00
Peng Lyu 13b161f9f2
Fix #174551. There might be a race between editor and contrib dispose. (#174611) 2023-02-16 13:35:10 -06:00
Peng Lyu c6a1522148
update issues milestone. (#174609) 2023-02-16 19:41:10 +01:00
Logan Ramos 5cfc582b17
Fix #174024 (#174607) 2023-02-16 19:22:29 +01:00
Andrea Mah 5c8adac31c
Notebook search: flag should ask for re-search (#174500)
Fixes #174493
2023-02-16 10:02:44 -08:00
Sandeep Somavarapu 668f3de5b4
fix #173819 (#174602) 2023-02-16 18:27:43 +01:00
Megan Rogge 855ba20c38
use monaco editor in terminal accessible buffer (#174400) 2023-02-16 18:22:28 +01:00