Commit Graph

436 Commits

Author SHA1 Message Date
Benjamin Pasero
d35e6e3f49 Merge branch 'master' into ben/workspace-api 2018-01-24 13:25:06 +01:00
Johannes Rieken
3dd2035b13 another try, #41408 2018-01-24 09:55:50 +01:00
Johannes Rieken
acf50ea95a Revert "Revert "add 'configuration' (read uri/path) of workspace config file, #41408""
This reverts commit 1cacde3496.
2018-01-24 09:54:15 +01:00
Johannes Rieken
57a072f82a Merge pull request #41552 from Microsoft/rename-workspaceedit-proto
Allow renaming/creating/deleting files in a workspaced edit
2018-01-24 09:28:07 +01:00
Sandeep Somavarapu
07d50ff62e Fix #39574 2018-01-23 20:31:07 +01:00
Sandeep Somavarapu
c9b291978c #39574 Implement log level transmission to extension host 2018-01-23 19:31:12 +01:00
Sandeep Somavarapu
6fe6061960 #39574 Revert extension changs 2018-01-23 17:59:15 +01:00
Sandeep Somavarapu
de24732aa9 Implement #39574 2018-01-23 17:28:53 +01:00
Johannes Rieken
1ccfbe4024 missing merge change 2018-01-23 17:21:43 +01:00
Johannes Rieken
0f2cc682a0 Merge branch 'master' into rename-workspaceedit-proto 2018-01-23 17:19:06 +01:00
Benjamin Pasero
a5f5d37f00 Merge branch 'master' into ben/workspace-api 2018-01-23 16:28:35 +01:00
Benjamin Pasero
3660fb83e8 address some feedback 2018-01-23 16:27:59 +01:00
Joao Moreno
1cacde3496 Revert "add 'configuration' (read uri/path) of workspace config file, #41408"
This reverts commit 3ecef8c1dd.
2018-01-23 11:23:02 +01:00
Benjamin Pasero
c9cc93cbc1 Merge branch 'master' into ben/workspace-api 2018-01-23 11:00:47 +01:00
Johannes Rieken
3ecef8c1dd add 'configuration' (read uri/path) of workspace config file, #41408 2018-01-23 10:17:51 +01:00
Matt Bierner
eccf728e64 CodeActionScope (#41782)
* Add CodeActionScope

* Replace matches with contains, try using in ts extension

* Move filtering to getCodeActions

* Basic test

* Docs

* Fix tests

* Hooking up requested scope

* Add basic test for requestedScope

* Added auto apply logic

* Gate refactor provider to only compute refactorings when requested

* Making suggested renames

* Clean up code action trigger impl to use single Trrigger info object

* Rename codeActionScope file and internal CodeActionScope class

* Add quick fix base type

* Make keybinding API more similar to insertSnippet

Take args as an object instead of as an array of values

* Clean up docs

* scope -> kind

* Fixing examples to match Refactor kind
2018-01-22 11:45:22 -08:00
Benjamin Pasero
f963973eef first cut of proposed updateWorkspaceFolders API 2018-01-22 12:45:11 +01:00
Johannes Rieken
155b066266 post merge fixes 2018-01-22 10:38:44 +01:00
Johannes Rieken
abb5354943 Merge branch 'master' into rename-workspaceedit-proto 2018-01-22 10:35:30 +01:00
Johannes Rieken
dc31fa213b support interleaving file and text changes, basically rewrite bulk edit... 2018-01-19 17:54:54 +01:00
Johannes Rieken
42de6cc82f add TextSearchOptions, only search in folder contributed by provider, #41536 2018-01-16 12:31:40 -08:00
Krzysztof Cieslak
beedeba11b Add new API to communication layer 2018-01-16 20:59:33 +01:00
Johannes Rieken
9401875dfc more type fixes for #36946 2018-01-15 11:25:27 -08:00
Matt Bierner
e932b8ad9c Add rename/create/delete file to workspaced edit
Fixes #10659

Allows workspace edits to also change files in the workspace
2018-01-12 14:07:24 -08:00
Johannes Rieken
0b9b336009 refine text search api, #41536 2018-01-12 08:14:18 -08:00
Johannes Rieken
73ee03ed51 remote - sketch up find in files logic 2018-01-11 16:22:57 -08:00
Johannes Rieken
d014618fd1 remote - some renames, prep for more search 2018-01-11 10:21:22 -08:00
Johannes Rieken
7945915d4d remote - better reads 2018-01-09 10:16:11 -08:00
Alex Dima
48efc7fd2f Encapsulate ITextSource in ITextBufferFactory 2018-01-05 16:53:55 +02:00
Alex Dima
d7e8ced0bd Rename MirrorModel to MirrorTextModel 2018-01-05 11:26:56 +02:00
Matt Bierner
e8c76c4617 Fix inconsistent code action edit property names
**Bug**
We were using `edits` in some places and `edit` in others. This broke some use patterns for code actions
2018-01-04 11:46:52 -08:00
Alex Dima
54e7055c12 Rename IModel to ITextModel 2018-01-04 16:44:40 +02:00
Alex Dima
0721df783d Extract model types out of editorCommon.ts 2018-01-04 16:27:58 +02:00
Daniel Imms
3560676d3c Merge pull request #38132 from cleidigh/terminal-api-cwd/add
Add cwd to createTerminal via TerminalOptions for extension API  Addresses: #37709
2017-12-15 09:44:26 -08:00
Johannes Rieken
05c9c533f6 MainThreadLanguageFeaturesShape, #40169 2017-12-15 14:21:00 +01:00
Johannes Rieken
96ac39f68f debt - less TPromise<any> in extHost.protocol 2017-12-15 12:10:23 +01:00
Johannes Rieken
cd4b141302 debt - less TPromise<any> in extHost.protocol 2017-12-15 12:10:23 +01:00
Sandeep Somavarapu
eb1f87c452 #40169 Remove reference to custom marshaller 2017-12-15 11:15:30 +01:00
Joao Moreno
f046bda260 remove custom marshaller
related to #40169
2017-12-15 11:08:36 +01:00
Johannes Rieken
4e5de4b71b debounce and queue decoration request, fixes #40210 2017-12-15 10:33:22 +01:00
Sandeep Somavarapu
059b634d51 Fix warning 2017-12-15 09:53:43 +01:00
Sandeep Somavarapu
5a6e8dc0d3 #40169 Remove usage of custom marshaller 2017-12-15 09:48:57 +01:00
Rob Lourens
91c8e61eea Merge pull request #40142 from Microsoft/roblou/extHostLogger2
Expose log level and log path to extensions
2017-12-14 16:12:22 -08:00
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