Andre Weinand
254c8c5b0b
debug API: add onDidStartDebugSession
2017-07-18 00:18:56 +02:00
Andre Weinand
cf6f9ab6e0
debug api: rename createDebugSession to startDebugSession
2017-07-17 12:27:47 +02:00
Benjamin Pasero
955e4b8c06
Add showTextDocument(uri|file)
2017-07-17 07:54:23 +02:00
Johannes Rieken
881e3910a2
move mult-root API out of root, #28526
2017-07-14 15:19:34 +02:00
Johannes Rieken
f7e09ce253
name it getWorkspaceFolder, #28526
2017-07-14 14:05:45 +02:00
Johannes Rieken
c510eff1ad
Merge branch 'master' into joh/remote
2017-07-13 16:48:36 +02:00
Johannes Rieken
0df555f5f4
have an explicit WorkspaceFolder with some extra bits and pieces, #28526
2017-07-13 16:22:19 +02:00
Johannes Rieken
0373d29de6
log api uage only once, fixes #30486
2017-07-12 17:39:07 +02:00
Andre Weinand
440012424c
remove assertProposedApi from debug API
2017-07-12 11:46:01 +02:00
Andre Weinand
4498f92e97
add more debug API
2017-07-12 01:12:08 +02:00
Johannes Rieken
b309f3473d
Merge branch 'master' into joh/remote
2017-07-11 16:54:47 +02:00
Andre Weinand
618fcaad9f
incorporate debug API feedback
2017-07-11 00:49:08 +02:00
Johannes Rieken
16c00672fa
proposed API and its wiring
2017-07-10 16:17:27 +02:00
Andre Weinand
5eb21eaa8a
Debug API for tracking current debug session; fixes #30157
2017-07-06 00:27:14 +02:00
Andre Weinand
ec5b049865
make proposed Debug API official; fixes #30096
2017-07-04 16:37:18 +02:00
Dirk Baeumer
0e39ec5af5
Fixes #29835 : Move Task API from proposed to final.
2017-06-29 11:03:33 +02:00
Johannes Rieken
6a26abf08e
add telemetry for new multiroot workspace API, #28526
2017-06-28 16:34:38 +02:00
Sandeep Somavarapu
69e9593822
Fix #29633
2017-06-28 15:33:34 +02:00
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