Commit Graph

128 Commits

Author SHA1 Message Date
Johannes Rieken
8881c88a8a debt - make ext host init data more complete 2019-04-05 15:23:21 +02:00
Johannes Rieken
e9568ad84c debt - use Cache for completion items 2019-04-04 17:20:17 +02:00
Johannes Rieken
b15e6329a5 debt - don't use heap service for lazy links 2019-04-04 17:20:17 +02:00
Andre Weinand
e07de5b3ad support debuging more than one extension; fixes #71081 2019-04-04 16:11:13 +02:00
Johannes Rieken
2b0b913632 debt - don't send unused data around 2019-04-04 13:00:53 +02:00
Alex Dima
25ed721e48 More support for keytar 2019-04-03 22:50:46 +02:00
isidor
75e610cf40 remove debug/toolbar 2019-04-02 10:36:36 +02:00
Peng Lyu
260442f574 Batch comment thread properties update event (#71569) 2019-04-02 01:00:03 +02:00
Johannes Rieken
3ba44a0348 minimize suggest dto, #71060 2019-04-01 16:16:50 +02:00
Martin Aeschlimann
e2183c1989 "remoteAuthority" is not recognized in code-workspace file 2019-03-26 12:07:35 +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
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
isidor
e7ca7d5889 debugToolbar -> debugToolBar
fixes #70954
2019-03-22 12:40:21 +01:00
Johannes Rieken
3fc8913343 show quick pick when multiple formatter apply, #41882 2019-03-21 17:40:31 +01:00
Matt Bierner
376fca8645 Don't import 'vscode' in webview code
#70807
2019-03-20 18:58:04 -07:00
Matt Bierner
826dd8a35e Fixing some implicit any errors in exthost 2019-03-20 15:40:29 -07:00
Martin Aeschlimann
eb169cae3c StatusBarWindowIndicatorMenu 2019-03-20 17:33:31 +01:00
Martin Aeschlimann
bb38935fe7 allow file menu contributions 2019-03-20 17:03:07 +01:00
Alex Dima
499686ca03 Send extension host exit code 2019-03-20 16:53:50 +01:00
Johannes Rieken
a2f31e1cd6 move node/console to common/console, #70319 2019-03-20 15:29:36 +01:00
Johannes Rieken
5a920062da remove extHost-dependency from mainThreadLanguages, #70319 2019-03-20 12:40:54 +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
Daniel Imms
beb89524b6 Merge branch 'master' into tyriar/70716 2019-03-19 09:21:38 -07:00
Johannes Rieken
7dbe3bfa09 disallow vscode-dependency in extHost.protocol, #70319 2019-03-19 16:53:12 +01:00
Johannes Rieken
02381f00b9 move extHostCustomers.ts #70319 2019-03-19 16:04:22 +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
Sandeep Somavarapu
ceb4b0c455 Introduce default extension kind to extension point 2019-03-13 16:42:47 +01:00
isidor
4da508213a fixes #69337 2019-02-25 14:42:36 +01:00
isidor
b4d581b75a Make debug toolbar customisable
fixes #45116
2019-02-21 17:46:49 +01:00
Alex Dima
d73fdb0593 Remove support for non-dynamic extension points entirely (#68603) 2019-02-21 13:19:42 +01:00
Benjamin Pasero
d0f043db69 debt - move jsonValidationExtensionPoint out of services 2019-02-08 07:34:50 +01:00
al
a636978174 Move cursor inside braces 2019-01-27 02:09:44 +03:00
Benjamin Pasero
e83cefd1e7 Cleanup workbench.main file (#67117)
* cleanup modules

* more modules cleanup

* more contribution cleanup
2019-01-25 15:14:11 +01:00
Johannes Rieken
81456a7212 move api/common to api/browser 2016-01-11 14:44:13 +01:00
Johannes Rieken
2e95c110f4 use weak references to track TextDocument that were given out to consumers 2016-01-11 12:50:40 +01:00
Johannes Rieken
d7dbecc91d prepare for weak references - use ExtHostDocumentData with a TextDocument property instead of having just ExtHostDocument 2016-01-11 11:24:27 +01:00
Johannes Rieken
d78646888a refactor ExtHostDocumentModel to ready for node_module consumption 2016-01-11 10:50:25 +01:00
Johannes Rieken
d625b55e9e no closeTextDocument 2016-01-08 15:44:48 +01:00
Johannes Rieken
f484123616 refine API, add closeTextDocument call 2016-01-08 12:04:00 +01:00
Johannes Rieken
5846f82642 don't use an editor input 2016-01-08 09:07:47 +01:00
Johannes Rieken
b4e8754670 proper use of EditorInput and EditorModel 2016-01-07 10:45:35 +01:00
Johannes Rieken
ac5267eb61 use resourceEditorInput so that virtual documents can be shown in the editor 2016-01-06 17:53:37 +01:00
Johannes Rieken
26fab247a9 first implementation of registerTextDocumentContentProvider api-idea 2016-01-06 16:26:49 +01:00
Johannes Rieken
f2bba12f8b 🔼 move thenable<->promise utility to async 2016-01-06 16:19:44 +01:00
Johannes Rieken
cff6f0ae6a sketching up some API 2016-01-05 17:58:40 +01:00