Daniel Imms
027d7caec5
Flush all buffered data events on terminal close
...
Fixes #85257
2020-01-02 08:41:08 -08:00
Andre Weinand
929c420d8a
rename debug API's onSendMessage to onDidSendMessage
2019-12-12 14:48:38 +01:00
Rob Lourens
731e2b9591
Revert rootPath changes
...
This reverts commits a416c77e56 ,
5bc80f3ea0 ,
0403a10885
2019-12-09 10:56:39 -08:00
Rob Lourens
a416c77e56
Fix rootPath test
2019-12-06 14:32:27 -08:00
Johannes Rieken
e7a7e46fcc
add another unit test for #80688
2019-12-02 15:57:07 +01:00
Andre Weinand
665b576260
some tweaks for inline debug adaper API; see #85544
2019-11-30 00:52:33 +01:00
Andre Weinand
154275c2e1
remove proposed type 'DebugAdapterInlineImplementation' from vscode.d.ts for now
2019-11-29 18:40:56 +01:00
Andre Weinand
bb2f59b094
adapt to proposed API
2019-11-28 17:55:12 +01:00
Andre Weinand
5f5a65c441
prevent vscode-api-tests from running in node.js
2019-11-21 13:26:38 +01:00
Andre Weinand
343f26602e
remove obsolete comment
2019-11-21 13:26:38 +01:00
Andre Weinand
37f18e8f2d
don't activate vscode-api-test on debug; fixes #85230
2019-11-20 23:23:18 +01:00
Andre Weinand
f09c852a28
web worker: support F5 debugging w/o launch.config
2019-11-20 17:36:09 +01:00
Daniel Imms
7ab2322170
Fix compile
2019-11-19 11:28:31 -08:00
Benjamin Pasero
04d634e1d6
💄 sample extension
2019-11-19 15:33:21 +01:00
Andre Weinand
5c372215d5
add mock debug to web sample
2019-11-19 12:12:17 +01:00
Andre Weinand
4b79df84fb
fix launch.json
2019-11-18 16:29:21 +01:00
Johannes Rieken
47d1736ad5
some more API tests for creating/deleting files, #43768
2019-11-18 15:58:33 +01:00
Johannes Rieken
8252d8afb7
fix compile error
2019-11-18 14:32:17 +01:00
Benjamin Pasero
6d1ddf0730
web - fix problems to show up from yarn web
2019-11-12 19:06:48 +01:00
Benjamin Pasero
1a1e7c9545
debt - allow extHostSearch in common ( #84109 )
...
* debt - allow extHostSearch in common
* web - implement text search provider
* fix text search
* Update extensions/vscode-api-tests/src/extension.ts
Co-Authored-By: Rob Lourens <roblourens@gmail.com >
2019-11-12 18:57:08 +01:00
Benjamin Pasero
5ae52b61cb
files - implement ctime properly as btime ( fix #84525 )
2019-11-12 10:42:04 +01:00
Alex Dima
c9a2de2d9c
Improve integration test output on Windows ( #84239 )
2019-11-08 17:21:35 +01:00
Benjamin Pasero
5a569ad3dd
yarn web - do not have root in memfs
2019-11-06 15:30:50 +01:00
Benjamin Pasero
4d44cfa7c8
web - fix decoration sample
2019-11-06 14:11:17 +01:00
Daniel Imms
e41c71b0d0
Merge branch 'master' into tyriar/63052
2019-11-05 10:32:42 -08:00
Daniel Imms
1d60909d1f
Implement Terminal.creationOptions API
...
Fixes #63052
2019-11-05 10:30:43 -08:00
Daniel Imms
fedfbacf80
Merge pull request #84000 from microsoft/tyriar/exitCode
...
Support Terminal.exitStatus API
2019-11-05 09:59:23 -08:00
Daniel Imms
2a0d3d0140
Support Terminal.exitStatus API
...
Fixes #62103
2019-11-05 09:09:39 -08:00
Benjamin Pasero
4de0e4d27a
web - support tasks in "yarn web"
2019-11-05 15:45:10 +01:00
Benjamin Pasero
4bcb08d773
web - better sample and problems support for "yarn web"
2019-11-05 15:31:25 +01:00
Johannes Rieken
aedcdc9a8e
some tests for working copy events, #43768
2019-11-04 15:57:54 +01:00
Benjamin Pasero
8e809b0230
web - fix single folder api tests
2019-11-04 14:19:37 +01:00
Benjamin Pasero
f5219f0fec
tests - add an integration test for editor contents from workspace file
2019-11-04 13:23:04 +01:00
Daniel Imms
f5cb824330
Ignore 0,0 event to fix override dimensions pty test
...
See #83778 for follow up (when we're not in endgame)
2019-10-31 11:39:03 -07:00
Daniel Imms
82c348326c
Merge remote-tracking branch 'origin/master' into tyriar/integration_test
2019-10-31 11:28:31 -07:00
Daniel Imms
fe2e842fee
Ensure terminal/task tests don't leak listeners across tests
2019-10-31 11:21:18 -07:00
Daniel Imms
c0e630fd7a
Pass assertion failure to done
2019-10-31 10:43:36 -07:00
Benjamin Pasero
b7b21844e7
api - fold app uri creation into asExternalUri ( fix #82884 )
2019-10-29 07:18:19 +01:00
Eric Amodio
d6cbcb5eec
Fixes failing terminal test
2019-10-28 09:02:53 -04:00
Benjamin Pasero
ca22de4b17
debt - bump node.d.ts dependency in extensions to 12.x (part of #82514 )
2019-10-28 08:11:47 +01:00
Daniel Imms
ebc27c4410
More formatting
2019-10-23 16:57:22 -07:00
Daniel Imms
a00301d074
Format/minimize diff
2019-10-23 16:54:04 -07:00
Eric Amodio
95b1f7c3c0
Reworks the test to not be timing specific
2019-10-23 18:28:17 -04:00
Eric Amodio
000006f0d1
Fixes terminal integration test timing
2019-10-23 18:28:16 -04:00
Benjamin Pasero
49129e9911
Allow to run web client out of sources ( #82569 )
...
* web - first cut allow to run from oss
* add launch config
2019-10-15 10:50:25 +02:00
Alex Ross
dc4b1c231c
Rename CustomExecution2 to CustomExecution
...
Part of #80375
2019-10-11 14:43:23 +02:00
Benjamin Pasero
689e2fd320
fix compile
2019-10-02 14:20:32 +02:00
Benjamin Pasero
bb0dbb3b9c
fix vscode.open() tests ( #81833 )
2019-10-02 12:28:48 +02:00
Joao Moreno
695ee74864
doh
2019-10-02 10:28:23 +02:00
Joao Moreno
3f21572d6a
comment out test
2019-10-02 09:54:18 +02:00