Alex Dima
|
ca21802ced
|
Remove dead code
|
2016-05-18 18:23:54 +02:00 |
|
Alex Dima
|
e1f39a6ead
|
Align ExtraInfoSupport with ext host API
|
2016-05-18 16:02:27 +02:00 |
|
Johannes Rieken
|
81ecfb1615
|
debt - remove unneccessary casts
|
2016-05-17 18:29:29 +02:00 |
|
Johannes Rieken
|
d8f6ac3501
|
add new api command to compare two resources, fixes #1865
|
2016-05-17 16:22:05 +02:00 |
|
Johannes Rieken
|
4458bdf5c0
|
merge tuples of equal Uri, #6373
|
2016-05-17 11:22:28 +02:00 |
|
Johannes Rieken
|
ba09fd7fad
|
use 'property' instead of 'text' when CompletionItem define no kind
|
2016-05-12 17:46:14 +02:00 |
|
Benjamin Pasero
|
f4546f48b1
|
IEditorService.closeEditor(position, input)
|
2016-05-12 15:22:11 +02:00 |
|
isidor
|
1ef6a7093f
|
debug: allow vscode.startDebug to pass full json config
fixes #4615
|
2016-05-10 18:06:47 +02:00 |
|
isidor
|
83a7759f9b
|
debug: expose vscode.debugStart in API
fixes #3789
|
2016-05-10 15:17:04 +02:00 |
|
Alex Dima
|
b2286a1f6d
|
Further grouping of resolved editor options
|
2016-05-06 13:49:22 +02:00 |
|
Alexandru Dima
|
a3c2088b54
|
Merge pull request #5705 from aioutecism/hotfix/validate-position
Fix validatePosition related bug
|
2016-05-04 18:25:52 +02:00 |
|
Johannes Rieken
|
53ea821d88
|
fix regression with delegation commant
|
2016-05-03 10:15:23 +02:00 |
|
Alex Dima
|
e05566c980
|
Command handlers are invoked with var-args
|
2016-05-02 19:00:33 +02:00 |
|
Alex Dima
|
487e7dd1a0
|
Do not patch in "context" when invoking command through keybinding service
|
2016-05-02 17:55:51 +02:00 |
|
Johannes Rieken
|
f502fd28cb
|
adding todo for future api breakage, #2560
|
2016-05-02 17:47:47 +02:00 |
|
Benjamin Pasero
|
3ac0ead705
|
Merge pull request #6032 from Microsoft/ben/next
May fixes and debt
|
2016-05-02 14:18:38 +02:00 |
|
Yuki Ueda
|
158a7206d7
|
remove shouldShowEmptySuggestionList, fixes #5888
|
2016-05-02 17:00:22 +09:00 |
|
Benjamin Pasero
|
5fdf5e2b24
|
Workbench services dependencies cleanup ( fixes #5688)
|
2016-04-29 13:00:48 +02:00 |
|
Benjamin Pasero
|
9f27e55d7d
|
Merge branch 'master' into next
|
2016-04-29 11:40:08 +02:00 |
|
Alex Dima
|
b02c4facaf
|
Fixes #5362: MainThreadTextEditor: disassociate code editor as soon as code editor's model changes
|
2016-04-28 17:15:09 +02:00 |
|
Alexandru Dima
|
77af9d75c7
|
Fixes #5483: Harden MainThreadTextEditor.matches
|
2016-04-28 14:45:13 +02:00 |
|
Johannes Rieken
|
1c08e3ffea
|
improve doc for previewHtml command, also use parse with reviver, fixes #5902
|
2016-04-28 10:55:45 +02:00 |
|
Benjamin Pasero
|
6bad8b6982
|
Simplify TextFileChangeEvent (fixes #5929)
|
2016-04-28 07:50:13 +02:00 |
|
Johannes Rieken
|
73b97a0642
|
correct localise call, fallback to err if no err.message is available, protected message service against invalid items, fixes #5891
|
2016-04-27 14:33:42 +02:00 |
|
Johannes Rieken
|
a47b167a6c
|
resolve promise when message is being dismissed via ESC, fixes #5797
|
2016-04-27 10:43:32 +02:00 |
|
Johannes Rieken
|
3f2008dea6
|
fix 'vscode.executeReferenceProvider' command
|
2016-04-25 18:02:06 +02:00 |
|
Johannes Rieken
|
5e7f6d8c92
|
expose appName in env, fixes #5297
|
2016-04-25 12:03:50 +02:00 |
|
Johannes Rieken
|
9e4d70636d
|
add MessageItem#isCloseAffordance, fixes #5448
|
2016-04-25 11:18:57 +02:00 |
|
Johannes Rieken
|
ab509eeb17
|
rangeIncludingLineBreak behaviour on last line, fixes #5704
|
2016-04-25 10:50:48 +02:00 |
|
aioute Gao
|
7d870e5721
|
Fix validatePosition related bug
(https://github.com/Microsoft/vscode/issues/5704).
|
2016-04-24 07:55:03 +09:00 |
|
Johannes Rieken
|
53725a9e92
|
polish - use modern event, use $-naming for IPC methods
|
2016-04-22 14:44:58 +02:00 |
|
Benjamin Pasero
|
f58e09cdff
|
shell: less dependencies to the entire world
|
2016-04-22 13:50:53 +02:00 |
|
Johannes Rieken
|
323d5ea3a1
|
debt - remove unused code
|
2016-04-22 10:48:43 +02:00 |
|
Johannes Rieken
|
56b71bd9c1
|
gracefully handle the case in which a delegate command has been disposed before execution, fixes #3265
|
2016-04-21 13:55:12 +02:00 |
|
Johannes Rieken
|
406cc18841
|
adding assertion that newly created untitled document actually exists, #5016
|
2016-04-20 17:06:43 +02:00 |
|
Johannes Rieken
|
de63841aa6
|
warn about void results from completion item providers, fixes #5360
|
2016-04-19 11:45:42 +02:00 |
|
Johannes Rieken
|
93fda14153
|
allow for error dedup and don't mention offending line number, fixes #5494
|
2016-04-19 11:32:09 +02:00 |
|
Johannes Rieken
|
8ca1f811df
|
add constraints for optional types
|
2016-04-14 17:44:11 +02:00 |
|
Johannes Rieken
|
7ea0b9b644
|
don't use uuid when not neccessary
|
2016-04-14 17:15:35 +02:00 |
|
isidor
|
806fcf3e67
|
output: do not surface output id to extension api
|
2016-04-14 16:51:36 +02:00 |
|
isidor
|
1e590fb634
|
output: fix extensions output channel
|
2016-04-14 16:17:36 +02:00 |
|
isidor
|
9916cec2b7
|
output: surface label for extension output channels
|
2016-04-14 16:17:36 +02:00 |
|
Johannes Rieken
|
dd9380abab
|
update the previewHtml command doc
|
2016-04-14 15:57:31 +02:00 |
|
Johannes Rieken
|
464637dbe6
|
vscode.previewHtml accept URI or string
|
2016-04-14 15:43:26 +02:00 |
|
isidor
|
65e0142dbd
|
output: polish api
|
2016-04-14 12:06:40 +02:00 |
|
Johannes Rieken
|
3450cc29d6
|
debt - move more language feature registries into modes.ts
|
2016-04-14 08:58:26 +02:00 |
|
isidor
|
283bfae1bb
|
output: align extHostOutputService with new api
|
2016-04-13 18:14:28 +02:00 |
|
isidor
|
166a9c4246
|
output: move show output to IOutputChannel
|
2016-04-13 18:14:28 +02:00 |
|
isidor
|
346a698cc5
|
output: move clearOutput to IOutputChannel
|
2016-04-13 18:14:28 +02:00 |
|
isidor
|
85294e40a5
|
output: move append() to IOutputChannel
|
2016-04-13 18:14:28 +02:00 |
|