Commit Graph

355 Commits

Author SHA1 Message Date
Johannes Rieken
f515c229c9 make edit-builder throw when used after finalized, #78066 2019-07-29 10:56:41 +02:00
Daniel Imms
6bb5e193f9 start -> open, exit -> close, remove exit code 2019-07-26 15:30:36 -07:00
Daniel Imms
ae86d9415f Remove suite.only 2019-07-25 16:24:04 -07:00
Daniel Imms
3866deba35 Use pty naming instead of virtual process
Part of #77160
2019-07-25 16:00:41 -07:00
Daniel Imms
909ab9d101 Fix compile 2019-07-25 09:07:18 -07:00
Rob Lourens
70ab0ada55 Fix 'null' exclude for findFiles, add more tests
Fix #77813
2019-07-24 14:24:13 -07:00
Daniel Imms
36e08fed41 Merge pull request #77839 from microsoft/tyriar/task_vp_fix
Add CustomExecution2 test and make start fire after onDidOpenTerminal
2019-07-24 11:40:16 -07:00
Johannes Rieken
5d8bd62eac add API test for onDidExecuteCommand, #1431 2019-07-24 14:58:35 +02:00
Daniel Imms
b0603017ba Fail test if resolveTask is called 2019-07-23 17:47:38 -07:00
Daniel Imms
0950523069 Use const 2019-07-23 17:46:46 -07:00
Daniel Imms
7be48949b7 Remove unused exit emitter 2019-07-23 17:36:56 -07:00
Daniel Imms
9d43802fd4 Create CustomExecution2 test, make start fire after onDidOpenTerminal
Part of #70978
2019-07-23 17:35:11 -07:00
Daniel Imms
df5d748fe5 Fix integration tests 2019-07-23 16:23:02 -07:00
Johannes Rieken
e165b387a1 add unit test for #77735 2019-07-23 17:12:42 +02:00
Daniel Imms
fd48fa0d3b Fix dimenisons test and clean up 2019-07-12 10:37:29 -07:00
Daniel Imms
3092a1023c Remember dimensions from other terminals
Part of #77228
2019-07-11 21:18:06 -07:00
Johannes Rieken
65270230af tweak options for delete and write, #48034 2019-07-09 16:23:48 +02:00
Johannes Rieken
a4fc9bb8c4 improved error propagation, #48034 2019-07-09 16:17:02 +02:00
Johannes Rieken
51123cd133 wrap error into FileSystemError, #48034 2019-07-09 15:20:10 +02:00
Matt Bierner
a558a9504a Adding toWebviewResource api
For #76489
2019-07-08 18:38:47 -07:00
Daniel Imms
4683c39346 Include env.shell in api tests 2019-07-07 09:57:58 -07:00
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