Alex Ross
e1bfea5b63
Add candidate finding to ports view
...
Part of #81388
2019-12-12 18:03:14 +01:00
Sandeep Somavarapu
201b5a2057
move ext host log chanel contribution to ext host starter
2019-12-11 18:21:33 +01:00
Alex Ross
9566da2e16
First pass at port API needed for port UI ( #85117 )
...
Part of https://github.com/microsoft/vscode-remote-release/issues/1777 and https://github.com/microsoft/vscode/issues/81388
2019-12-10 15:44:30 +01:00
Sandeep Somavarapu
f4fa2da7ae
#84283 use log service to log
2019-12-10 15:04:13 +01:00
Sandeep Somavarapu
b2fcf2d3a2
Fix #86663
2019-12-10 15:04:13 +01:00
Martin Aeschlimann
3295e51f22
Make extension respect the window.openFoldersInNewWindow setting. Fixes #85851
2019-11-30 13:41:40 +01:00
Andre Weinand
e38b49b5a3
restructure variable resolver
2019-11-20 17:36:09 +01:00
Andre Weinand
7a89ac693b
Make debugging independent from node APIs; fixes #85076
2019-11-18 23:03:00 +01:00
isidor
0c2f93d927
Some strict property init #81574
2019-11-15 11:37:37 +01:00
Matt Bierner
84c882df68
Fix extHost crashing due to using vscode as a value (instead of only as types)
2019-11-13 14:51:14 -08:00
Andre Weinand
4a61f33994
proposed API for creating debug uri
2019-11-13 18:18:46 +01:00
Benjamin Pasero
1a1e7c9545
debt - allow extHostSearch in common ( #84109 )
...
* debt - allow extHostSearch in common
* web - implement text search provider
* fix text search
* Update extensions/vscode-api-tests/src/extension.ts
Co-Authored-By: Rob Lourens <roblourens@gmail.com >
2019-11-12 18:57:08 +01:00
Alex Ross
1aa537bf59
Use log service in exthosttask and exthosttreeviews
...
Part of #84283
2019-11-12 10:33:21 +01:00
Johannes Rieken
f9285ac2b5
use LogService in extHostStoragePaths and extHostRequireInterceptor, #84283
2019-11-11 15:54:58 +01:00
Benjamin Pasero
f692972925
debt - move fileSearchManager to common (for #84106 )
2019-11-07 07:28:19 +01:00
Daniel Imms
1d60909d1f
Implement Terminal.creationOptions API
...
Fixes #63052
2019-11-05 10:30:43 -08:00
Alex Ross
ab89935fd3
First pass at resolving task definition and passing back to custom execution ( #83764 )
...
First pass at resolving task definition and passing back to custom execution. It only currently resolves simple predefined variables, no input, command, or defaultBuildTask.
Part of #81007
2019-11-05 16:35:21 +01:00
Matt Bierner
cd4d7e6c2b
Fix more node 12 typing errors
...
For #82514
2019-11-04 15:11:54 -08:00
Andre Weinand
ec30f64952
use async spawn; fixes #69859
2019-10-28 13:10:52 +01:00
Daniel Imms
5db496f7cf
Fix strictFunctionTypes in terminal proc
...
Part of #81574
2019-10-22 09:30:00 -07:00
Alex Ross
030af9515a
Stabilize CustomExecution task API
...
Fixes #80375
2019-10-22 17:10:25 +02:00
isidor
2e5e00128c
extHostDebugService: Enable strictPropertyInitialization
...
#78168
2019-10-14 14:43:34 +02:00
Daniel Imms
a30e88aca1
Revert "Fix strictFunctionTypes errors in terminal proxy"
...
This reverts commit 7f5a4a3f5b .
2019-10-13 10:55:54 -07:00
Alex Ross
dc4b1c231c
Rename CustomExecution2 to CustomExecution
...
Part of #80375
2019-10-11 14:43:23 +02:00
Daniel Imms
7f5a4a3f5b
Fix strictFunctionTypes errors in terminal proxy
...
Part of #81574
2019-10-04 17:39:05 -07:00
Alexandru Dima
fe9e05d8d7
Adopt ILogger.flush() ( #80862 )
2019-09-30 16:26:16 +02:00
Benjamin Pasero
f8cdbe7421
host - reduce methods that are required
2019-09-30 11:32:31 +02:00
Benjamin Pasero
1f80e3954c
debt - extract node only window options
2019-09-27 11:56:47 +02:00
Benjamin Pasero
5a60e6fb9b
debt - add openInWindow to host
2019-09-25 08:26:51 +02:00
isidor
a9c67d8b82
extHost startDebugging minor polish
2019-09-19 16:08:52 +02:00
Dmitry Gozman
e4d4b43f35
Allow debug session to share repl with its parent; fixes #62419
...
Introduced DebugSessionOptions passed to debug.startDebugging which
encapsulated DebugConsoleMode to control this behavior.
2019-09-18 11:45:39 -07:00
Alex Ross
6fe6269c41
Keep better track of custom executions for reruns and depends
...
Fixes #80964
2019-09-17 17:27:15 +02:00
Alex Ross
1c01ce84b5
Refactor extHostTask ( #80970 )
...
so that most of it is in common
2019-09-16 12:09:14 +02:00
Benjamin Pasero
93bb67d7ef
debt - use common/product over node/product
2019-09-16 11:35:11 +02:00
Benjamin Pasero
5e1179f0b8
web - move help actions to browser
2019-09-16 10:37:58 +02:00
Daniel Imms
d68d86d2db
Improve testing around terminal env vars
2019-09-12 18:00:54 -07:00
Daniel Imms
ebed7e9c5e
Change setLocaleVariables to detectLocale
...
The setting is now an enum instead of boolean and defaults to auto
which should provide better detection and not set in cases where it
shouldn't.
Fixes #80072
2019-09-12 16:16:07 -07:00
Daniel Imms
63a0da438b
Have ExtHostTerminalService extend Base service
2019-09-11 09:54:27 -07:00
Daniel Imms
b5a3125123
Move most of ExtHostTerminalService to common
2019-09-11 09:35:51 -07:00
Alex Ross
ca4c1bf7a0
Go to ext host for system default shell and args for tasks
...
Fixes https://github.com/microsoft/vscode-remote-release/issues/1203
2019-09-05 14:59:08 +02:00
Isidor Nikolic
97a05cec1b
Merge pull request #80122 from dgozman/fix-79583
...
Make DebugSession.name writable; fixes #79583
2019-09-05 11:30:30 +02:00
Dmitry Gozman
cb6b17d6f3
Make DebugSession.name writable; fixes #79583
2019-09-04 15:06:26 -07:00
Rob Lourens
779e29a41c
Fix some strictPropertyInitialization in search, #78168
2019-09-03 14:28:28 -07:00
Johannes Rieken
dedf0de944
change type of _serviceBrand from any to undefined, #79918
2019-08-30 15:40:46 +02:00
Sandeep Somavarapu
a7c2a5a5bc
Fix #79431
2019-08-28 16:44:44 +02:00
Daniel Imms
6f998109d8
Use void | number for onDidClose
...
Fixes #79643
2019-08-22 07:06:13 -07:00
Daniel Imms
0b4c4dc892
Ensure resolved cwd is passed back to window
...
Fixes #1109
2019-08-20 11:02:23 -07:00
Johannes Rieken
c8d44e24dd
fix scope when falling back to original load function
2019-08-19 14:20:26 +02:00
isidor
a7cc79a554
debug: introduce data breakpoints
2019-08-16 17:16:46 +02:00
Johannes Rieken
5e63f6e00f
web - reuse require interceptor logic
2019-08-15 16:57:53 +02:00