Commit Graph
73433 Commits
Author SHA1 Message Date
Sandeep Somavarapu a81ea8c4fa fix tests 2020-11-20 10:03:14 +01:00
Martin Aeschlimann 9103955a6d [themes] wait applying settings until user data initialization is completed. Fixes #111009 2020-11-20 10:02:11 +01:00
Benjamin Pasero 6fdc79d81a env - set timeout back to 10s but show warning when it takes long 2020-11-20 09:59:29 +01:00
Martin Aeschlimann 6541e52b5b icons: remote polish 2020-11-20 09:44:07 +01:00
Sandeep Somavarapu c89f783319 Fix installing forever bug in server 2020-11-20 09:31:39 +01:00
Matt Bierner acfd724aac Pick up latest TS 4.2 for building VS Code
Also fixes a newly identified error in terminal where function calls were missing
2020-11-19 22:42:12 -08:00
Matt Bierner caf01baa45 Copy createSettingMatchRegExp locally to fix cycle 2020-11-19 22:39:04 -08:00
Matt Bierner b4c0cfb513 Better note current version in TS version UI
Fixes #111001
2020-11-19 22:19:32 -08:00
Matt Bierner 67b0e2d72d Pick up TS 4.1 final release
Fixes #111000
2020-11-19 22:09:54 -08:00
Alex Dima ea4d99921c update distro 2020-11-19 23:50:53 +01:00
Alex Dima 1dcbd67f00 Load applicationinsights lazily 2020-11-19 23:46:43 +01:00
Matt Bierner 5d75857c59 Update marked cgmanifest entry 2020-11-19 14:14:21 -08:00
Matt Bierner 59428623f9 Cancel encodedSemanticClassifications-full on resource change
For #102161
2020-11-19 14:14:21 -08:00
Megan Rogge c833899a84 adds @features: settings search type and dropdown option to Configure Terminal Settings (#110874) 2020-11-19 14:13:10 -08:00
Raymond Zhao ffacef4727 Fix #58600, Format Emmet package.json (#110891) 2020-11-19 13:44:11 -08:00
Robo 8b720d6740 chore: bump keytar@7.2.0 (#110977) 2020-11-19 13:39:57 -08:00
Martin Aeschlimann f0ed8aa2e9 named codicons for views (for #92791) 2020-11-19 21:34:15 +01:00
rebornix 5ebe7eb5f6 fix #110750. 2020-11-19 11:54:10 -08:00
Sandeep Somavarapu 195779a054 Fix #110870 2020-11-19 20:16:54 +01:00
Sandeep Somavarapu 2fb9c3d5ce Fix #110702 2020-11-19 20:04:59 +01:00
Sandeep Somavarapu 692e61eda1 Fix #110702 2020-11-19 19:59:44 +01:00
Sandeep Somavarapu 145c6e5beb #110905 also optimise for builtin extensions arg 2020-11-19 18:31:53 +01:00
Andre Weinand 3946a0a314 fix another variation of the "palette" typo... 2020-11-19 16:56:38 +01:00
Alex Dima d72f3fba3b Move LoaderStats down to /base/ 2020-11-19 16:35:47 +01:00
Alex Dima 508ef0928c Better loader configuration for nodejs processes 2020-11-19 16:34:55 +01:00
Alex Dima d99a9ade8a Update to latest loader 2020-11-19 16:33:37 +01:00
Sandeep Somavarapu a245552aa9 update distro 2020-11-19 16:04:17 +01:00
Johannes Rieken 5876a5e4ae Merge pull request #110930 from microsoft/joh/undoOpts
Undo/redo, bulk edit and onWill-file events
2020-11-19 15:10:00 +01:00
Sandeep Somavarapu 83246704d4 update distro 2020-11-19 13:33:42 +01:00
Sandeep Somavarapu b0d577c1b7 update doc 2020-11-19 13:04:21 +01:00
Sandeep Somavarapu 22895e9856 Introduce a server method to check if extensions are ready on server 2020-11-19 12:54:31 +01:00
Martin Aeschlimann 835ce347fe bump distro 2020-11-19 12:38:27 +01:00
João Moreno 76e1b21f4f fixes #110800 2020-11-19 12:20:01 +01:00
Johannes Rieken 624aca5bf5 Merge pull request #110855 from microsoft/joh/pureoutput
Remove transform output calls
2020-11-19 11:51:09 +01:00
Johannes Rieken 56c3caa680 fix https://github.com/microsoft/vscode/issues/110666 2020-11-19 11:47:58 +01:00
Johannes Rieken 4a1cea9306 fix suggest explain mode for complex labels 2020-11-19 11:39:41 +01:00
Johannes Rieken 3665005621 add undo options (undo group id, isUndoing) to working copy service and bulk edit logic 2020-11-19 11:16:16 +01:00
Alexandru Dima 37f44b2e30 Merge pull request #109511 from chanmaoooo/deleteWordEntire
add 'deleteWordEntire' command
2020-11-19 10:57:03 +01:00
Alex Ross 8374d6a4c7 Detect ports to forward more often
Part of microsoft/vscode-remote-release#4021
2020-11-19 10:55:04 +01:00
Alex Dima cf3194d184 Add tests and improve the implementation 2020-11-19 10:51:02 +01:00
Martin Aeschlimann 71fce013c9 Weird on-type-rename-decoration. Fixes #110878 2020-11-19 10:25:06 +01:00
Benjamin Pasero 06bf8e6539 editors - update readonly options when file providers change (fix #110854) 2020-11-19 10:11:08 +01:00
Fabio Zadrozny 990ca74d22 Docs for FileSystemWatcher limitations (#110858) 2020-11-19 08:48:49 +01:00
Johannes Rieken 23a826ff3c more jsdoc for #54938 2020-11-19 08:35:51 +01:00
Benjamin Pasero eb6356cfd7 debt - properly implement interface 2020-11-19 08:20:28 +01:00
Benjamin Pasero 47eb468acb sandbox - fix process in sandboxed environment (allow to run on Windows) 2020-11-19 08:16:55 +01:00
Johannes Rieken d04f3178dc proper name for register function: registerFileDecorationProvider, #54938 2020-11-19 08:13:18 +01:00
David Sanders 710c859af0 Use label for "Follow link" command's tooltip 2020-11-18 21:27:46 -08:00
Sandeep Somavarapu a36c68b9ec Fix #110905 2020-11-19 03:23:22 +01:00
Sandeep Somavarapu a89864b295 fix tests 2020-11-19 01:46:08 +01:00