Matt Bierner
64d676ccf7
Add TSC Task Provider ( #27093 )
...
* extract standardLanguageDescriptions to constant
* Remove client variable
* Move VersionStatus into a class
* Add TSC Task Provider
Fixes #26079
Adds a task provider for building typescript projects.
* Make ts loading lazy
2017-05-26 09:28:00 +02:00
Martin Aeschlimann
3ef1b64d4b
Allow extensions to use theme colors in status bar
2017-05-26 09:27:37 +02:00
Martin Aeschlimann
e1e5bf41b3
Allow decorations to use theme colors. For #26974
2017-05-26 09:27:34 +02:00
Johannes Rieken
fff0136ca6
don't double print messages from the extension service
2017-05-26 09:27:28 +02:00
Matt Bierner
6d00bd977b
Add TSC Task Provider ( #27093 )
...
* extract standardLanguageDescriptions to constant
* Remove client variable
* Move VersionStatus into a class
* Add TSC Task Provider
Fixes #26079
Adds a task provider for building typescript projects.
* Make ts loading lazy
2017-05-25 15:18:05 -07:00
Martin Aeschlimann
8e1714c81b
Allow extensions to use theme colors in status bar
2017-05-24 23:50:46 +02:00
Martin Aeschlimann
b320bd0de7
Allow decorations to use theme colors. For #26974
2017-05-24 22:56:27 +02:00
Johannes Rieken
2a5abbaeeb
don't double print messages from the extension service
2017-05-24 15:36:37 +02:00
Dirk Baeumer
3ea2c216aa
More work to make v2 the default
2017-05-24 12:29:51 +02:00
Dirk Baeumer
98b92df34c
Make Task api fully official.
2017-05-24 09:59:53 +02:00
Sandeep Somavarapu
2cda0cdb41
Update names in Tree api
2017-05-22 16:13:39 +02:00
Johannes Rieken
bcfedfd596
fix #26851
2017-05-22 12:05:27 +02:00
Sandeep Somavarapu
e48ab0af19
Tree views: Use light icon path for dark icon if not provided
2017-05-22 11:57:33 +02:00
Sandeep Somavarapu
4640bd8c18
Fixes in Tree view
2017-05-21 18:10:05 +02:00
Sandeep Somavarapu
e87e0999d4
Implement #26948
...
- Initial version of custom views and tree data provider API
2017-05-19 18:23:08 +02:00
Dirk Baeumer
87cfa19524
Fixes #25518 : Cannot associate a problem matcher with an auto detected tasks
2017-05-19 17:38:57 +02:00
Johannes Rieken
3623fee7d7
next try to fix #26524
2017-05-19 12:09:12 +02:00
Dirk Baeumer
f084c2a1e4
Fixes #23435 : Proposed Task Api Feedback
2017-05-18 21:53:22 +02:00
Johannes Rieken
6bddd906b0
adopt stableSort for ext host diagnostics
2017-05-16 17:47:12 +02:00
Johannes Rieken
b548d2128d
split things up into api/node and api/electron-browser
2017-05-12 11:24:22 +02:00
Sandeep Somavarapu
625ce8fe28
Implement select command for tree views
2017-05-11 17:58:06 +02:00
Joao Moreno
c2c39e14a2
remove legacy git
...
fixes #8809
fixes #24014
2017-05-05 15:35:33 +02:00
João Moreno
3b6e05ecf9
Merge pull request #25983 from ihalip/scm-resourcegroup-label
...
Allow changing a SourceControlResourceGroup's label
2017-05-05 12:52:06 +02:00
Sandeep Somavarapu
ccae6f96ef
Contribute explorer views
...
- Adopt proposed API to contribute explorer views
- Adopt extension host and main to contribute explorer views
- Implement contributable views in explorer viewlet
2017-05-05 11:58:17 +02:00
Ilie Halip
4fce360efb
make it possible to change a SCMResourceGroup's label
2017-05-05 08:36:40 +03:00
Johannes Rieken
358eb92d72
make sure default editor position is set, fixes #25801
2017-05-03 14:42:36 +02:00
Coenraad Stijne
3f4f7303a6
expose stickyness decoration option
2017-05-02 12:56:00 +02:00
Joao Moreno
9b7a8813e0
🐛 SourceControlResourceDecorations.faded
...
fixes #24097
2017-04-27 15:38:27 +02:00
Johannes Rieken
13b11919c6
use correct uri manipulation, #25539
2017-04-27 14:17:12 +02:00
Alex Dima
974f8aca31
Fixes #20757 : Detect overlapping ranges in the extension host, no need to call into renderer process to find out the edits are illegal
2017-04-27 12:48:58 +02:00
Johannes Rieken
59c86095fd
add --enable-proposed-api <my.ext>, #25378
2017-04-27 10:54:29 +02:00
Joao Moreno
b2b251c786
🐛 choice service needs cancelId argument
...
fixes #25226
2017-04-27 09:24:57 +02:00
Benjamin Pasero
b34f17350f
Un-allowed double quoted imports (for #25451 )
2017-04-26 19:13:12 +02:00
Sandeep Somavarapu
7c13b3cda6
Introduce resource context actions
2017-04-25 23:08:15 +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
Matt Bierner
d50d197d5d
Fix merge InternalTreeExplorerNode -> InternalTreeNode
2017-04-25 11:03:23 -07:00
Johannes Rieken
936104d88a
rename TextDocumentShowOptions#column to TextDocumentShowOptions#viewColumn
2017-04-25 17:28:32 +02:00
Johannes Rieken
9f01642853
align vscode.diff options with API
2017-04-25 17:26:12 +02:00
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