Commit graph

48187 commits

Author SHA1 Message Date
Matt Bierner ed60eb6285
Merge pull request #65422 from usernamehw/webview_smooth
Add CLI flag to be able to disable smooth scroll in webviews
2019-04-08 15:10:34 -07:00
Pine Wu 47913e0c52 Update css dependencies for #71715 and #71791 2019-04-08 14:55:28 -07:00
Matt Bierner 99ad6e5ad8
Merge pull request #71956 from orta/patch-2
Update typescript-language-features readme to use the right capitalization
2019-04-08 14:54:52 -07:00
Orta 3970010b52
Update README.md 2019-04-08 15:45:47 -04:00
Sandeep Somavarapu ec0c79dd93 add readonly to extension properties 2019-04-08 21:36:56 +02:00
Martin Aeschlimann 3b661acc09
Merge pull request #71855 from JimiC/themes_fix_explorer_notification
[themes] Fix explorer arrows notification on reload
2019-04-08 21:13:05 +02:00
Rob Lourens 6d444df666
Merge pull request #71626 from jwikman/devFindInFiles
FindInFiles converted to command and accepting arguments
2019-04-08 18:46:16 +00:00
Rachel Macfarlane 68a78adefb Fix data type sent to process explorer 2019-04-08 11:34:45 -07:00
Matt Bierner cfbf12b1e2
Merge pull request #71928 from tony-xia/typo-ExtensionGalleryService
Fix couple typos
2019-04-08 11:04:52 -07:00
Matt Bierner 1d5d7a1be0
Merge pull request #71926 from tony-xia/function-naming
Update the function name
2019-04-08 10:55:25 -07:00
Sandeep Somavarapu bc21200de0 Extensions viewlet improvements
- Show server view as default in remote window
- Add install remote action for local workspace extension
2019-04-08 18:41:59 +02:00
Sandeep Somavarapu ab8989d2f6 #70459 Enable experimental azure search 2019-04-08 18:41:59 +02:00
Joao Moreno 5688448208 Merge branch 'joao/mooncake' 2019-04-08 17:29:54 +02:00
Alex Ross 1fc00b929e Partial fix for simple file dialog auto complete 2019-04-08 16:50:17 +02:00
Joao Moreno 3bd3d74a2c take mooncake upload out of critical path 2019-04-08 16:09:49 +02:00
Alex Ross 6ab4e2680f Fix spelling errors in task.contribution.ts 2019-04-08 15:57:25 +02:00
isidor 75cdc1bf74 fixes #71772 2019-04-08 15:44:54 +02:00
Alex Ross d7f60b865b Reset defaultUri in simple file picker 2019-04-08 13:37:56 +00:00
cmchumak 26cebd0ce7 Improved messaging when running a task with no workspace (#71476)
Added a new message providing the user a link to the vscode docs on Tasks.
2019-04-08 14:42:12 +02:00
Benjamin Pasero 9b2dd1f965 fix #71774 2019-04-08 12:42:07 +02:00
Tony Xia 4477335ec0 Fix couple typos 2019-04-08 20:41:33 +10:00
Tony Xia 3b92616aaf Update the function name 2019-04-08 20:29:06 +10:00
Joao Moreno f5a513b40a empty commit 2019-04-08 12:02:42 +02:00
Joao Moreno 97388668f5 pr triggers 2019-04-08 12:01:41 +02:00
Sandeep Somavarapu c4721e9950 fix releasing workspace barrier 2019-04-08 11:58:20 +02:00
Joao Moreno f81026bbb4 triggers 2019-04-08 11:57:00 +02:00
Benjamin Pasero beae029393 fix #29937 2019-04-08 11:56:31 +02:00
Joao Moreno 162a4ec3cf add distro build 2019-04-08 11:49:07 +02:00
Joao Moreno f654416931 fixes #71640 2019-04-08 11:17:44 +02:00
Joao Moreno 82a03daef2 fixes #71838 2019-04-08 10:45:45 +02:00
Raman a62b16e130 Fix for "Comment box issue #71703" (#71880) 2019-04-08 10:05:53 +02:00
Rob Lourens 0ab39f4148 Fix #71801, avoid calling window.open from a test 2019-04-07 16:56:31 +00:00
Rob Lourens ef77b51148 Fix #71757 2019-04-07 16:21:32 +00:00
Rob Lourens b7760e645d Fix #71832 2019-04-07 16:21:32 +00:00
Benjamin Pasero 5dbdc8d19c fix #71873 2019-04-07 11:43:09 +02:00
Benjamin Pasero 4637739e6c files2 - recursive watch properly 2019-04-07 11:41:37 +02:00
Benjamin Pasero 4b872f58e6 fix #71837 2019-04-07 11:41:20 +02:00
JimiC d4ede317ba
[themes] Fix explorer arrows notification on reload 2019-04-06 17:49:45 +03:00
Benjamin Pasero 2937cb0baa debt - introduce and use workbench environment service 2019-04-06 12:10:32 +02:00
Benjamin Pasero ddd47f98c8 cleanup status indicator with background 2019-04-06 09:31:46 +02:00
Benjamin Pasero 0e6ec37f0a commands - do not always wait for extensions 2019-04-06 09:27:35 +02:00
Matt Bierner f44e51ed38 Fix markdown.styled regression caused by Uri.parse changes
Fixes #71802

Uri.parse now defaults to a `file` scheme, which broke this code
2019-04-05 16:05:32 -07:00
Rachel Macfarlane 97f93d2901 Process explorer refactoring 2019-04-05 15:14:21 -07:00
Martin Aeschlimann 591842cc4b fix compile error 2019-04-05 21:13:58 +02:00
Martin Aeschlimann 11def431c9 fix open workspace uri from cli 2019-04-05 17:55:05 +02:00
Rob Lourens 5eb0ac21a8 Delete deprecated search provider stub 2019-04-05 15:44:25 +00:00
isidor b475460a14 test dependenices are devDependencies 2019-04-05 17:39:48 +02:00
Alex Ross 12166440e1 Fix default uri when scheme is file 2019-04-05 15:39:11 +00:00
Johannes Rieken c052919d98 disable flaky test, #71801 2019-04-05 16:36:28 +02:00
Johannes Rieken d95618b784 use readonly T[] instead of ReadonlyArray<T> 2019-04-05 15:45:21 +02:00