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
Daniel Imms
d4c263d1de
Merge remote-tracking branch 'origin/master' into tyriar/15583
2017-01-10 19:26:15 -08:00
Johannes Rieken
fd9616dbaa
enable proposed API for builtin extensions
2017-01-10 17:44:42 +01:00
Daniel Imms
6bf0cde91e
Add createTerminal with options API with new option waitOnExit
...
Fixes #15583
2017-01-09 10:56:46 -08:00
Joao Moreno
67f0991014
scm: getResourceFromURI
2017-01-09 17:07:02 +01:00
Joao Moreno
63a755e411
Merge branch 'master' into scm-api
2017-01-09 09:52:34 +01:00
Johannes Rieken
118b3e0d5a
debt - use Map instead of object
2016-12-30 15:37:12 +01:00
Benjamin Pasero
e179ec75ab
workspace context 💄
2016-12-21 18:22:46 +01:00
Joao Moreno
8ddcdbfa95
fix layer breakers with product and package
...
related to #15558
2016-12-12 12:02:51 +01:00
Joao Moreno
e6a46dc9e4
Merge branch 'master' into scm-api
2016-12-05 17:33:47 +01:00
Johannes Rieken
5ca19df5c1
fix extension path issue
2016-12-05 16:43:31 +01:00
Johannes Rieken
a70d2b6326
enable proposed API only in insiders
2016-12-05 16:41:59 +01:00
Johannes Rieken
156b4d2550
avoid realpathSync, #16388
2016-12-05 12:11:45 +01:00
Joao Moreno
57fe12fed3
Merge branch 'master' into scm-api
2016-11-28 10:37:55 +01:00
Benjamin Pasero
8f92dcd2bc
Manage extension from status bar and viewlets (for #15155 )
2016-11-28 10:17:41 +01:00
Joao Moreno
9074ff1a79
💄
2016-11-24 16:25:07 +01:00
Joao Moreno
ceda84ef28
streamline scm extension api
2016-11-24 16:24:32 +01:00
Joao Moreno
1af44d673f
wip: extHostSCM, mainThreadSCM
2016-11-22 12:15:13 +01:00
Joao Moreno
f4ae41f9b3
initial proposed SCM api
2016-11-22 11:02:08 +01:00
Johannes Rieken
3fe81fc828
remove telemetry to track who is using internal snippet synatx, #3210
2016-11-18 13:14:37 +01:00
Johannes Rieken
c76b721d81
SnippetString and improved CompletionItem.insertText, #3210
2016-11-16 15:29:13 +01:00
Johannes Rieken
9f0b720440
know what vscode-engine extensions are targetting, #3210
2016-11-14 11:13:57 +01:00
Pine Wu
74d6c9f87c
Move treeExplorer to window and fix #15296
2016-11-10 14:02:24 -08:00
Johannes Rieken
4a6b92723d
enable proposed api only when developing extensions
2016-11-10 16:00:46 +01:00
Pine Wu
b9cf15dd1f
Merge remote-tracking branch 'upstream/master' into treeExplorerAPI
2016-11-08 23:13:32 -08:00