Commit Graph

12 Commits

Author SHA1 Message Date
Johannes Rieken
fda8a1beb4 have valueSelection instead of noValuePreselect, #10582 2017-04-24 10:07:19 +02:00
Brian Schlenker
66a5bc334f Add noValuePreselect option to showInputBox
Allow extensions to decide if a value passed to
vscode.window.showInputBox should start selected or not. Defaults to
current behavior as to not break the experience of existing extensions.
Fixes https://github.com/Microsoft/vscode/issues/10582.
2017-04-02 12:25:56 -07:00
Matt Bierner
c342eaa22e Adding more explicit returns 2017-02-01 17:29:57 -08:00
Matt Bierner
406014ae97 Adding explicit returns 2017-02-01 17:06:13 -08:00
Johannes Rieken
470820229b move quick open service, #15558 2016-12-12 11:03:39 +01:00
Johannes Rieken
6681a2a7d6 tsfmt - src 2016-10-08 09:53:13 +02:00
Johannes Rieken
cfbf71725c add ignoreFocusOut option to showInputBox and showQuickPick, #9918 2016-08-15 13:05:25 +02:00
Johannes Rieken
ff061902a7 add cancellation support for showInput and showQuickPick, #9377 2016-08-08 15:51:06 +02:00
Alex Dima
bdaa72b842 ext host - extend *Shape classes 2016-07-12 21:10:54 +03:00
Alex Dima
581c260f9a Rename extHostProtocol to extHost.protocol 2016-07-12 19:33:55 +03:00
Alex Dima
9f1e006be5 Do not use native Proxy as it breaks debugging vscode 2016-06-27 17:54:56 +02:00
Alex Dima
d285fe05e1 Split up ext host <-> main thread communication to separate files 2016-06-27 14:59:54 +02:00