Commit Graph

619 Commits

Author SHA1 Message Date
Johannes Rieken
59c86095fd add --enable-proposed-api <my.ext>, #25378 2017-04-27 10:54:29 +02:00
Benjamin Pasero
b34f17350f Un-allowed double quoted imports (for #25451) 2017-04-26 19:13:12 +02:00
Matt Bierner
483bd48332 Continue fixing TS 2.3.1 Compiler Errors in VSCode Codebase (#25315)
From: https://github.com/Microsoft/TypeScript/issues/15352

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 12:52:41 -07: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
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
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
Alex Dima
5aea732093 Move editor options out of editorCommon 2017-04-18 16:30:09 +03: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
Joao Moreno
ccfcbe6c6f scm: move from pull to push model 2017-03-29 22:44:25 +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
24cd191ac2 scm: require uris on resources and groups 2017-03-24 17:55:14 +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
Joao Moreno
acb29bf425 registerDiffInformationCommand instead of computeDiff 2017-03-24 15:22:43 +01:00
Dirk Baeumer
f70b0b3ecb Fixes #22069: Define extension story for tasks 2017-03-23 14:32:31 +01:00
Johannes Rieken
c90593d99e don't warn when our extension use proposed api 2017-03-08 17:45:07 +01:00
Cody Hoover
ee4473f1ef Follow up to PR #22021 to respond to feedback 2017-03-07 21:36:15 +01:00
Johannes Rieken
7eeb5a6e48 💄 remove unused property 2017-03-07 09:38:18 +01:00
Cody Hoover
503f8f516e Add ability to open untitled document with initial content (#22021) 2017-03-07 07:43:21 +01:00
Johannes Rieken
1239cebb70 Merge branch 'joh/editors' 2017-03-06 12:40:47 +01:00
Joao Moreno
a440d6479e api: expose vscode.computeDiff 2017-02-16 17:40:53 +01:00
Joao Moreno
3eddf71678 scm: hide input box model from extension host 2017-02-03 17:20:26 +01:00
João Moreno
7a9470db31 Merge pull request #19717 from joaomoreno/modal-message-api
Implement modal message API
2017-02-03 11:19:55 +01:00
Matt Bierner
a87586c7c3 Add Type Definition Provider API (#19699)
* Add Type Definition Provider API

Adds a new API to support type definition providers and adds an initial type definition provider for TypeScript

* Fix comment

* Addressing comments

* Fixer menu option ordering

* Added simple test
2017-02-02 14:01:23 -08:00
Joao Moreno
ee0316de2a refactor parseMessageArguments 2017-02-02 18:21:21 +01:00
Joao Moreno
c2ad779c60 fix check in parseMessageArguments 2017-02-02 17:33:05 +01:00
Joao Moreno
bdaab8eb4e implement modal message API 2017-02-02 16:14:16 +01:00
Matt Bierner
2a40036dbb Adding explicit returns for remaining instances 2017-02-01 18:36:55 -08:00
Matt Bierner
57e77e4171 rename (#19282) 2017-01-24 13:32:35 -08:00
Matt Bierner
20f3a9f11b Rename TypeDefinitionProvider to TypeImplementationProvider (#19101)
* Rename TypeDefinitionProvider to TypeImeplementationProvider

**bug**
In #18346, I originally called the new go to implementation provider api `ImplementationProvider` which we then decided to rename to `TypeDefinitionProvider`. At the time, I didn't realize that a type definition was actually its own, unrelated concept.

**Fix**
Rename `TypeDefinitionProvider` to `TypeImplementationProvider` to make it clear what the purpose and use of this api is.

* Fix a few names in comments
2017-01-23 16:25:37 -08:00
Johannes Rieken
23c4c8d1b8 progress - make window progress get a title 2017-01-19 12:06:46 +01:00
Benjamin Pasero
8b7756063b Open new file buffer via API 2017-01-18 19:13:26 +01:00
Johannes Rieken
419c2dc09c add withScmProgress to begin with 2017-01-17 09:27:16 +01:00
Johannes Rieken
a70478cb1e Merge branch 'master' into joh/progress-api 2017-01-16 18:12:48 +01:00
Johannes Rieken
3d7c53c82a rename to withWindowProgress 2017-01-13 15:15:36 +01:00
Johannes Rieken
0caa565500 Merge branch 'master' into joh/progress-api 2017-01-13 13:55:31 +01:00
Johannes Rieken
33492341c9 withStatusBarProgress API and implementation 2017-01-13 12:09:19 +01:00
Joao Moreno
4aa47582b3 Merge branch 'master' into scm-api 2017-01-13 09:33:57 +01:00
Matt Bierner
9d611d4dfd Add Go To Implementation Api (#18346)
* Add Go To Implementation Api

For #10806

Adds a new API for supporting  `go to implementation` command for languages. Implements an example for TS

* Rename

* Cleanup
2017-01-12 12:16:48 -08:00
Joao Moreno
970f663a74 Merge branch 'master' into scm-api 2017-01-11 11:58:59 +01:00
Daniel Imms
c74ed29322 Fix old API 2017-01-10 19:35:24 -08:00