Commit graph

76494 commits

Author SHA1 Message Date
Daniel Imms 6e3d518225 Add context menu copy back 2021-02-04 08:57:33 -08:00
Megan Rogge 7c0be00b97
only update terminal dropdown options if they've changed (#115720) 2021-02-04 08:43:12 -08:00
isidor e88863d191 polish task name message in debug anyway dialog 2021-02-04 17:35:57 +01:00
isidor 424b2212e0 debug: propose to debuAnyway if the problemMatcher is not defined
fixes #114933
2021-02-04 17:29:46 +01:00
Miguel Solorio 7804da86f0 Update Codicons: add 'git-pull-request-create'
686357b717
2021-02-04 08:22:13 -08:00
Daniel Imms 62ce116f10 Terminal getActions: Select all 2021-02-04 08:14:13 -08:00
Daniel Imms a9bc2be6ce Terminal getActions: Copy selection 2021-02-04 08:10:17 -08:00
isidor e9a9a47981 fixes #114914 2021-02-04 17:05:35 +01:00
Benjamin Pasero 422361234f fs - still return child even if unknown (#115645) 2021-02-04 16:54:06 +01:00
Johannes Rieken 190733e9d3 more API todos, NotebookCellOutput#id 2021-02-04 16:51:56 +01:00
Daniel Imms 116f8f61e1 Merge remote-tracking branch 'origin/master' into tyriar/92038 2021-02-04 07:49:32 -08:00
Alex Ross 3973012a9c Only getPackageManager once per folder
Part of #115384
2021-02-04 16:45:24 +01:00
Daniel Imms f658167504 Rename appDirname -> appFolder 2021-02-04 07:41:36 -08:00
Sandeep Somavarapu 3bd244bcf2 Merge branch 'master' into sandy081/smoketests/remote 2021-02-04 16:22:43 +01:00
Martin Aeschlimann 900f1a1c5f iconExtensionPoint: improve descriptions and nls keys 2021-02-04 16:09:19 +01:00
Alex Ross 52ecf85320 Check for drive letter without slash in file picker
Fixes #114567
2021-02-04 16:05:04 +01:00
Johannes Rieken 2d10baa51a remove NotebookCellOutput#metadata 2021-02-04 15:39:41 +01:00
João Moreno e83180b96f
Merge branch 'joao/scm-menu-actions' 2021-02-04 15:29:27 +01:00
João Moreno 3421442c96
💄 2021-02-04 15:26:02 +01:00
isidor 42cdb7fa0b fixes #115677 2021-02-04 15:21:36 +01:00
Martin Aeschlimann 684f61b456 Allow to contribute to icon registry from icon contribution point. Fixes #114942 2021-02-04 15:16:57 +01:00
Martin Aeschlimann 082af46e66 base icon regexes on shared expressions 2021-02-04 15:16:57 +01:00
isidor ab43469e12 Use role 'none' for some parts to make screen readers less chatty
fixes #114892
2021-02-04 15:15:12 +01:00
Sandeep Somavarapu c178440297 update distro 2021-02-04 15:01:18 +01:00
Sandeep Somavarapu 94bc75db66 Merge branch 'master' into sandy081/smoketests/remote 2021-02-04 15:00:53 +01:00
isidor a54d8b23c1 fixes #114908 2021-02-04 14:59:00 +01:00
Alex Ross 4afd8c709c Catch expected exception in tree view test
Fixes #113896
2021-02-04 14:54:07 +01:00
Sandeep Somavarapu 056d660918 Merge branch 'master' into sandy081/smoketests/remote 2021-02-04 14:43:38 +01:00
Sandeep Somavarapu a93d317884 update package json 2021-02-04 14:42:59 +01:00
Benjamin Pasero cb537dd4e8 fs - provide a fallback when readdir with filetypes fails (#115645) 2021-02-04 14:27:50 +01:00
Alex Ross be820b8f42 Fix custom iconLabel hover flickering on description
Fixes #114230
2021-02-04 14:23:40 +01:00
Sandeep Somavarapu 2b6bd23613 Fix #115690 2021-02-04 14:10:00 +01:00
Benjamin Pasero 70d9246943 fs - use our readdir method everywhere 2021-02-04 14:06:45 +01:00
Sandeep Somavarapu d4b65868f2 enable the test 2021-02-04 13:58:20 +01:00
Johannes Rieken 0494790a5e fix https://github.com/microsoft/vscode/issues/115746 2021-02-04 13:55:54 +01:00
Sandeep Somavarapu 9572b419cb test not running - enable remote check 2021-02-04 13:53:21 +01:00
Alex Ross 2c00f1afc9 Add validation message for portsAttributes
Fixes microsoft/vscode-remote-release#4365
2021-02-04 13:42:55 +01:00
Benjamin Pasero 72e8e9f5be fs - do not log an error when watching results in ENOENT 2021-02-04 13:34:08 +01:00
Benjamin Pasero 914cef30d5 integration tests - disable minimap to reduce error output (#115747) 2021-02-04 13:33:54 +01:00
Alex Ross bd20a720fb Rename "Existing Tunnels" 2021-02-04 12:00:18 +01:00
Sandeep Somavarapu 3c3686e0fb check only extension 2021-02-04 11:50:34 +01:00
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
Sandeep Somavarapu 55ab8b53f8 Merge branch 'master' into sandy081/smoketests/remote 2021-02-04 10:34:06 +01:00
Sandeep Somavarapu acedbdf50b update distro 2021-02-04 10:19:34 +01:00