Johannes Rieken
3ea67dc68a
don't detect relative path links for fsps, #48951
2018-05-02 17:00:03 +02:00
Alex Dima
97f7c24b2e
Debt: Reduce implicit any
2018-05-02 12:44:19 +02:00
Johannes Rieken
9bb39f2277
add FileSystemError.Unavailable, #47475
2018-05-02 11:01:18 +02:00
Martin Aeschlimann
f2d37611f1
Replace FoldingRangeKind type with normal enum. Fixes #48956
2018-04-30 18:13:41 +02:00
Matt Bierner
8578f0241e
Add preserveFocus option for webviews
...
Fixes #14311
2018-04-27 16:40:45 -07:00
Matt Bierner
216151379f
Make webview options optional
...
Fixes #48594
2018-04-27 16:02:48 -07:00
Johannes Rieken
6f4d130ae5
rename it to prepareRename, #48700
2018-04-26 18:04:10 +02:00
Johannes Rieken
c73ea16347
documents with the untitled-scheme are consider untitled, #48269
2018-04-26 15:56:53 +02:00
Johannes Rieken
2ed98bf439
no implicit stat objects, #48527
2018-04-26 14:01:52 +02:00
Johannes Rieken
6cbbb7e698
add NoPermissions-error, more jsdoc, #48527
2018-04-26 11:12:56 +02:00
Joao Moreno
271eba6590
prevent double protocol handler registration
...
fixes #48476
2018-04-26 11:10:48 +02:00
Johannes Rieken
923bbd42f3
remove unused/underspecified options, #48527
2018-04-26 10:45:45 +02:00
Johannes Rieken
96a1994303
remove CancelationTokens, #48527
2018-04-26 09:51:38 +02:00
Johannes Rieken
12424071d7
have only {overwrite} in rename/copy, #48668
2018-04-26 09:46:21 +02:00
Johannes Rieken
fb590e6516
have a FileType and make readDirectory slimmer, #48527
2018-04-25 16:37:39 +02:00
Dirk Baeumer
d3f749b35d
Fixes #48260 : workspace.fetchTasks throws a TypeError
2018-04-25 15:03:14 +02:00
Matt Bierner
1e7095ee31
Make sure we rehydrate uri in resolve rename location
...
Fixes #48592
2018-04-24 17:10:45 -07:00
Matt Bierner
3936999a16
onDidChangeDiagnostics is now stable, don't check proposed
...
Fixes #48591
2018-04-24 13:47:26 -07:00
Johannes Rieken
0f78eb2d71
fix #48550
2018-04-24 18:29:41 +02:00
Johannes Rieken
e56acedabe
allow resolve for all, not just for proposed-api-users, #7340
2018-04-24 08:55:44 +02:00
Johannes Rieken
dc0be2064c
move filesystem provider api to stable, #47475
2018-04-23 17:48:22 +02:00
Johannes Rieken
bf6155555d
talk about File, not Entry #47475
2018-04-23 17:32:10 +02:00
Johannes Rieken
0f1c97b151
rename FileSystemProvider2 to FileSystemProvider and the whole ripple.
...
keep the old proposed api as DeprecatedXYZ
#47475
2018-04-23 16:36:25 +02:00
Alex Dima
d5297fcad4
Fixes #47490 : Maintain compatibility for API commands that can be serialized as markdown links
2018-04-23 15:52:37 +02:00
Johannes Rieken
73f64b9312
first cut of _proposed_ api for hierarchy of document symbols, #34968
2018-04-23 12:59:40 +02:00
Johannes Rieken
2bf25467ad
a bit more jsdoc, #47475
2018-04-23 12:59:39 +02:00
Johannes Rieken
09f3922283
💄 & jsdoc #47475
2018-04-23 11:03:23 +02:00
Joao Moreno
e2b07d79da
ProtocolHandler
2018-04-22 23:58:37 +02:00
Andre Weinand
524698473f
restructure command variable resolving
2018-04-21 01:13:40 +02:00
Daniel Imms
3a24b12179
Add Terminal.onData API
...
Part of #46192
2018-04-20 11:24:29 -07:00
Joao Moreno
9c4ad2db68
rename uri api
2018-04-20 19:00:40 +02:00
Johannes Rieken
4a27ac8498
inlineFileType2 as booleans into IStat, #47475
2018-04-20 14:11:34 +02:00
Johannes Rieken
9bcb7a0cfe
remote, todo update, #48269
2018-04-20 13:53:50 +02:00
Joao Moreno
d6b38359e6
proposed open url api
2018-04-20 13:43:08 +02:00
Andre Weinand
cf44fd6498
remove getEnvironmentService from IVariableAccessor
2018-04-20 13:17:59 +02:00
Johannes Rieken
a877d74d3e
fix compile error
2018-04-20 12:36:19 +02:00
Johannes Rieken
2d9528ab55
only allow events from a provider's scheme, #47475
2018-04-20 12:34:25 +02:00
Johannes Rieken
6988c29d50
less bitmasks, replace FileOpenFlags with FileOptions, #47475
2018-04-20 12:00:26 +02:00
Dirk Baeumer
bcfb7d4f16
Fixes 47563: Provide an API to fetch running task executions
2018-04-20 11:53:41 +02:00
Johannes Rieken
bffdc6a15d
a bit of error polish, #47475
2018-04-20 10:39:44 +02:00
Johannes Rieken
9f752b989e
make ResourceMap always strict, #48258
2018-04-20 10:29:33 +02:00
Johannes Rieken
b0ede6c91b
allow file system providers to express that they are case-sensitive
2018-04-20 09:45:41 +02:00
Johannes Rieken
45b1679035
rename FileError to FileSystemError, #47475
2018-04-20 08:36:13 +02:00
Matt Bierner
d770ce503a
Make sure we handle webview position updates when an entire editor group moves
2018-04-19 16:35:17 -07:00
Daniel Imms
d788efec4d
Merge pull request #48226 from Microsoft/tyriar/terminal_process
...
Refactor terminal processes
2018-04-19 11:40:48 -07:00
Matt Bierner
91191fb866
Promote webview Api to stable ( #47989 )
...
* Promote webview Api to stable
Fixes #43713
Fixes #28263
* Rename position back to viewColumn and mark viewColumn as deprecated
This allows us to more easily re-introduce a `position` property once we have gridlayout
* Move dispose methods onto webview itself
Also better hide a few 'internal' methods / properties on the panel / webview
* Revert "Move dispose methods onto webview itself"
This reverts commit 8fab6cc1a1 .
* Move title onto webview panel
* Use _ names for private setters
* Remove unused emitter and dispose onMessageEmitter
* Preview internal emitters with _
2018-04-19 10:55:49 -07:00
Andre Weinand
d907469a09
export ExtHostVariableResolverService
2018-04-19 18:39:42 +02:00
Andre Weinand
8574a05e0f
support configResolver in EH
2018-04-19 18:29:51 +02:00
Johannes Rieken
a8839f858e
add an arg to resolve code lenses, #44846
2018-04-19 16:30:36 +02:00
Johannes Rieken
1fdf60b882
add DeprecatedXYZ-aliases, #47475
2018-04-19 15:15:19 +02:00