Commit Graph

1316 Commits

Author SHA1 Message Date
Matt Bierner
6147b54439 Fix TS 2.3.1 Compiler Errors in VSCode src/workbench (#25249)
TS 2.3.1 introduced a breaking change by [switching to covariant types for callbacks](https://github.com/Microsoft/TypeScript/wiki/Breaking-Changes#covariance-in-callback-parameters). This change tries to fix these compiler errors in the workbench codebase
2017-04-25 08:20:25 -07:00
Eric Amodio
c5de5b2df3 Fixes fallthrough with no options 2017-04-25 10:23:16 -04:00
Eric Amodio
ca163e0de1 Changes ShowTextDocumentOptions to TextDocumentShowOptions
Changes pinned property to preview
Adds ITextDocumentShowOptions as main-side DTO
2017-04-25 09:33:26 -04:00
Eric Amodio
d44fa8feb1 Adds ShowTextDocumentOptions interface
Moves column into the options
Removes overloads from the proxy
2017-04-25 08:51:10 -04:00
Eric Amodio
f47a862c1c Adds editor options overload to vscode.diff 2017-04-25 08:45:47 -04:00
Eric Amodio
b5340dbec3 Adds editor options overload to showTextDocument 2017-04-25 08:45:47 -04:00
Johannes Rieken
77dd29d999 add deprecation warning, #18066 2017-04-25 12:38:43 +02:00
Johannes Rieken
2d64239944 rename ProgressLocation.Scm to ProgressLocation.SourceControl, #18066 2017-04-25 12:38:42 +02:00
Johannes Rieken
5f319d4892 finalize progress API, #18066 2017-04-25 12:38:41 +02:00
Sandeep Somavarapu
011e888091 Enahance tree api
- API to create a view passing the data provider
- Have methods on created API to refresh
2017-04-25 12:35:14 +02:00
Sandeep Somavarapu
24a7273464 Remove tree node api 2017-04-25 11:29:40 +02:00
Sandeep Somavarapu
200e2ee440 Remove tree model api 2017-04-25 10:35:45 +02:00
Sandeep Somavarapu
572d7d1097 Implement custom viewlet tile actions 2017-04-25 00:56:18 +02:00
Sandeep Somavarapu
c9c8b8e082 Enhance Tree api
- A new approach to register tree node
- Support on change listener to refresh node
2017-04-25 00:43:53 +02:00
Johannes Rieken
fda8a1beb4 have valueSelection instead of noValuePreselect, #10582 2017-04-24 10:07:19 +02:00
Johannes Rieken
f15d1e96d1 Merge pull request #23827 from bschlenk/master
Add noValuePreselect option to showInputBox
2017-04-24 09:46:31 +02:00
Joao Moreno
372ca2ee9c 🐛 fixes #24026 2017-04-21 12:02:02 +02:00
Alex Dima
a29c3e1c71 Move cursor events out of editorCommon 2017-04-19 15:17:34 +03:00
Alex Dima
b3097dfd53 More usage of Position vs IPosition 2017-04-19 15:16:50 +03:00
Johannes Rieken
833b15a098 Add TypeParameter symbol and completion kind, #2628 2017-04-19 10:05:56 +02:00
Alex Dima
4807f83348 Move ISelection out of editorCommon 2017-04-18 18:16:26 +03:00
Alex Dima
f3be941164 Move IRange out of editorCommon 2017-04-18 17:33:22 +03:00
Alex Dima
8a3f8985fa Move IPosition out of editorCommon 2017-04-18 16:53:33 +03:00
Johannes Rieken
5d6b0a5b72 adding event and operator symbol kinds, #2628 2017-04-18 15:44:36 +02:00
Johannes Rieken
24ef0ba03d adding event and operator completion item kinds, #2628 2017-04-18 15:44:36 +02:00
Alex Dima
5aea732093 Move editor options out of editorCommon 2017-04-18 16:30:09 +03:00
Alex Dima
946ac52e59 Simplify eventing 2017-04-18 10:59:51 +03:00
Alex Dima
aca01f2daa Fix build hygiene issues 2017-04-14 14:08:52 +03:00
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