Commit Graph

105552 Commits

Author SHA1 Message Date
Ulugbek Abdullaev
df2db875ef context keys: scanner: remove hand-written enum values
and remove hard-to-maintain and debug tests
2023-02-20 16:33:40 +01:00
Ulugbek Abdullaev
b6605d33fe context keys: parser: rewrite _match into _matchOne and _matchAny 2023-02-20 16:33:40 +01:00
Ulugbek Abdullaev
85e0160390 context keys: parser: remove unnecessary bounds check 2023-02-20 16:33:40 +01:00
Ulugbek Abdullaev
5416584a8f context keys: parser: minor 2023-02-20 16:33:40 +01:00
Ulugbek Abdullaev
8557932c26 context keys: parser: report a parsing error on an empty string 2023-02-20 16:33:40 +01:00
Ulugbek Abdullaev
4bb4ae5ed9 return read-only parsing errors array 2023-02-20 16:33:40 +01:00
Ulugbek Abdullaev
bc9d92777e context keys: parsing: remove old comment 2023-02-20 16:33:40 +01:00
Ulugbek Abdullaev
9d9ccdb524 context keys: parsing: move _nameToken to Scanner and rename to getLexeme 2023-02-20 16:33:40 +01:00
Ulugbek Abdullaev
1b5c3aabd7 context keys: scanner: scan KEY using a regular expression 2023-02-20 16:33:40 +01:00
Ulugbek Abdullaev
0720631ed9 context keys: scanner: remove incorrectly implemented _eatWhitespace 2023-02-20 16:33:40 +01:00
Ulugbek Abdullaev
4ae3fc021d rewrite scanner from iterator-like lazy style to eager 2023-02-20 16:33:40 +01:00
Ulugbek Abdullaev
72aba2ff2a can print an empty string lexeme 2023-02-20 16:33:40 +01:00
Ulugbek Abdullaev
c6f8eb405f context keys: don't forget to update scanner in erroneous regex 2023-02-20 16:33:40 +01:00
Ulugbek Abdullaev
0bc0cbddff allow expressions to evaluate to undefined 2023-02-20 16:33:40 +01:00
Ulugbek Abdullaev
0d3ee4eb66 context keys: implement a new parser (and a scanner/lexer) for 'when' clauses 2023-02-20 16:33:40 +01:00
Johannes Rieken
3c4939c5aa Merge pull request #172913 from microsoft/joh/mechanical-swordtail
remove EH start delay
2023-02-20 16:20:43 +01:00
Sandeep Somavarapu
326c178737 fix #174264 (#174845) 2023-02-20 16:17:16 +01:00
Henning Dieterichs
9cf143119f Merge pull request #174840 from microsoft/alone-lark
Updates distro
2023-02-20 15:47:35 +01:00
Johannes Rieken
e9229a1880 Merge branch 'main' into joh/mechanical-swordtail 2023-02-20 15:27:56 +01:00
Henning Dieterichs
a0c1d02fed Updates distro 2023-02-20 15:21:46 +01:00
Johannes Rieken
70d3be4284 joh/straight warbler (#174839)
* run oss tool

* update distro
2023-02-20 14:55:06 +01:00
Henning Dieterichs
48a677e23a Merge pull request #174443 from microsoft/async-tokenization-2
Async textmate tokenization
2023-02-20 14:27:17 +01:00
Johannes Rieken
2257f33ca0 Merge pull request #174623 from microsoft/fixIdentityService
Sort by time, rather than the touch function
2023-02-20 14:21:59 +01:00
Benjamin Pasero
4bd17398b9 sandbox - force enable pty inspect when using utility process (#174834) 2023-02-20 13:51:10 +01:00
Henning Dieterichs
46af30cfc6 Reverts distro merge 2023-02-20 13:03:25 +01:00
Martin Aeschlimann
c7ad694dc3 make remote tunnel command category consistent (#174824) 2023-02-20 12:45:50 +01:00
Robo
78cb4eb690 chore: remove cups dependency (#174827) 2023-02-20 12:19:18 +01:00
Alex Ross
2d6e2ef39d Pending edits for vscode.CommentMode.Editing lost when switching file tabs (#174678)
Fixes #166693
2023-02-20 11:10:26 +01:00
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