Commit graph

96414 commits

Author SHA1 Message Date
Martin Aeschlimann 177b4e19f3
server root path for websocket connection 2022-05-04 15:22:32 +02:00
Sandeep Somavarapu be3d56e270
Merge pull request #148705 from microsoft/sandy081/148117
Improve pre-release indicators
2022-05-04 15:09:53 +02:00
Alex Ross cc6702f849
Remove ITunnelItem from a context key (#148702)
* Remove ITunnelItem from a context key
Part of #147926

* Reduce change

* Missed a few spots
2022-05-04 14:49:10 +02:00
Johannes Rieken 654d3abbce
Merge pull request #148700 from microsoft/joh/positionTitleMenu 2022-05-04 13:53:14 +02:00
Alexandru Dima 4fab4c893f
Merge pull request #148701 from microsoft/alex/product-build-on-prs-release-branches
Trigger product build on PRs to release branches
2022-05-04 13:52:26 +02:00
Alex Dima 9e41d534b4
Trigger product build on PRs to release branches 2022-05-04 13:49:59 +02:00
Johannes 359749df6f
:liptsick: extract WindowTitle type into its own file, some renames 2022-05-04 12:15:35 +02:00
Johannes 6775b59c9a
move title menu under window-title dom node. this enables reusing its layout tweaks, however translate cannot be used anymore for center aligning since the drop menu doens't like that 2022-05-04 12:09:48 +02:00
Alexandru Dima 6dd48c769e
Merge pull request #148696 from microsoft/alex/pr-test-123
`let` -> `const`
2022-05-04 12:07:11 +02:00
Alex Dima 7fd0bfb028
let -> const 2022-05-04 12:06:27 +02:00
Alex Dima 97245c34c2
Revert "Extract the hygiene check to a separate action"
This reverts commit 2c507cfc6e.
2022-05-04 12:01:35 +02:00
Alexandru Dima 4f31672913
Merge pull request #148694 from microsoft/alex/extract-hygiene
Extract the hygiene check to a separate action
2022-05-04 11:51:53 +02:00
Alex Dima 2c507cfc6e
Extract the hygiene check to a separate action 2022-05-04 11:50:49 +02:00
Johannes 270db2bb70
move the logic that computes the window title into its own class. This slims down TitlebarPart and makes it simpler to reuse between text title and menu title modes 2022-05-04 11:43:01 +02:00
Alexandru Dima 31a3bac297
Merge pull request #148693 from microsoft/alex/reduce-automatic-azure-pipelines
Avoid that Azure Pipelines trigger automatically for all topic branches
2022-05-04 11:42:31 +02:00
Alex Dima 909b5ca2ea
Avoid that Azure Pipelines trigger automatically for all topic branches 2022-05-04 11:40:30 +02:00
Johannes Rieken b32bd476eb
Merge pull request #148636 from microsoft/joh/welcomeReferencesViewlet 2022-05-04 11:38:41 +02:00
Ladislau Szomoru 18022bdaff
Update Dockerfile fixture/result (#148688) 2022-05-04 10:48:01 +02:00
Johannes Rieken 3be2b5d952
Merge pull request #148283 from eugenesimakin/fix-125622 2022-05-04 08:48:53 +02:00
Johannes Rieken 41804a8daa
Merge branch 'main' into joh/primitiveContext 2022-05-04 08:48:39 +02:00
Johannes 146556e1ae
keep old publisher for now 2022-05-04 08:39:42 +02:00
Joyce Er 9556854c8f
Bump vscode-tas-client for CG (#148673) 2022-05-03 17:37:34 -07:00
Megan Rogge bf33c14a18
fix #146377 (#148666) 2022-05-03 15:55:13 -07:00
Megan Rogge 758af40b55
on focusout, reset terminal focus context key (#148659) 2022-05-03 15:14:04 -07:00
Megan Rogge 910b6efc04
do not block shared process startup (#148639) 2022-05-03 13:47:00 -07:00
Andrew Branch 076bb03cb4
No commit characters for string completions (#148597) 2022-05-03 13:36:20 -07:00
Matt Bierner a763e90731
Update md grammar 2022-05-03 13:32:15 -07:00
Matt Bierner f52754b3f3
Sort imports 2022-05-03 13:31:40 -07:00
Martin Aeschlimann a0330948fe
commit in remote resource route 2022-05-03 21:47:08 +02:00
Daniel Imms b3ffbd0333
Merge pull request #138598 from microsoft/tyriar/lock_hover
Allow locking of the hover widget
2022-05-03 12:19:47 -07:00
Martin Aeschlimann 864c20e550
Use ETag caching when running from source. Fixes #148642 2022-05-03 20:50:01 +02:00
Daniel Imms 4d06b5973f
Merge branch 'main' into tyriar/lock_hover 2022-05-03 11:26:03 -07:00
Daniel Imms d9e4815f61 Hide the hover when alt is released unless mouse is over target 2022-05-03 11:23:54 -07:00
Daniel Imms 056eac97af Listen to alt key on document as well
Catches cases where focus is on a different element.
2022-05-03 11:17:46 -07:00
Daniel Imms 6e8d362cf9 Allow mouse out to hide hover after being unlocked 2022-05-03 11:12:15 -07:00
Daniel Imms c525ff5315 Support alt locking of activity bar hover 2022-05-03 11:06:06 -07:00
Sandeep Somavarapu dda747f19d
Fix #148646 2022-05-03 19:59:44 +02:00
Daniel Imms b984f039b5 Polish comments 2022-05-03 10:54:07 -07:00
Connor Peet 7e9564a49e
testing: hide ANSI color codes in test peeks (#148594)
* testing: hide ANSI color codes in test peeks

Fixes #148397

* refactor: name test message type enum more appropriately
2022-05-03 10:51:01 -07:00
Daniel Imms 559e9beea9
Merge branch 'main' into tyriar/lock_hover 2022-05-03 10:10:33 -07:00
Johannes bbf389005c
add nls module and externalize human readable strings 2022-05-03 17:38:28 +02:00
Alexandru Dima 8213f7d4eb
Merge pull request #148638 from microsoft/alex/fix-bad-comma
Remove incorrect comma
2022-05-03 17:30:46 +02:00
Johannes a86c6ffae5
extract language strings from package.json 2022-05-03 17:22:17 +02:00
Alex Dima c0cb9f1749
Remove incorrect comma 2022-05-03 17:19:32 +02:00
Sandeep Somavarapu 773d9b08be
- Remove the pre-release indicator on the right
- Installed pre-release version is indicated by badge on the left
- Introduce an action to switch to pre-release version
2022-05-03 16:59:55 +02:00
Sandeep Somavarapu 30c52d5d43
spell check 2022-05-03 16:56:50 +02:00
Johannes d211238037
align package.json properties, esp publisher. 2022-05-03 16:56:14 +02:00
Johannes d3e6eb992b
move references-viewlet into extensions/-folder 2022-05-03 16:46:13 +02:00
Johannes Rieken 322ee9dc41
return untyped editor input from saveAs (#148614) 2022-05-03 10:16:15 -04:00
Martin Aeschlimann 4f939fc664
Merge pull request #147311 from microsoft/aeschli/commitInRoute
code server web: have a commit in the static and callback routes
2022-05-03 16:15:43 +02:00