Commit graph

76324 commits

Author SHA1 Message Date
Benjamin Pasero 66a1a9bee3 fs - 💄 symbolic links handling 2021-02-04 11:48:30 +01:00
Benjamin Pasero 6250b9fde9 🆙 distro 2021-02-04 11:37:53 +01:00
Benjamin Pasero 30ba42cf46 fs - fix leftover todo 2021-02-04 11:29:58 +01:00
Benjamin Pasero 0eb2d4556a
Modernize pfs file system library (#115695)
* fs - drop pfs.mkdirp in favor of node.js

* fs - modernize `move` and add comments

* fs - sort pfs and introduce SymlinkSupport namespace

* fs - avoid one exists() call

* fs - drop our custom rimraf solution and use node.js

* fs - remove custom rimraf solutions

* fs - retry async rimraf unlink

* fs - some polish around file services

* fs - remove promise based methods from pfs and replace with fs.promises

* fs - more removal of promisify utility

* fs - merge readdir functions into one

* fs - fix compile error for now

* fs - preserve symlinks when copying them (#114881)

* fs - provide an option to `copy` to preserve symlinks or not

* fs - preserve symlinks properly

* fs - add test for symbolic link handling when link points to source

* fs - fix tests on windows
2021-02-04 11:27:50 +01:00
João Moreno 4bdba123d2
use PersistKeySet 2021-02-04 11:25:55 +01:00
Johannes Rieken 265d5da0b3 remove unused buildunit-files, fyi @dbaeumer 2021-02-04 11:20:41 +01:00
Benjamin Pasero d62c307366 fs - fix tests on windows 2021-02-04 10:54:27 +01:00
Benjamin Pasero f458164522 fs - add test for symbolic link handling when link points to source 2021-02-04 09:57:56 +01:00
Johannes Rieken ba35190e9c limit editor title bar actions to 7 entries, https://github.com/microsoft/vscode/issues/115198 2021-02-04 09:34:04 +01:00
Benjamin Pasero d6ebd887f7 Merge branch 'master' into ben/modernize-fs 2021-02-04 08:07:15 +01:00
rebornix bc0645202f fix build. 2021-02-03 16:46:49 -08:00
rebornix eac031eedd 💄 2021-02-03 16:34:44 -08:00
Jackson Kearl 46c1029464 Fix #115316: Getting started back button looks unstyled 2021-02-03 15:45:42 -08:00
deepak1556 ff85144fdd chore: bump electron@11.2.2 2021-02-03 14:16:12 -08:00
rebornix cc58f84bfe Merge branch 'rebornix/stream-output' 2021-02-03 12:00:07 -08:00
rebornix 4beba243a0 fix missing total height change event. 2021-02-03 11:47:46 -08:00
rebornix 6931bc7132 merge stream output in rendering 2021-02-03 11:33:36 -08:00
Jackson Kearl ff7921ebd1 Allow setting startupEditor to readme as either default value or user value.
Fix github/codespaces#1580
2021-02-03 10:37:51 -08:00
Rachel Macfarlane 5115a8eae7 Don't show a modal on 'getSession' for access requests if 'createIfNone' is false, fixes #111529 2021-02-03 09:58:29 -08:00
Megan Rogge 55579f367a update distro 2021-02-03 09:57:37 -08:00
Raymond Zhao caca11f299 Bump Emmet to fix #115623 2021-02-03 17:56:20 +00:00
Megan Rogge 1925f5ce16 xterm@4.11.0-beta.2
updating to commit 2936f80013624a0b71e9a548011813af1a5a4fe7

Fixes #102992
Fixes #105607
Fixes #114644
2021-02-03 09:50:54 -08:00
Benjamin Pasero ef0657580f fs - preserve symlinks properly 2021-02-03 18:03:42 +01:00
Alex Ross 59cf8810d9 Remove min-height from input box message
Looks like the 34 here is just an old leftover
2021-02-03 17:53:44 +01:00
Alex Ross dfc2a6c1ae Fix codicon tree action vertical alignment 2021-02-03 16:50:36 +01:00
Benjamin Pasero 2d31774a52 fs - provide an option to copy to preserve symlinks or not 2021-02-03 16:37:10 +01:00
Alex Ross 056418cb9f Improve portsAttributes setting description
Fixes microsoft/vscode-remote-release#4373
2021-02-03 16:21:24 +01:00
Alex Ross 268bb6ea73 Scroll input right when setting selection at end
Fixes #115152
2021-02-03 16:19:07 +01:00
Sandeep Somavarapu c5bf12802f Fix #115699 2021-02-03 16:01:35 +01:00
isidor 429f1bae11 fixes #115625 2021-02-03 15:36:36 +01:00
Alexandru Dima 28359b1369
Fixes #115588: Dispose everything associated with the extension host before attempting to close window 2021-02-03 15:26:56 +01:00
Daniel Imms 805d7949eb Use relaunch function instead of reuseTerminal
This matches how the command relaunches it
2021-02-03 05:52:09 -08:00
Benjamin Pasero 00d8115647
Merge branch 'master' into ben/modernize-fs 2021-02-03 14:29:12 +01:00
isidor a00411c7e8 Debug Console, Copy All (to clipboard) do not include source file name
fixes #108149
2021-02-03 14:17:52 +01:00
Johannes Rieken bab55b86fc
Merge pull request #114182 from susiwen8/113389
Fix: add alwaysConsumeMouseWheel for list
2021-02-03 14:08:17 +01:00
isidor 4bc335b05a Introduce setting debug.console.collapseIdenticalLines to disable collapsing identical lines in Debug Console
fixes #112540
2021-02-03 14:04:53 +01:00
Benjamin Pasero 376716d1ae status bar - don't leak RPC objects from API (#115679) 2021-02-03 14:01:13 +01:00
Alexandru Dima 538f72e2a7
Fixes #115662: Add support for escaping @ as @@ in regular expressions to avoid replacement 2021-02-03 13:57:42 +01:00
Benjamin Pasero 495ed05511 fs - preserve symlinks when copying them (#114881) 2021-02-03 13:47:45 +01:00
João Moreno 06c0dbe616
fix compilation error 2021-02-03 13:43:03 +01:00
João Moreno 2525f3e276
Merge branch 'master' into pr/113673 2021-02-03 13:39:20 +01:00
isidor 7c90e1f5ba fixes 115685 2021-02-03 12:30:47 +01:00
Alex Ross 67ccf8c649
Add open preveiw action to port notification and setting (#114572) 2021-02-03 12:20:52 +01:00
Alex Ross 8d7157ed45 Make task definitions dynamic
Fixes #114793
2021-02-03 12:17:08 +01:00
Benjamin Pasero 1cab95f5b6 fs - fix compile error for now 2021-02-03 12:09:51 +01:00
Benjamin Pasero aca5d3ea2e fs - merge readdir functions into one 2021-02-03 12:07:48 +01:00
Johannes Rieken 7e05f9f082 add appendCellOutput API proposal and implementation 2021-02-03 11:56:17 +01:00
vagusX aaf7b923c6
fix: prevent scroll when list focused in zone-widget (#114912) 2021-02-03 02:55:32 -08:00
Joao Moreno 6675687f9e Merge branch 'joao/fix-100151' 2021-02-03 11:51:49 +01:00
Joao Moreno 03fd1a32c0 💄 2021-02-03 11:51:24 +01:00