Commit Graph

752 Commits

Author SHA1 Message Date
Sandeep Somavarapu
a5248f3675 #28538 Proposed API to read configuration in a multi root workspace 2017-06-26 12:53:14 +02:00
Dirk Baeumer
22fa494aee Incooperate API feedback 2017-06-23 10:25:45 +02:00
Andre Weinand
fbcdb4c6a7 add proposed debug API; fixes #28234 2017-06-22 19:04:39 +02:00
Johannes Rieken
f3ae32fc37 more 💄 2017-06-21 16:09:38 +02:00
Johannes Rieken
8e746dfdc7 very first proposed API for multiple roots, #28526 2017-06-21 11:23:53 +02:00
Dirk Baeumer
49d5cc6e43 Remove 'terminal' as a used term from tasks. 2017-06-16 13:02:51 +02:00
Sandeep Somavarapu
a4b6dc9532 #28538 Take workspace as input in Configuration model 2017-06-16 12:30:03 +02:00
Dirk Baeumer
23c631879a Add support to focus terminal and to control terminal instance reuse 2017-06-15 16:07:05 +02:00
Johannes Rieken
6fdfe2f055 fix ts 2.4.1 compile errors in workbench/api 2017-06-15 11:59:41 +02:00
Martin Aeschlimann
05e6741ed0 Merge pull request #28569 from mbeatrizmagalhaes/correct-occurred-misspelled
Correct misspelled occurrences and occurred
2017-06-15 09:12:24 +02:00
Johannes Rieken
f8eb2fa3b8 adopt IWorkspace2, implement proper workspaceContains, #28526 2017-06-14 12:21:26 +02:00
Joao Moreno
723bc3b3a7 fix some typescript@next compilation errors
related to #28151
2017-06-14 10:14:54 +02:00
Beatriz Magalhães
3c52b5ae39 fixed misspelled occurrences and occurred 2017-06-12 23:05:57 +01:00
Johannes Rieken
24fbd1f5d2 add $acceptWorkspaceData to push new info about open folders, #28526 2017-06-12 16:05:21 +02:00
Johannes Rieken
7c1c21c158 start with a step back and use IWorkspace where needed, nuke workspace context service from ext host, #28526 2017-06-12 15:40:38 +02:00
Johannes Rieken
3194060001 debt - prevent accidentical exposing of APIs by being too relaxed 2017-06-12 12:46:14 +02:00
Johannes Rieken
6122faea48 debt - remove "over-api", align styles 2017-06-09 11:15:21 +02:00
Johannes Rieken
2792c5cd97 multiroot - send telemetry event when workspace#rootPath is accessed 2017-06-09 11:10:28 +02:00
Sandeep Somavarapu
729c59fd7e Make tree data api public 2017-06-02 09:59:41 +02:00
Dirk Baeumer
e98c09c842 Fixes #27738: Defer switching to Tasks 2.0.0 as the default 2017-05-31 16:21:35 +02:00
Sandeep Somavarapu
9dea8acdc0 Fix #27529 2017-05-31 12:52:02 +02:00
Sandeep Somavarapu
24b543efdf Fix #27507 2017-05-31 12:42:20 +02:00
Dirk Baeumer
6fb0af28cd Fixes #27581: Unspecific names: TerminalBehaviour and RevealKind 2017-05-30 21:59:20 +02:00
Alex Dima
f64bc3f92a Prefer the American English spelling behavior 2017-05-30 11:01:20 +02:00
Alex Dima
081fbf2231 Improve naming and doc comments 2017-05-30 09:49:31 +02:00
Alex Dima
ed2dc998bf Merge remote-tracking branch 'origin/master' into stickyness_api 2017-05-30 08:25:30 +02:00
Dirk Baeumer
447622435a Remove ProblemMatchers from API. 2017-05-26 15:17:19 +02:00
Martin Aeschlimann
b320bd0de7 Allow decorations to use theme colors. For #26974 2017-05-24 22:56:27 +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
Sandeep Somavarapu
e87e0999d4 Implement #26948
- Initial version of custom views and tree data provider API
2017-05-19 18:23:08 +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
Coenraad Stijne
3f4f7303a6 expose stickyness decoration option 2017-05-02 12:56:00 +02:00
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