Alex Dima
2cf8cef20d
A single model content changed events contains the list of changes
2017-04-14 13:18:34 +03:00
Alex Dima
307fda2689
Clarify extension host protocol
2017-04-14 13:18:33 +03:00
Matt Bierner
a0cb432471
Allow Code Lenses to Provide only a Title
...
Fixes #24209
**Bug**
Currently, for the js/ts references code lens, even if there are zero references you can click on the lens. This display an empty peek view
**Fix**
Allow code lenses to only register a title for the lens with no actual backing command
2017-04-12 15:47:20 -07:00
Johannes Rieken
65645f489e
fix #24507
2017-04-11 15:27:42 +02:00
Greg Van Liew
2a46891ce7
Porting a couple of community complex command fixes
2017-04-10 18:10:25 -07:00
Dirk Baeumer
ef2b0a4bfe
Fixes #24073 : Improve task API and adopt gulp extension to it.
2017-04-06 21:12:08 +02:00
Joao Moreno
4c5030a343
🐛 remove withScmProgress from proposed
...
fixes #24009
2017-04-06 11:31:49 +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
Joao Moreno
b32988a1fd
🐛 remember the last scm provider per workspace
...
fixes #23446
2017-03-30 21:33:30 +02:00
Joao Moreno
a8b2945855
🐛 remove the notion of active scm provider
...
introduces more changes to the SCM api
fixes #23623
fixes #23676
2017-03-30 21:10:44 +02:00
Joao Moreno
c2b0ea9193
✨ make SourceControlResourceState.command optional
2017-03-30 16:15:51 +02:00
Joao Moreno
8738327b29
🐛 any resource can come in via command arguments
2017-03-30 14:40:55 +02:00
Joao Moreno
ae46d50241
🎨 unhook scm from marshalling
2017-03-30 10:27:14 +02:00
João Moreno
bc9a7bb1f9
Merge pull request #23645 from joaomoreno/scm-api-v2
...
Update SCM API based on feedback
2017-03-30 09:56:54 +02:00
Joao Moreno
b68c8e3347
automatically marshal scm resources
2017-03-30 08:56:28 +02:00
Joao Moreno
ccfcbe6c6f
scm: move from pull to push model
2017-03-29 22:44:25 +02:00
Johannes Rieken
c4ed98f3de
undo monaco.d.ts api breakages and keep using enum #23293
2017-03-29 16:26:46 +02:00
Johannes Rieken
f8a31fde7e
fix #23404
2017-03-29 11:59:31 +02:00
Joao Moreno
0b19861f31
🐛 cant commit no more!
...
fixes #23384
2017-03-28 12:36:00 +02:00
Johannes Rieken
228086cd72
expose scm-progress in stable api, #18066
2017-03-27 20:01:06 +02:00
Joao Moreno
0999c13227
✨ stable-ish scm api!
...
fixes #2824
2017-03-27 17:27:11 +02:00
Joao Moreno
280b630d6c
✨ log registerSCMProvider telemetry
2017-03-27 17:27:11 +02:00
Joao Moreno
e06a838265
🎨 fix scm api based on @jrieken's recommendations
2017-03-27 15:35:56 +02:00
Joao Moreno
b055708234
✨ make SCMProvider.onDidChange optional
2017-03-27 15:35:56 +02:00
Johannes Rieken
45378eb8d8
Merge pull request #22303 from Microsoft/joh/eol
...
TextDocument#eol
2017-03-27 12:08:42 +02:00
Joao Moreno
3d0b9755d3
💥 scm state -> stateContextKey
2017-03-27 11:54:23 +02:00
Joao Moreno
75576e3cca
💥 scm id -> contextKey
2017-03-27 11:54:23 +02:00
Joao Moreno
79aa19e9d4
💥 scm input onDidAccept
2017-03-27 11:08:36 +02:00
Daniel Imms
804562ed46
Initial terminal API onData impl
...
Part of #23177
2017-03-24 14:09:48 -07:00
Joao Moreno
24cd191ac2
✨ scm: require uris on resources and groups
2017-03-24 17:55:14 +01:00
Johannes Rieken
e6a735e209
make typeConverter eol-aware
2017-03-24 17:12:50 +01:00
Joao Moreno
9a9716f1da
🐛 make registerDiffInformationCommand proposed api
2017-03-24 16:48:05 +01:00
Joao Moreno
e4a765da2d
🔨 change how ids work in scm providers. remove drag
2017-03-24 16:44:38 +01:00
Johannes Rieken
1849ad23a7
add TextEdit#newEol, adopt for workspace edit and onWillSave-event
2017-03-24 16:13:58 +01:00
Joao Moreno
acb29bf425
✨ registerDiffInformationCommand instead of computeDiff
2017-03-24 15:22:43 +01:00
Johannes Rieken
0e5198437c
use native path#{join,normalize} over our custom stuff
2017-03-24 15:11:02 +01:00
Johannes Rieken
77d0808a56
add TextDocument#isClosed, #15723
2017-03-24 12:50:48 +01:00
Johannes Rieken
0219720936
fix merge problem
2017-03-24 12:41:33 +01:00
Johannes Rieken
a15b0daea1
Merge branch 'master' into joh/eol
2017-03-24 12:37:38 +01:00
Johannes Rieken
7d0805e00f
Revert "adding TextDocument#isVisible and internals for a visbility change event, #15723 "
...
This reverts commit a6a41fd6c3 .
2017-03-24 12:26:51 +01:00
Sandeep Somavarapu
7b95329449
Support title actions in tree explorer
2017-03-24 11:39:57 +01:00
Dirk Baeumer
f79bed6d73
Fixes #22655 .
2017-03-23 16:14:38 +01:00
Dirk Baeumer
f70b0b3ecb
Fixes #22069 : Define extension story for tasks
2017-03-23 14:32:31 +01:00
Johannes Rieken
2d05792d35
also add EnumMember and Struct to SymbolKind, #2628
2017-03-23 13:10:34 +01:00
Johannes Rieken
be08f9f3a1
add CompletionItemKind.Struct, #2628
2017-03-23 11:52:47 +01:00
Johannes Rieken
a6a41fd6c3
adding TextDocument#isVisible and internals for a visbility change event, #15723
2017-03-23 11:21:16 +01:00
Johannes Rieken
c01a616062
debt - allow to somewhat work with a closed editor
2017-03-23 09:53:19 +01:00
Johannes Rieken
fc96b6a3dc
add CompletionItemKind.Constant, #2628
2017-03-22 17:24:35 +01:00
Johannes Rieken
d8904bc125
allow extensions to work with closed documents, #15723
2017-03-22 16:54:21 +01:00
Johannes Rieken
8f6e350a84
add CompletionItemKind.EnumMember
2017-03-22 15:34:04 +01:00