Commit Graph

103 Commits

Author SHA1 Message Date
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
Johannes Rieken
2e50c91b24 correct command argument caching for CodeLensProvider, fixes #1698 2016-01-05 10:38:02 +01:00
Johannes Rieken
fa1c52de3b towards code lens lifecycle, still #1698 2016-01-04 18:48:19 +01:00
Johannes Rieken
de3e63c058 💄 trim [ExtHost|MainThread]Commands classes 2016-01-04 18:48:18 +01:00
Johannes Rieken
ff077c103e create dummy commands (and manage them) when code action or code lens commands have argument #1698 2016-01-04 16:22:28 +01:00
Johannes Rieken
73cafb37a0 💄 use Disposable class 2016-01-04 16:22:27 +01:00
Johannes Rieken
048581bdd1 💄 registerApiCommand 2016-01-04 12:44:56 +01:00
Benjamin Pasero
fb32e9f191 rootResources => folderResources 2016-01-04 10:57:31 +01:00
Johannes Rieken
1da94d28ee Add preserveFocus flag to showTextDocument and OutputChannel.show, fixes #1045 2015-12-23 11:03:51 +01:00
Johannes Rieken
4dfa345e91 api - allow to provide a cancellation token to findFiles. Fixes #1553 2015-12-22 09:29:49 +01:00
Benjamin Pasero
28e35df8b9 debt - push down more events to common 2015-12-22 09:25:07 +01:00
Benjamin Pasero
70ee90dcc1 debt - move untitlededitorservice to common 2015-12-22 09:09:51 +01:00
Benjamin Pasero
788201b268 debt - move quick open service to common 2015-12-21 19:07:56 +01:00
Benjamin Pasero
5906207073 workbench api linting 2015-12-21 18:51:51 +01:00
Benjamin Pasero
acd6a190c3 debt: move extHostStatusBar to common 2015-12-21 18:36:40 +01:00
Johannes Rieken
53d6395138 debt - reuse converter code in marshalling 2015-12-21 15:43:12 +01:00
Johannes Rieken
263a9551b7 debt - add toJSON methods to ext host types 2015-12-21 15:27:18 +01:00
Johannes Rieken
8aadd81678 debt - rename PluginHostXYZ to ExtHostXYZ, do the same for filenames 2015-12-21 11:46:00 +01:00
Johannes Rieken
9c13fee737 debt - use Event over EventSource 2015-12-21 10:58:17 +01:00
Benjamin Pasero
6b5c0b4a63 document.isDirty appears to report false for dirty untitled document (fixes #723) 2015-12-17 10:31:07 +01:00
Martin Aeschlimann
18bda862fa Merge pull request #1191 from Microsoft/aeschli/suggest-move-overwrite-fields
Move overwriteBefore/overwriteAfter to ISuggestion
2015-12-11 16:25:43 +01:00
Martin Aeschlimann
f8f54174f4 var-> let 2015-12-11 15:44:15 +01:00
Johannes Rieken
b00c8da8cd Merge pull request #1170 from Microsoft/joh/diagSource
Joh/diag source
2015-12-11 11:27:13 +01:00
Martin Aeschlimann
b1ea910757 Move overwriteBefore/overwriteAfter to ISuggestion 2015-12-11 11:18:43 +01:00
Johannes Rieken
661d832744 always set signature offsets, fixes #645 2015-12-11 11:10:09 +01:00
Johannes Rieken
9f7b6b84e7 add plugin host API for Diagnostics#Source 2015-12-10 15:40:26 +01:00