Commit graph

334 commits

Author SHA1 Message Date
Daniel Imms a57a43de01 Disable conpty in integration tests and re-enable
Fixes #75689
2019-07-04 07:59:04 -07:00
Daniel Imms 6a7d02f2f4 Remove unused function 2019-07-03 20:44:29 -07:00
Daniel Imms 6e676ca495 Remove unused imports 2019-07-03 20:43:52 -07:00
Daniel Imms 8cc05770c0 Disable terminal tests failing on macOS
Part of #76515
2019-07-03 20:38:03 -07:00
Daniel Imms e52805a945 Add missing semicolons 2019-07-03 17:28:43 -07:00
Daniel Imms 112a60d637 Ensure terminal tests don't leak terminals
Part of #76515
2019-07-03 17:22:18 -07:00
Daniel Imms 059882642b Fix terminal.test.ts compile errors 2019-07-03 10:09:53 -07:00
Daniel Imms fa74f76e6d Add dimensions override test 2019-07-02 18:19:32 -07:00
Daniel Imms 880a0c1507 Merge remote-tracking branch 'origin/master' into tyriar/virtual_process 2019-07-02 18:10:33 -07:00
Daniel Imms b3cd0e5b37 Move renderer tests into a suite 2019-07-02 18:09:33 -07:00
Daniel Imms 9d01ac8949 Fix virtual process resize and debounce event 2019-07-02 17:40:25 -07:00
Daniel Imms 5e804dc4ed Move terminal api tests into new file 2019-07-02 11:51:42 -07:00
Daniel Imms 3ce04754ad Rename runInBackground to hideFromUser
See #75278
2019-06-25 10:53:30 -07:00
Martin Aeschlimann 75fed4073f Test remoteName and extensionKind (for #76028) 2019-06-25 17:20:46 +02:00
Matt Bierner 8119b4aee7 Move the webviewResourceRoot property to be set on each webview instead of as a global property
For #72155

This allows  us to potentially change the resource root per webview
2019-06-24 17:07:06 -07:00
Johannes Rieken b4aabbf31f use posix.join 2019-06-24 15:40:19 +02:00
Johannes Rieken 320fffc44a
Merge pull request #75882 from microsoft/joh/fs
vscode.workspace.fs
2019-06-24 14:57:45 +02:00
Benjamin Pasero d813315714 comment out more (for #74898) 2019-06-24 10:49:34 +02:00
Johannes Rieken 44596ac959 first version of vscode.workspace.fs 2019-06-21 10:56:36 +02:00
Matt Bierner 535c9d5627
Merge pull request #75741 from microsoft/dev/mjbvz/webviewResourceRoot
Add vscode.env.webviewResourceRoot API
2019-06-19 14:10:17 -07:00
Benjamin Pasero 4a7e7b5cef comment out more tests (#74898) 2019-06-19 11:48:46 +02:00
Matt Bierner 7f3d3d835f Add vscode.env.webviewResourceRoot api
Fixes #72155

Adds a constant to the api that tracks the root path for resources inside of webviews. This is required because we will not be able to use `vscode-resource:` uris on the web. Our current approach is to rewrite the html we are given but there are almost certainly going to be cases where we don't get this quite right.

Adopts the new api for the markdown preview
2019-06-18 22:29:37 -07:00
Benjamin Pasero 356440d72d windows - disable terminal integration tests (#75689) 2019-06-18 13:48:30 +02:00
Aurélien Pupier 7a5bca9faf Add License field to package.jsons #68423 (#68771)
it should avoid to have "warning XXX: No license field" during yarn
build

Signed-off-by: Aurélien Pupier <apupier@redhat.com>
2019-06-06 11:44:50 +02:00
Benjamin Pasero d78a75973c
update @types/node (#74881) 2019-06-05 10:20:01 +02:00
Daniel Imms 1f6bf9b92c Add some runInBackground terminal tests 2019-05-23 12:38:25 -07:00
Matt Bierner c2b02df9ab Allow hidden (but persisted) webviews to recieve messages
Fixes #47534
2019-05-22 15:25:48 -07:00
Benjamin Pasero 6ce6d6d1c5 add integration test for #66338 2019-05-06 11:21:06 +02:00
Benjamin Pasero 053a32e2bb tests updates 2019-04-18 07:43:44 +02:00
Daniel Imms 68b2b6d4eb Revert "disable failing tests (#72465)
This reverts commit 5ac6601ab8.
2019-04-17 11:15:35 -07:00
Benjamin Pasero c72cfe0c65
Provide API to get access to the workspace configuration file (#37421) (#72490)
* Provide API to get access to the workspace configuration file (#37421)

* fix untitled ID

* update docs
2019-04-17 14:24:10 +02:00
Benjamin Pasero 5ac6601ab8 disable failing tests (#72465) 2019-04-17 08:43:54 +02:00
Daniel Imms d73c1a61b9 Tweaks to test running 2019-04-10 22:29:43 +02:00
Benjamin Pasero 63b80d0a4f build - disable another flaky test 2019-03-26 18:07:25 +01:00
Benjamin Pasero e764acdbb4 disable flaky test (#70887) 2019-03-21 10:36:24 +01:00
Martin Aeschlimann 5f09de6e7a api tests: avoid rootPath 2019-03-20 17:41:00 +01:00
Martin Aeschlimann 9e984cd673 api-tests: avoid rootPath 2019-03-20 17:33:30 +01:00
Daniel Imms 02423d3f15 Fix flaky terminal test 2019-03-18 17:07:57 -07:00
Rob Lourens 92629f3f5f findFiles tests 2019-03-05 19:17:54 -08:00
Rob Lourens 10fdea204a Fix #69840 2019-03-05 14:52:09 -08:00
Matt Bierner 9061cad570 Removing preview.html command
Fixes #62630
2019-03-01 16:06:51 -08:00
Martin Aeschlimann aa575b1e8a integration test fixes 2019-02-22 23:20:35 +01:00
Martin Aeschlimann 2fc2a915fc Flaky integration test: completions with document filters. Fixes #68974 2019-02-20 10:56:04 +01:00
Rob Lourens c5a5b8b0e5 Fix #68125 - findFiles should not use loose patterns like the search view 2019-02-18 19:10:05 -08:00
Martin Aeschlimann 76323b1ac7 api tests for links 2019-02-15 10:17:41 +01:00
Martin Aeschlimann dd40499fda Use URI for linkDTO 2019-02-14 18:24:32 +01:00
Johannes Rieken 7b281daea5 es6 aftermath, static property of type X are created before decorating type X and therefore failing the instanceof-check 2019-02-14 15:59:55 +01:00
Johannes Rieken c110d84460 fix integration test 2019-02-08 18:03:56 +01:00
Benjamin Pasero e2d1fd06d1 debt - update extensions node dependency to 10.x 2019-02-07 08:49:36 +01:00
Daniel Imms 98eb895141 Implement onDidChangeTerminalDimensions
Fixes #55718
2019-02-05 04:44:13 -08:00