Commit Graph

515 Commits

Author SHA1 Message Date
Eric Amodio
87c2332fed Adds timeline diff on click and icon support 2020-01-27 15:28:33 -05:00
Eric Amodio
70e1e9b4f4 Adds timeline view & api providers (wip) — #84297 2020-01-27 15:28:33 -05:00
rebornix
dcc4ed568b Merge remote-tracking branch 'origin/master' into rebornix/notebook 2020-01-27 10:51:28 -08:00
rebornix
42b45bb366 Delete cell 2020-01-23 14:09:25 -08:00
Rachel Macfarlane
c1eacb4e56 Expose authentication providers array 2020-01-22 11:37:20 -08:00
Alex Ross
1bafcbe022 Add proposed api check to new tunnels api 2020-01-20 15:09:22 +01:00
Alex Ross
017aef63b9 Add tunnel list changed event API 2020-01-20 14:41:10 +01:00
Alex Ross
40aa781ab8 Add API to get an array of tunnel descriptions 2020-01-20 12:30:11 +01:00
rebornix
118b59a3ee Mirroring TextModel. 2020-01-17 15:21:31 -08:00
Alex Dima
9e1d730cf2 SemanticTokens - implement feedback received in API call:
- extract a separate DocumentRangeSemanticTokensProvider that deals with a document range
- extract a separate provideDocumentSemanticTokensEdits that deals with updating via SemanticTokensEdits a previous result
2020-01-16 18:02:02 +01:00
Rachel Macfarlane
b80e813365 Updates to authentication provider API 2020-01-15 15:45:29 -08:00
Matt Bierner
3883ebd061 Add common service for logging deprecated api usage (#88585)
* Add common service for logging deprecated api usage

For #88391

Adds a new `ExtHostApiDeprecationService`. This service logs a warning and telemetry when a deprecated API is used.

Updates some of the more simple deprecated apis to use this new service

* Note that extensionId cannot be undefined

* Fix event name
2020-01-14 15:27:42 -08:00
Rachel Macfarlane
60beab2535 Move settings sync auth into built in extension 2020-01-14 14:50:37 -08:00
rebornix
e485187ad2 Merge commit 'cd4472ed5fd79551d95acf7d9ed23ce20cb2233d' into rebornix/notebook 2020-01-09 15:57:41 -08:00
Alex Ross
d70c0a9a3f Fix openExternal and asExternalUri (#88211)
We allow tunneling for extensions regardless of whether they are in a local or remote extension host.
2020-01-08 10:20:20 +01:00
rebornix
3be5087f13 Test extension for notebook 2020-01-06 15:26:12 -08:00
Martin Aeschlimann
afde09fe31 add checkProposedApiEnabled checks 2019-12-19 16:40:46 +01:00
Martin Aeschlimann
c5931b0aea Merge remote-tracking branch 'origin/master' into aeschli/theming-api 2019-12-19 16:33:55 +01:00
Sandeep Somavarapu
5c0d431b60 enable proposed api check for language settings 2019-12-18 16:37:53 +01:00
Alex Ross
db1c20eae7 Tunnel API renames 2019-12-18 16:24:04 +01:00
Sandeep Somavarapu
48f20cbdaa move to proposed api 2019-12-17 15:35:28 +01:00
Sandeep Somavarapu
25cef76b76 Merge branch 'master' into sandy081/languageConfiguration 2019-12-17 08:24:54 +01:00
Matt Bierner
8e475f9b24 Implement draft 2 from #86802 (#87117) 2019-12-16 14:18:58 -08:00
Sandeep Somavarapu
c01fc29b8d remove redundant api 2019-12-16 17:23:13 +01:00
Sandeep Somavarapu
1762f5a049 enable api to read and write lang configs 2019-12-16 13:31:48 +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
Johannes Rieken
c14fd7b590 more console removal, #84283 2019-12-09 16:00:30 +01:00
Benjamin Pasero
88cba08d9d update proposed API with my items and remove deprecations 2019-12-06 16:00:17 +01:00
Johannes Rieken
14a778c760 Merge branch 'master' into joh/finalWill 2019-12-03 09:31:29 +01:00
Martin Aeschlimann
5ddbda0172 add theming API 2019-12-02 16:05:53 +01:00
Alex Dima
d6dae16f40 Remove areas from the semantic tokens API 2019-12-02 10:41:32 +01:00
Johannes Rieken
80db12a5ec move API to stable 2019-11-29 15:09:26 +01:00
Andre Weinand
870d78d9d8 finalize debug uri API; fixes #79228 2019-11-28 18:12:02 +01:00
Andre Weinand
cf81214e08 extension API for implementing DA in extension; see #85544 2019-11-28 17:55:12 +01:00
Johannes Rieken
eff2320473 check timeout on extension host, blame extension when exceeded, #43768 2019-11-19 12:36:42 +01:00
Alexandru Dima
41be9a6142 Merge remote-tracking branch 'origin/master' into alex/semantic-exploration 2019-11-18 08:59:14 +01:00
Alexandru Dima
ca81ca47db More changes for #81574 2019-11-15 18:02:35 +01:00
Alex Dima
15beb36ccf Merge remote-tracking branch 'origin/master' into alex/semantic-exploration 2019-11-14 09:16:10 +01:00
Andre Weinand
4a61f33994 proposed API for creating debug uri 2019-11-13 18:18:46 +01:00
Matt Bierner
fe7e4b231b Use log service instead of console.log in extHostwebview
For #84283
2019-11-12 23:00:29 -08:00
Johannes Rieken
8e64adbbde use LogService in extHostLanguageFeatures and extHostMessageService, #84283 2019-11-11 12:22:55 +01:00
Johannes Rieken
34bf3d97eb use LogService in extHostDiagnostics, #84283 2019-11-11 09:50:05 +01:00
Johannes Rieken
41dd402156 use LogService in extHost.api.impl, #84283 2019-11-11 09:38:21 +01:00
Alexandru Dima
7761e75deb API tweak from the standup discussion 2019-11-07 15:26:22 +01:00
Alex Dima
57995de234 Merge remote-tracking branch 'origin/master' into alex/semantic-exploration 2019-11-06 08:51:39 +01: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
Alexandru Dima
308ff31f95 Merge remote-tracking branch 'origin/master' into alex/semantic-exploration 2019-11-05 09:44:55 +01:00
Johannes Rieken
5a4e23fb31 update names 2019-11-01 17:03:56 +01:00
Johannes Rieken
dddf8faced add event for create and delete operations 2019-11-01 12:30:36 +01:00
Benjamin Pasero
b7b21844e7 api - fold app uri creation into asExternalUri (fix #82884) 2019-10-29 07:18:19 +01:00