Commit Graph

3371 Commits

Author SHA1 Message Date
Benjamin Pasero
f5554346aa debt - get rid of flow 2019-04-01 08:35:28 +02:00
Peng Lyu
617fc4934f Reveal Webview in active view column. 2019-03-29 15:28:46 -07:00
Benjamin Pasero
f4eae9a5f4 files2 - polish method names 2019-03-29 15:15:44 +01:00
Benjamin Pasero
9eec0c53b0 files2 - properly type the file operation event 2019-03-29 15:13:21 +01:00
Johannes Rieken
0b66e3484e fix #71057 2019-03-28 12:54:02 +01:00
Johannes Rieken
c2eb6f91e8 Merge pull request #71301 from Microsoft/joh/defaultFormatter
Allow to define default formatter
2019-03-28 10:54:41 +01:00
Sandeep Somavarapu
7887b6743a Fix #71313 2019-03-28 09:42:50 +01:00
Sandeep Somavarapu
9775e8e7a5 Fix #71313 2019-03-28 09:41:38 +01:00
Matt Bierner
2e6db8d955 Default to group 0 instead of active group 2019-03-27 21:17:33 -06:00
Matt Bierner
e5f4f84f3b Fix webview restore
Fixes #71107
2019-03-27 21:15:36 -06:00
Daniel Imms
6b81670102 Handle ext host exit when debugging
Fixes #70984
2019-03-27 10:58:09 -07:00
Johannes Rieken
e4e0eb0637 add editor.defaultFormatter-setting, #71173 2019-03-27 17:32:52 +01:00
Sandeep Somavarapu
1fc282fe17 #70998 Create output directoru before creating logger 2019-03-27 14:27:01 +01:00
Alex Ross
1bc278f36d Fix reruning of Custom Execution tasks
Fixes #71232
2019-03-27 09:59:07 +01:00
Rob Lourens
3bd60b2ba7 Formatting tweak to "Running contributed command failed" 2019-03-27 00:29:57 +00:00
Rachel Macfarlane
9f8de1f442 Fixes #71241, Adding a deletecommand to a comment alone does not reflect in the UI 2019-03-26 16:56:30 -07:00
Daniel Imms
f4e870fe86 Also support string in shellArgs passed directly to createTerminal
Part of #70716
2019-03-26 16:02:08 -07:00
Martin Aeschlimann
e2183c1989 "remoteAuthority" is not recognized in code-workspace file 2019-03-26 12:07:35 +01:00
Benjamin Pasero
d0211faa28 fix #71118 2019-03-26 08:38:37 +01:00
Martin Aeschlimann
014c366fdc add _workbench.addToRecentlyOpened command 2019-03-25 17:52:42 +01:00
Martin Aeschlimann
ee2f23192c open new window with reuse 2019-03-25 17:52:42 +01:00
Martin Aeschlimann
0f45c39d97 status from ext host cli 2019-03-25 17:52:42 +01:00
Johannes Rieken
8399f4ae80 Have 'Format Document' and 'Format Document With...' at the same time, show message when formatting document with first provider, #41882 2019-03-25 14:29:57 +01:00
Martin Aeschlimann
fc7d4787ea proposed menu id: improve wording 2019-03-25 11:30:46 +01:00
Benjamin Pasero
2c386fa9a3 Revert "Revert "debugToolbar -> debugToolBar""
This reverts commit 9bb443d153.
2019-03-25 10:55:00 +01:00
Benjamin Pasero
3c136df8a2 move comments to browser (#70319, #69103) (#70939) 2019-03-25 07:56:48 +01:00
Matt Bierner
d25ea61e0c Add telemetry around localhost loading inside of webview
This is needed to understand which extension should enable the new port forwarding feature. Only logs that some extension is accessing localhost in a webview, not which port/resource is accessed
2019-03-22 17:03:12 -07:00
Martin Aeschlimann
750266fb8e menu: add proposed api check 2019-03-22 17:48:17 +01:00
Martin Aeschlimann
9bb443d153 Revert "debugToolbar -> debugToolBar"
This reverts commit e7ca7d5889.
2019-03-22 17:30:57 +01:00
Sandeep Somavarapu
bed2921b47 Support remote user configuration 2019-03-22 16:52:14 +01:00
Martin Aeschlimann
fa854de2af URI for waitMarkerFilePath 2019-03-22 16:21:10 +01:00
Andre Weinand
4fbd4725a2 introduce decent getSession(sessionId) API 2019-03-22 13:55:58 +01:00
isidor
e7ca7d5889 debugToolbar -> debugToolBar
fixes #70954
2019-03-22 12:40:21 +01:00
Alex Ross
4cd3481c6a move main thread task to browser (#70319) (#70940) 2019-03-22 10:21:21 +01:00
Johannes Rieken
97cc9b15ba implicit any, #70352 2019-03-22 09:11:36 +01:00
Benjamin Pasero
72a0f77eb5 move main thread task to browser (#70319) 2019-03-22 08:25:03 +01:00
Benjamin Pasero
2699f06fb9 less implicit any (#70352) 2019-03-22 08:08:16 +01:00
Rob Lourens
0118588327 Fix vscode.newWindow args 2019-03-21 23:49:14 +00:00
Matt Bierner
5412e85864 Fix more implict any errors 2019-03-21 13:06:17 -07:00
Matt Bierner
d1e87a2dd5 More implicit any error fixes 2019-03-21 13:06:17 -07:00
Matt Bierner
1d97b72495 Convert undefined -> null in IOutputService 2019-03-21 13:06:17 -07:00
Alex Ross
86460b3fe3 Move tasks and taskConfiguration out of node 2019-03-21 17:25:43 +00:00
Matt Bierner
8235163d9b More implicitAny fixes 2019-03-21 09:52:43 -07:00
Johannes Rieken
71b4fc14c5 format on save, format on paste don't format when multiple formatters are available, #41882 2019-03-21 17:40:31 +01:00
Johannes Rieken
3fc8913343 show quick pick when multiple formatter apply, #41882 2019-03-21 17:40:31 +01:00
Martin Aeschlimann
dc925370e6 add IOpenConfiguration.noRecentEntry 2019-03-21 12:16:53 +01:00
Johannes Rieken
f4f021ff56 Merge pull request #70869 from mjbvz/default-adapter-values
Add fallback values for when an exthost adapter cannot be found
2019-03-21 08:50:18 +01:00
Matt Bierner
376fca8645 Don't import 'vscode' in webview code
#70807
2019-03-20 18:58:04 -07:00
Matt Bierner
499cfbe8a8 Add fallback values for when exthost adapter cannot be found
Fixes #69147

Due to the asynchronous communication between the exthost and main process, there may be cases where we request data from a provider that has been unregistered. This currently logs an error.

This change adds a fallback value that we can return instead when the adapter is missing.
2019-03-20 18:11:19 -07:00
Matt Bierner
e7a7248009 Work on implicit any errors
#70352
2019-03-20 16:53:43 -07:00