Commit Graph

339 Commits

Author SHA1 Message Date
Andre Weinand
d589f2f1bc Remove usage of CustomMarshaller for DebugService (#40169) 2017-12-14 17:56:10 +01:00
Johannes Rieken
475ac42d0b rename method (fix typo) #40210 2017-12-14 16:54:11 +01:00
Johannes Rieken
8f18e87477 ExtHostCommands, MainThreadCommands, #40169 2017-12-14 15:46:03 +01:00
Johannes Rieken
2d1e25598a ExtHostLanguageFeaturesShape, #40169 2017-12-14 15:07:44 +01:00
Joao Moreno
35730c44b4 remove URI usage from SCM API protocol
related to #40169
2017-12-14 15:07:25 +01:00
Alex Dima
ec75457f87 Don't rely on custom marshalling for $setLanguageConfiguration (#40169) 2017-12-14 12:40:08 +01:00
Johannes Rieken
73a20e61fa ExtHostEditorsShape, #40169 2017-12-14 11:07:35 +01:00
Johannes Rieken
35b0376c08 ExtHostFileSystemShape, #40169 2017-12-14 11:06:19 +01:00
Johannes Rieken
ad85d6bb86 ExtHostDocumentsAndEditorsShape, #40169 2017-12-14 10:53:11 +01:00
Johannes Rieken
2e6578fc37 native json for exthost/mainthread-workspace, #40169 2017-12-14 10:37:58 +01:00
Johannes Rieken
e20f08b291 a little language features, #40169 2017-12-14 10:16:27 +01:00
Johannes Rieken
89ac57db7f fix integration test, #40169 2017-12-13 18:24:30 +01:00
Johannes Rieken
d7bb4b5a6c more native json, #40169 2017-12-13 18:24:30 +01:00
Johannes Rieken
4f433ed0df more native json, #40169 2017-12-13 18:11:34 +01:00
Johannes Rieken
e50a1f2d02 more UriComponents in mainThread-land, #40169 2017-12-13 18:01:16 +01:00
Johannes Rieken
7cab470639 yet more UriComponents in mainThread-land, #40169 2017-12-13 18:01:16 +01:00
Johannes Rieken
067d266d90 more UriComponents in mainThread-land, #40169 2017-12-13 18:01:16 +01:00
Alex Dima
7f71248784 Fix integration tests 2017-12-13 17:51:10 +01:00
Alex Dima
b6112afe5c Reduce usage of CustomMarshaller (#40169) 2017-12-13 17:29:24 +01:00
Johannes Rieken
55de001f73 migrate MainThreadDecorations, #40169 2017-12-13 17:18:44 +01:00
Alex Dima
b64355bf8d Remove usage of CustomMarshaller for MainThreadDocuments (#40169) 2017-12-13 17:08:36 +01:00
Alex Dima
1ec2438d57 Remove usage of CustomMarshaller for MainThreadEditors (#40169) 2017-12-13 17:01:24 +01:00
Alex Dima
bef346d62b Have the marshalling kind be a property of the proxy identifier (#36972) 2017-12-13 16:21:27 +01:00
Alex Dima
2b4ce13409 Add RPCProtocol.getFastProxy (#36972) 2017-12-13 16:04:14 +01:00
Alex Dima
0abd821277 Further simplifications (#36972) 2017-12-13 15:36:47 +01:00
Alex Dima
252d49c65b Simplify AbstractThreadService usage (#36972) 2017-12-13 15:21:33 +01:00
Joao Moreno
946d872acb input box length warnings
introduces scm.inputCounter
2017-12-12 17:54:28 +01:00
Joao Moreno
7b4bb1ed2b Merge branch 'commit-counter' of https://github.com/jayjun/vscode into jayjun-commit-counter 2017-12-12 16:57:27 +01:00
Johannes Rieken
7db472bacf eng - don't use TPromise in dialogs api 2017-12-11 14:46:41 +01:00
Johannes Rieken
5e840a6de2 eng - no TPromise in save participants 2017-12-11 14:34:10 +01:00
Johannes Rieken
9faf001bad eng - less TPromise in extHostCommands 2017-12-11 14:09:19 +01:00
Tan Jay Jun
c407635fdf Add warningLength to SourceControlInputBox 2017-12-08 12:53:19 +08:00
Andre Weinand
7c801e972a make ext API SourceBreakpoint use Location; fixes #39647 2017-12-06 16:14:26 +01:00
Andre Weinand
8e8f4b00bc fix bogus breakpoint position; fixes #39665 2017-12-06 15:56:22 +01:00
Joao Moreno
83c6d5ab7a Merge branch 'master' into spdlog 2017-12-04 11:52:11 +01:00
Sandeep Somavarapu
9eb01697d3 Fix #34789 2017-12-02 12:19:49 +01:00
Sandeep Somavarapu
59b091af5b Refresh only top level elements 2017-12-02 12:19:48 +01:00
Andre Weinand
f07f5d3873 add first cut of proposed breakpoints API; fixes #23188 2017-12-02 00:24:59 +01:00
Sandeep Somavarapu
cb926d58e4 Tree views: Use paths as ids 2017-12-01 02:11:53 +01:00
Alex Dima
4178699625 Merge remote-tracking branch 'origin/master' into runtime-extensions 2017-11-30 16:13:53 +01:00
Joao Moreno
f402cb3408 have window id for renderer and exthost processes 2017-11-30 10:29:26 +01:00
Joao Moreno
4e78a42abf log ext host commands, ext hsot scm 2017-11-29 15:38:01 +01:00
Johannes Rieken
159f0ea25e add runtimeErrors to extension status 2017-11-29 14:42:33 +01:00
Alex Dima
e0f7df5cfa Render messages 2017-11-28 17:53:18 +01:00
Alex Dima
6b8c85d916 Render activation cause on hover 2017-11-28 17:19:49 +01:00
Benjamin Pasero
6ba17b2e50 findFiles broken in Insiders? (fixes #39158) 2017-11-27 11:41:43 +01:00
Johannes Rieken
5f51de4851 Let the internal API only talk CodeAction, #34664 2017-11-24 10:51:27 +01:00
Matt Bierner
be88547c66 Prototyping new CodeAction API (#36316)
* Add CodeAction Type

Adds skeleton on a new CodeActionType and allows codeActionProvider to return either `Command`s or `CodeAction`s

Move proposed CodeAction API to proposed and try using it in TS

Split CodeAction into quickfix and refactoring classes

Update proposed interface

Update for new API

Adding basic docs

* Support workspace edits and text edits in codeactions

* Remove placeholders

* Resolving conflicts and making PR suggested changes

* Fix quick fix test

* Revert change to only use `CodeAction` instead of `CodeAction | Command` in modes since this will break `vscode.executeCodeActionProvider`
2017-11-08 16:07:34 -08:00
Christof Marti
9ad5aeb690 Remove credentials code (fixes #37822) 2017-11-08 11:11:13 -08:00
Joao Moreno
0a42516de8 Merge branch 'hui/scm-inputbox-placeholder' of https://github.com/huizhougit/vscode into huizhougit-hui/scm-inputbox-placeholder 2017-11-08 12:02:33 +01:00