Commit Graph

756 Commits

Author SHA1 Message Date
Johannes Rieken
257ae9f76c add ignoreIfExists-option #10659 2018-06-20 15:57:49 +02:00
Johannes Rieken
f0ec28b499 override -> overwrite, #10659 2018-06-20 13:16:53 +02:00
Johannes Rieken
97f48d7bba rename/create should be able to define override behaviour #10659 2018-06-20 12:46:57 +02:00
Christof Marti
6cba561685 Writeable active and selected items (#49340, fixes vscode-azure-account#67) 2018-06-20 10:27:37 +02:00
Johannes Rieken
2579a13724 add (internal) api for onWillSave #43768 2018-06-19 15:54:45 +02:00
Johannes Rieken
10192366eb move onDidRename to filesystem-events things, #43768 2018-06-19 15:17:54 +02:00
Daniel Imms
8d4466df93 Merge pull request #52143 from Microsoft/46192_terminal_renderer
Terminal renderer and activeTerminal APIs
2018-06-19 05:29:00 +08:00
Daniel Imms
ec4930a545 Add activeTerminal and onDidChangeActiveTerminal
Fixes #47615
2018-06-17 17:29:21 +08:00
Daniel Imms
2a99753490 Rename onData to onInput 2018-06-16 18:18:10 +02:00
Daniel Imms
166f41a2c0 Add support for dimensions APIs 2018-06-16 18:12:12 +02:00
Matt Bierner
a85c0b6669 Introduce webview.active
The current `.visible` property actually means active. Rename this value to `.active` and introduce a real `.visible`
2018-06-15 15:51:46 -07:00
Christof Marti
47fc17712d Streamline QuickInput API (#49340) 2018-06-14 18:51:33 +02:00
Daniel Imms
3465f18409 Get terminal renderers working with name, onData 2018-06-14 16:11:04 +02:00
Daniel Imms
eeb284b774 Merge remote-tracking branch 'origin/master' into 46192_terminal_renderer 2018-06-14 10:59:08 +02:00
Dirk Baeumer
f612910e4d Improve platform handling when executing tasks 2018-06-14 10:57:09 +02:00
Matt Bierner
68afee908e Allow updating webview settings after creation
Fixes #51733
2018-06-13 15:20:18 -07:00
Daniel Imms
e80cdde2ef Merge remote-tracking branch 'origin/master' into 46192_terminal_renderer 2018-06-13 18:51:23 +02:00
Christof Marti
f4b89e0b40 Action bar (#49340) 2018-06-13 16:57:55 +02:00
Christof Marti
965c1862b5 QuickInput Proposed API (#49340) 2018-06-12 18:23:25 +02:00
Johannes Rieken
7fa40d8a12 internally talk about DocumentSymbols and WorkspaceSymbols. #34968 2018-06-12 12:47:26 +02:00
Andre Weinand
2613d48d9a start debug terminal from ext host 2018-06-11 23:56:49 +02:00
Sandeep Somavarapu
41729b45f2 #50730 Move progress service 2 to workbench 2018-06-11 16:02:42 +02:00
习古
81f58337a9 fixed:generator method of class autocomplete causes star(*) to be added to next line 2018-06-11 01:26:47 +08:00
Peng Lyu
ad635f2b4c Merge remote-tracking branch 'upstream/master' into rmacfarlane/review 2018-06-04 11:14:31 -07:00
Daniel Imms
20f9bf129a Implement start of terminal renderers
Part of #46192
2018-06-02 16:35:49 -07:00
Benjamin Pasero
08aa435eb3 Merge branch 'master' into ben/editor 2018-05-28 18:07:21 +02:00
Andre Weinand
0dd96174c2 cleanup integrated terminal support for debugging 2018-05-28 14:22:30 +02:00
Benjamin Pasero
40c0aba09b Merge branch 'master' into ben/editor 2018-05-28 11:21:42 +02:00
Dirk Baeumer
86feb84737 Make variable resolving for tasks async 2018-05-28 08:57:13 +02:00
Benjamin Pasero
b16ec92aa1 Merge branch 'master' into ben/editor 2018-05-25 06:32:30 +02:00
Dirk Baeumer
e0ce881040 First cut of #50416: Add support that FileSystemProviders can control the URI of a generated problem marker 2018-05-24 22:19:14 +02:00
Benjamin Pasero
2bfb2763fd grid - 💄 for viewcolumn conversion 2018-05-22 08:53:28 +02:00
Benjamin Pasero
f0abfa346e Merge branch 'master' into ben/editor 2018-05-22 07:21:24 +02:00
Matt Bierner
ff5f422dda Prototype update import paths on file rename/move for JS/TS (#50074)
* Prototype of updating paths on rename file

* Fix apply edits

* Hook up to normal rename

* Fix unit test

* Remove timeout

* Adding prompt

* Bail early if user has set 'never'
2018-05-21 13:26:24 -07:00
Benjamin Pasero
249da81b04 grid - move EditorPosition to exthost 2018-05-20 14:09:00 +02:00
Peng Lyu
9acfd66aa0 Merge remote-tracking branch 'upstream/master' into rebornix/review 2018-05-18 10:16:19 -07:00
Rob Lourens
9b4656e6bc EH search - send limitHit result back to frontend 2018-05-17 11:56:05 -07:00
Sandeep Somavarapu
aa54908ca2 FIx #47262 2018-05-17 12:58:33 +02:00
Rob Lourens
0fb960478e EH search - add fileSearch telemetry 2018-05-16 21:59:42 -07:00
Peng Lyu
41f1722166 use explict api instead of commands for commenting. 2018-05-16 19:14:24 -07:00
Johannes Rieken
abf25ad143 Merge branch 'master' into joh/outline 2018-05-15 18:12:33 +02:00
Sandeep Somavarapu
0b77964b6a #49511 Access selected elements 2018-05-15 16:54:16 +02:00
Sandeep Somavarapu
43ac4e244f #30535 expand and collapse events 2018-05-15 16:54:16 +02:00
Johannes Rieken
be6d1d7de9 fix dto/revive issue 2018-05-15 09:59:17 +02:00
Dirk Baeumer
0505ae0749 Add events to listen on process start / end for task executions. 2018-05-14 21:56:04 +02:00
Matt Bierner
21ee81c03b Working on webview persistence API
#49022
2018-05-14 10:34:59 -07:00
Johannes Rieken
2a270de217 add extensionId to DocumentSymbolProvider interface 2018-05-14 14:27:26 +02:00
Christof Marti
e142962e1b Multi-step input API (#49340) 2018-05-14 12:53:38 +02:00
Rob Lourens
ae223635fe Merge pull request #49736 from Microsoft/roblou/ehSearch
Search implemented in extensionHost
2018-05-11 23:31:33 -07:00
Rob Lourens
0825cd49ca EH Search - File search working with cache, sorting, filtering, all in EH 2018-05-11 11:36:01 -07:00