Commit Graph

1305 Commits

Author SHA1 Message Date
Sandeep Somavarapu
2315df4bb8 Revert "Fix #40018"
This reverts commit 7ffffa09b3.
2018-01-12 13:55:43 +01:00
Benjamin Pasero
3b4fa88743 add vscode.removeFromRecentlyOpened command (fixes #41391) 2018-01-12 10:47:58 +01: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
Sandeep Somavarapu
7ffffa09b3 Fix #40018 2018-01-10 11:25:21 +01:00
Johannes Rieken
7945915d4d remote - better reads 2018-01-09 10:16:11 -08:00
Sandeep Somavarapu
e3367714e5 Fix #40018 2018-01-09 18:47:25 +01:00
Joao Moreno
c3ed46fa72 remove console.log 2018-01-09 16:33:46 +01:00
Joao Moreno
534e8f46fb fixes #41145 2018-01-09 16:29:16 +01:00
Joao Moreno
9914a95ddf buffer spdlog calls in main until singleton
fixes #41218
2018-01-09 15:55:10 +01:00
Alex Dima
ed5ae61e12 Go through an implementation switch for ITextBuffer 2018-01-05 17:27:20 +02: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
Matt Bierner
afb67f4677 Remove unused code action enum and mark edits as always being a workspaceedit 2018-01-04 11:29:21 -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
Matt Bierner
9d776df909 Mark a few fields in ExtensionMemento as readonly 2018-01-03 16:10:17 -08:00
Johannes Rieken
1299efd208 Merge pull request #41063 from mjbvz/move-code-action-from-proposed
Move new CodeAction Api from proposed to vscode.d.ts
2018-01-03 12:03:33 +01:00
Matt Bierner
8697a5e4ec Extract common logic for adding a new adapter in exthost
Extract function for the following pattern used a number of times in `ExtHostLanguageFeatures`:

```
const handle = this._nextHandle();
this._adapter.set(handle, new OutlineAdapter(this._documents, provider));
```
2018-01-02 15:54:48 -08:00
Matt Bierner
d1fc73226a Move new CodeAction Api from proposed to vscode.d.ts
Moves the `provideCodeActions2` api from proposed to the offical VS Code api. This allows code action providers to return  `CodeAction` objects
2018-01-02 15:22:32 -08:00
Benjamin Pasero
e983daa165 Cannot read property 'language' of null (fixes #40484) 2017-12-19 08:09:11 +01:00
Alex Dima
07ac57204a Adopt new TestRPCProtocol; renames 2017-12-18 12:23:48 +01:00
Rob Lourens
aa6e38762d Fix #40275 - check enableProposedApi flag for logger API 2017-12-15 11:01:31 -08: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
3bac9bd027 fix #40307 2017-12-15 17:11:07 +01: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
Johannes Rieken
966100d9fa Only accept WorkspaceEdit, #34664 2017-12-15 11:25:29 +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
f1f2c19669 fix exthost commands issue 2017-12-14 16:03:16 +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
Rob Lourens
f877135846 Merge branch 'master' into roblou/extHostLogger2 2017-12-13 14:21:08 -08:00
Rob Lourens
35c7351761 More ExtHostLogger tweaks, and remove logLevel syncing code, for real investigation later 2017-12-13 14:16:00 -08:00