Commit Graph

497 Commits

Author SHA1 Message Date
isidor
1f06066a9c debug integration tests reenable 2020-02-07 14:42:52 +01:00
isidor
73aeb31e20 disable start debugging integration test 2020-02-07 11:34:39 +01:00
Benjamin Pasero
df3764ab52 workaround #90162 2020-02-07 07:20:44 +01:00
isidor
5835d42bdf debug intregration tests: use debug.startDebugging 2020-02-06 12:50:33 +01:00
isidor
fd66f569f6 debug: reanable integration tests 2020-02-06 12:47:31 +01:00
isidor
a101d32ff6 temporarily disable start debuggin test since it is flaky 2020-02-05 18:15:33 +01:00
isidor
f84d9850e7 debug: fix integration tests 2020-02-05 16:52:07 +01:00
isidor
c47f30e7c0 debug integration tests: remove flaky part of test that requires window focus 2020-02-05 11:46:01 +01:00
isidor
1e057b7393 debug integration tests: make sure to focus editor before toggleBreakpoint
fixes #90047
2020-02-05 10:49:21 +01:00
Robo
01989df7c9 chore: update to electron 7 (#89260)
* Revert "revert back to electron 6 (#89245)"

This reverts commit 5d498736f4.

* chore: update electron@7.1.11
2020-02-04 12:56:23 -08:00
Matt Bierner
b1c5e2f19b Don't include dom typings in extensions (#89942)
**Problem**
All of our extensions currently are built using the dom typings. This can lead to runtime errors if you mistakenly use `window` or similar

**Fix**
Exclude the dom typings from compile. Then explicitly import the node types for `URL` and `TextEncoder`
2020-02-04 11:08:22 -08:00
isidor
491a17bd71 debug integrations tests: better testing of starting of debug 2020-02-04 16:39:26 +01:00
isidor
3900de53e0 debug: introduce intregration tests 2020-02-04 15:43:30 +01:00
Johannes Rieken
b2f1dda2e5 integration-tests for #84177 2020-01-27 10:59:08 +01:00
Johannes Rieken
163335ae11 test for #84177 2020-01-27 10:49:25 +01:00
Benjamin Pasero
5d498736f4 revert back to electron 6 (#89245) 2020-01-24 14:39:40 -08:00
Benjamin Pasero
cd2e132fbc tests - avoid tests that bring up webview for now (#88415) 2020-01-24 07:20:53 +01:00
Benjamin Pasero
cdc2469931 untitled - rewrite creation logic 2020-01-17 11:33:13 +01:00
Benjamin Pasero
2585092dbe tests - reduce output of integration tests (#84283) 2020-01-15 12:56:22 +01:00
Benjamin Pasero
7c8b0844ec fix #87330 2020-01-14 10:48:10 +01:00
deepak1556
358b1ab5af skip webview tests for https://github.com/microsoft/vscode/issues/88415 2020-01-10 16:38:59 +05:30
Matt Bierner
c8123dee96 Fix webviews for electron 7
Caused by #83796

Also re-enables the webview tests
2020-01-09 15:06:11 -08:00
Robo
4c7431ca8d chore: Upgrade to electron 7.x (#83796)
* chore: bump electron@7.0.0

* chore: update api

* chore: Bump electron@7.0.1

* chore: bump electron@7.1.0

* chore: Bump electron@7.1.1

* chore: Bump electron@7.1.2

* FIXME: Skip webview tests that have improper shutdown path

* chore: Bump electron@7.1.3

* bump electron@7.1.5

* debug test failures

* chore: bump electron@7.1.7

* skip test for https://github.com/microsoft/vscode/issues/87330

Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>
2020-01-09 19:16:52 +05:30
Daniel Imms
57c4500da1 Merge pull request #87999 from microsoft/tyriar/85257
Flush all buffered data events on terminal close
2020-01-06 10:50:05 -08:00
Johannes Rieken
df48af1684 fix #88000 2020-01-03 16:27:14 +01:00
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