Benjamin Pasero
84726e51f4
debt - merge extfs and pfs
2019-04-01 08:45:46 +02:00
Benjamin Pasero
f5554346aa
debt - get rid of flow
2019-04-01 08:35:28 +02:00
Johannes Rieken
0b66e3484e
fix #71057
2019-03-28 12:54:02 +01:00
Daniel Imms
6b81670102
Handle ext host exit when debugging
...
Fixes #70984
2019-03-27 10:58:09 -07: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
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
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
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
Johannes Rieken
97cc9b15ba
implicit any, #70352
2019-03-22 09:11:36 +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
d1e87a2dd5
More implicit any error fixes
2019-03-21 13:06:17 -07:00
Matt Bierner
8235163d9b
More implicitAny fixes
2019-03-21 09:52:43 -07: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
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
826dd8a35e
Fixing some implicit any errors in exthost
2019-03-20 15:40:29 -07:00
Alex Dima
499686ca03
Send extension host exit code
2019-03-20 16:53:50 +01:00
Johannes Rieken
5a920062da
remove extHost-dependency from mainThreadLanguages, #70319
2019-03-20 12:40:54 +01:00
Martin Aeschlimann
0455fefeee
add 'vscode.newWindow' command
2019-03-20 11:44:12 +01:00
Benjamin Pasero
10c0126e4b
debt - reduce null | undefined usages
2019-03-20 08:28:19 +01:00
Daniel Imms
904db5d8f7
Support measuring terminal proc latency
2019-03-19 16:30:41 -07:00
Rachel Macfarlane
b5ef5937d3
Prevent multiple empty comment threads from being created at same position
2019-03-19 11:06:59 -07:00
Matt Bierner
7d0e64f5ec
Strict null check VS Code
...
Fixes #60565
Fixes #70417
2019-03-19 10:51:31 -07:00
Matt Bierner
bf7f750a19
Add asArray helper
2019-03-19 10:33:39 -07:00
Daniel Imms
beb89524b6
Merge branch 'master' into tyriar/70716
2019-03-19 09:21:38 -07:00
Andre Weinand
412a1074da
moved mainThreadDebugService to browser
2019-03-19 17:18:33 +01:00
Benjamin Pasero
eddda708d5
files2 - mkdirp throws any erorr that is not FileNotFound
2019-03-19 17:13:50 +01:00
Johannes Rieken
cfd4cb8c81
strict null trouble
2019-03-19 15:46:01 +01:00
Johannes Rieken
c92ce4014f
move extHost.protocol to common, #70319
2019-03-19 15:46:01 +01:00
Johannes Rieken
297a6be6b3
inline IRemoteConsoleLog-type, #70319
2019-03-19 15:21:49 +01:00
Johannes Rieken
a2370138b4
some more named imports
2019-03-19 15:19:06 +01:00
Johannes Rieken
5c02b50383
extHost.protocol should not depend on extHostTypes, #70319
2019-03-19 15:13:50 +01:00
Johannes Rieken
888415c12f
move proxy identifier, #70319
2019-03-19 15:13:49 +01:00
Johannes Rieken
63ce59c390
Merge pull request #70748 from Microsoft/joh/callh
...
Implement call hierarchy
2019-03-19 13:59:31 +01:00
Johannes Rieken
d9558862cc
add uri-property to CallHierarchtItem, better wording, better behaviour when switching calls/callers
2019-03-19 10:06:19 +01:00
Daniel Imms
02423d3f15
Fix flaky terminal test
2019-03-18 17:07:57 -07:00
Rachel Macfarlane
30b2c30706
Add a command for deleting comment threads
2019-03-18 16:27:18 -07:00
Daniel Imms
44c1e0321a
Support string in TerminalOptions.shellArgs
...
Fixes #70716
Fixes #70713
2019-03-18 15:38:33 -07:00
Rachel Macfarlane
37cb23d3dd
Unregister comment controller when it is disposed
2019-03-18 14:49:01 -07:00
Sandeep Somavarapu
fdf21e193d
Fix #70330
2019-03-18 19:56:15 +01:00
Johannes Rieken
a92a5bf11f
Merge branch 'master' into joh/callh
2019-03-18 12:41:19 +01:00