Daniel Imms
e7102b1824
Send terminal name with id when it's ready
...
Fixes #64390
2018-12-13 08:07:55 -08:00
Dirk Baeumer
51f7beb40c
Fixes #64918 : Remove old task conversion code
2018-12-13 14:45:51 +01:00
Johannes Rieken
653280d133
debt - Thenable -> Promise
2018-12-13 11:31:54 +01:00
Alex Dima
29dd4e77de
Keep track of activating extensions
2018-12-13 11:22:26 +01:00
kieferrm
f8d555167e
allow terminal.cwd to be a URI
2018-12-05 14:48:18 -08:00
Johannes Rieken
07be58bbad
add proposed api for smart select, #63935
2018-12-03 11:29:12 +01:00
Alex Dima
aa3ea85b0a
Explorations
2018-11-30 15:54:40 +01:00
rebornix
9eb6d908e3
remove unused method
2018-11-29 10:38:42 -08:00
rebornix
52811a3a48
Merge remote-tracking branch 'origin/master' into rebornix/commentsgrouping
2018-11-29 10:33:39 -08:00
rebornix
8d78edddaa
render pending comment
2018-11-28 16:05:16 -08:00
Sandeep Somavarapu
37037eac8a
#23251 Expose global storage path in proposed API
2018-11-28 16:33:59 +01:00
rebornix
11d48f122e
first cut
2018-11-27 16:02:39 -08:00
Daniel Imms
daf4deaf0c
Terminal process request improvements
2018-11-26 14:42:35 -08:00
Andre Weinand
8780c7b4f8
finalize DA & Tracker Debug APIs
2018-11-25 16:29:00 +01:00
Andre Weinand
e40df5770d
adopt DAP attribute "runInTerminal.shellProcessId"; fixes #63434
2018-11-19 16:02:25 +01:00
Johannes Rieken
58d5205e5a
naming and doc tweak for #62839
2018-11-16 16:05:58 +01:00
Sandeep Somavarapu
a8838578af
#61312 Implement message for tree views
2018-11-16 14:57:32 +01:00
Andre Weinand
fb61dd1885
add config to vscode.DebugSession
2018-11-14 00:50:55 +01:00
Andre Weinand
b9fc2c1c20
debug api: add workspacefolder to DebugSession
2018-11-14 00:50:55 +01:00
Andre Weinand
8ec8c9774c
debug API: introduce DebugAdapterProvider
2018-11-13 00:03:10 +01:00
Johannes Rieken
201b6dac6a
add proposed api for declaration provider, add test, add ipc logic, #62483
2018-11-12 11:05:59 +01:00
Johannes Rieken
d4116a8f38
tweak markdown string conversion and rendering
2018-11-09 10:50:20 +01:00
Johannes Rieken
0b99867455
working on markdown string dto
2018-11-09 10:50:20 +01:00
Alex Dima
e146b7aad6
Tweak IExtHostContext
2018-11-07 20:55:08 +01:00
isidor
a6fe9800e9
mainThreadDebugService: get rid of TPromise
2018-11-07 12:31:16 +01:00
Dirk Baeumer
41c02aa888
Fixes #62594 : Resolving process task doesn't take task system into account
2018-11-05 15:10:59 +01:00
Rachel Macfarlane
36dc10c9f7
Add log for registering workspace comment provider
2018-10-29 15:16:18 -07:00
Rachel Macfarlane
317fe8088c
Log an event on webview panel creation
2018-10-29 14:54:43 -07:00
Sandeep Somavarapu
8adb061adc
#55879 Add expand option to reveal API
2018-10-29 15:19:37 +01:00
Sandeep Somavarapu
d00ae9bd38
#55879 Collapse all action for custom views
2018-10-29 12:36:24 +01:00
Christof Marti
ee0815204c
Fix timing issue ( fixes #61748 )
2018-10-29 11:30:25 +01:00
Joao Moreno
63da98253c
Revert "Revert "Merge branch 'pr/60051'""
...
This reverts commit fb1ed79271 .
2018-10-24 08:27:35 -07:00
Sandeep Somavarapu
4e65cab609
Revert "Proposals for Collapse, CollapseAll, Expand APIs and implementation"
...
This reverts commit 677234a7c2 .
2018-10-24 12:25:51 +02:00
Sandeep Somavarapu
677234a7c2
Proposals for Collapse, CollapseAll, Expand APIs and implementation
2018-10-24 12:24:12 +02:00
Johannes Rieken
fb1ed79271
Revert "Merge branch 'pr/60051'"
...
This reverts commit 217e29ad9c , reversing
changes made to 758206be09 .
2018-10-24 11:14:51 +02:00
Joao Moreno
f1f5385a68
💄 SourceControlInputBox.visible API
2018-10-23 16:49:23 -07:00
Joao Moreno
4925df27eb
Merge commit 'refs/pull/60051/head' of github.com:Microsoft/vscode into pr/60051
2018-10-23 16:18:51 -07:00
Sandeep Somavarapu
cb82a53961
#59645 Move progress service to platform
2018-10-23 11:14:13 +02:00
Alex Dima
17454d4e88
Organize imports
2018-10-23 09:54:11 +02:00
Christof Marti
4e436d128c
Investigate using Electron's resolveProxy API ( #60773 )
2018-10-22 20:00:58 +02:00
Benjamin Pasero
7036953b12
storage - cleanup
2018-10-22 13:40:33 +02:00
Benjamin Pasero
c760849845
Merge branch 'master' into ben/ws-storage
2018-10-22 08:59:00 +02:00
Rob Lourens
b17e21d0ad
Split text and file search interfaces
2018-10-18 16:49:58 -07:00
Benjamin Pasero
2d2d715496
storage - write workspace.json from renderer
2018-10-17 19:03:20 +02:00
Benjamin Pasero
c2ef06ef8a
storage - introduce workspaceStorageHome to environment
2018-10-17 12:52:42 +02:00
Benjamin Pasero
2ce9665b30
Allow globalState to be synchronized across multiple windows ( #61024 )
...
* Allow globalState to be synchronized across multiple windows (fixes #55834 )
* address some feedback
2018-10-16 18:52:50 +02:00
Johannes Rieken
1580cd1846
first version of simple clipboard API, #217
2018-10-08 12:38:36 +02:00
Matt Bierner
2f51e97117
Add retrigger characters to SignatureHelpProvider
...
Introduces the concept of a re-trigger character to the signature help provider. This is a seperate set of characters that are registered with the provider. Typing a retrigger character fires a new signature help request if signature help is already showing.
#54972
2018-10-05 16:01:02 -07:00
Ilya Biryukov
212aade6db
Allow scc providers hide commit input box.
...
Fix for #51808 .
2018-10-05 14:57:05 -07:00
Martin Aeschlimann
683a76f295
use FileDialogService with vscode APIs
2018-10-03 16:54:02 +02:00