Commit Graph

102879 Commits

Author SHA1 Message Date
Raymond Zhao ebb77a7dfd Add more checks, fixes #166771 (#166884) 2022-11-21 11:28:55 -08:00
David Dossett ad9e0692ed Fix side-by-side walkthrough artwork background (#166893) 2022-11-21 11:17:34 -08:00
SteVen Batten e9e3578dc5 replace %20 in paths (#166892) 2022-11-21 11:14:59 -08:00
David Dossett 359765bb2f Fix theme picker thumbnail gap (#166887) 2022-11-21 11:11:31 -08:00
David Dossett b1fd1abd72 Use regular width buttons for walkthrough steps (#166664)
* Use regular width buttons for walkthrough steps

* Small padding tweaks when windows is narrow

* Remove whitespace and normalize padding rules

* Fix padding

Co-authored-by: Eduardo Sonnino <edsonn@microsoft.com>
2022-11-21 10:52:33 -08:00
Martin Aeschlimann 0131be02f4 add editorWebUrl to tunnelApplicationConfig (#166872)
* add editorWebUrl to tunnelApplicationConfig

* bump distro & compile 'build'
2022-11-21 09:37:26 -08:00
Sandeep Somavarapu 857debc96b accept remote if last sync state is removed from server (#166871) 2022-11-21 18:14:51 +01:00
Daniel Imms fd1a6dc583 Merge pull request #166822 from microsoft/tyriar/166603
Fix public overriding protected in terminal
2022-11-21 08:15:51 -08:00
Henning Dieterichs f13ea5ec00 Merge pull request #153968 from chengluyu/main
Support variable fonts (#153291)
2022-11-21 16:04:25 +01:00
Henning Dieterichs 064612297d Fixes diffing assertion failures (#166855)
* Fixes diffing assertion failures

* Improves diffing fixture test
2022-11-21 06:18:14 -08:00
Alex Dima c981ea20de Merge remote-tracking branch 'origin/main' into pr/chengluyu/153968 2022-11-21 15:14:12 +01:00
João Moreno 442ebb8850 dirty diff: use IEditorGroupsService instead of IEditorService (#166634)
* dirty diff: use IEditorGroupsService instead of IEditorService

also, do not dispose DirtyDiffItem of non-active tabs
fixes #163499

* address feedback

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2022-11-21 15:12:12 +01:00
Sandeep Somavarapu c8b406061e Fix #166611 (#166853) 2022-11-21 04:53:20 -08:00
Henning Dieterichs 8a06cae5fe Fixes #166717 (#166850) 2022-11-21 13:50:48 +01:00
Johannes Rieken e2c3da79cf use import-from over import-require (#166848)
fyi @hediet the latter doens't work for ESM
2022-11-21 03:58:43 -08:00
Henning Dieterichs ba1090db81 Merge pull request #149703 from SethFalco/issue-60713
feat: add setting for multi cursor limit
2022-11-21 12:21:27 +01:00
Johannes Rieken f80a66f1ba deprecate platform.ts#globals in favor of globalThis (#166845) 2022-11-21 03:06:59 -08:00
Alex Dima d786775630 Small tweaks 2022-11-21 11:02:50 +00:00
Seth Falco b954f5061a feat: add setting for multi cursor limit 2022-11-21 11:02:50 +00:00
Johannes Rieken f08feed6f1 Merge pull request #166686 from microsoft/joh/middle-jellyfish
Remove __$__nodeRequire usages
2022-11-21 11:50:02 +01:00
Sandeep Somavarapu 22e74e3187 fix #166837 (#166843)
send serviceMachineId when machineId does not exist
2022-11-21 02:35:29 -08:00
Johannes 0dac468cc0 mark package.json as external module 2022-11-21 11:26:17 +01:00
Henning Dieterichs 82db01c21a Merge pull request #156242 from Albert-cord/feat/wordBreak
feat: Add wordBreak editorOption and use it to lineBreakComputer function
2022-11-21 11:25:13 +01:00
Joyce Er 22c0e9acf8 Fix typo in Remote Tunnel Access is On (#166770) 2022-11-21 11:22:03 +01:00
Daniel Imms 42ccce8d4f Fix reference in webview 2022-11-20 09:44:06 -08:00
Daniel Imms 626c64bc9a Fix public overriding protected in terminal
Part of #166603
2022-11-20 09:40:47 -08:00
Benjamin Pasero fef85ea792 editors - await setInput fully (#166783) 2022-11-20 14:52:35 +01:00
Matt Bierner 0d60804b6a ISpliceable.splice should take a readonly array of values (#166751)
Calling `.splice` should not modify the array of values passed in
2022-11-20 14:35:48 +01:00
Alexandru Dima ad2531a190 Merge pull request #166791 from microsoft/alexd/pr-146522
Standalone configuration: use resource and language
2022-11-20 01:44:41 +01:00
Joyce Er 3bdea7784d authentication implicit activation events (#166715)
* `authentication` implicit activation events

* More safety accessing `.id`
2022-11-19 08:30:48 -08:00
Alex Dima 86127c6cce Merge remote-tracking branch 'origin/main' into pr/CGNonofr/146522 2022-11-19 11:51:42 +01:00
Alex Dima 8b9f7ad2a5 Bump version number and have the editor option reflect the effective value 2022-11-19 11:31:31 +01:00
Alex Dima 22b89221c2 Merge remote-tracking branch 'origin/main' into pr/chengluyu/153968 2022-11-19 09:39:46 +01:00
Alex Dima db744ee9de Support wordBreak also in the advanced wrapping strategy and react to changing the option at runtime 2022-11-19 08:22:41 +01:00
Matt Bierner 63f8550155 Adopt css colors for notification list (#166725) 2022-11-18 22:46:50 -08:00
Connor Peet 796ee2bf3c chore: pull more strings from the product.json (#166769)
Fixes the bulk of https://github.com/microsoft/vscode-cli/issues/560
2022-11-18 18:52:52 -08:00
Connor Peet 384ba2454f cli: don't allow/check for updates when integrated (#166759)
Fixes https://github.com/microsoft/vscode-cli/issues/564
2022-11-18 16:29:55 -08:00
Joyce Er 292dc61066 Make edit session operations cancellable (#166764)
* Make edit session operations cancellable

* Update test
2022-11-18 16:24:21 -08:00
Matt Bierner 735e61b48c Simplify action widget api (#166763)
This changes the action widget take a list of items and a list of action bar actions. This simplifies using the action widget service and lets us move code action specific code (such as documentation items) up into the codeActionUi
2022-11-18 15:09:48 -08:00
Joyce Er 6b968ef3e1 Fix @link JSDoc rendering (#166757) 2022-11-18 14:35:10 -08:00
David Dossett e5559caccf Add border to walkthrough tiles (#166661)
* Add border to walkthrough tiles

* Update border color for tile and getting started step
2022-11-18 14:33:14 -08:00
Peng Lyu d186d6fe46 select another kernel: support grouping. (#166753) 2022-11-18 14:03:59 -08:00
Alexandru Dima a52fe3b17b Merge branch 'main' into feat/wordBreak 2022-11-18 23:02:33 +01:00
Matt Bierner 2617166855 Make ActionList take a list of menu items directly (#166750)
We don't need the extra indirection of calling `toMenuItems`
2022-11-18 13:38:52 -08:00
Alexandru Dima 61e40d1910 Merge pull request #166749 from microsoft/alex/pr-157543
Fix mouse testing around sticky tabs
2022-11-18 22:06:25 +01:00
Matt Bierner 107d3ab28c Fix markdown scrolling between elements being too jumpy (#166746)
Fixes #165055

We need to consider the distance between the end of the previous element and start of the next element. Previously we were taking distance from start of the previous to start of the next
2022-11-18 13:02:56 -08:00
David Dossett ce405787ac Use prominent color for walkthrough step title (#166745) 2022-11-18 12:50:32 -08:00
Alex Dima ce01435c9a Use better check for equality that works with floats and make sure the position of a hit test result is always contained in the range 2022-11-18 21:47:06 +01:00
David Dossett 6b279eb189 Update walkthrough hint spacing (#166740)
Update walkthrough tip spacing
2022-11-18 12:28:15 -08:00
David Dossett 64b973efa5 Only feature one built-in walkthrough (#166660) 2022-11-18 12:16:41 -08:00