Daniel Imms
68f1497536
Skip echo works in the default shell test
2021-02-12 13:40:59 -08:00
Daniel Imms
66d300b1bb
Enable 3 tests
2021-02-12 12:22:34 -08:00
Daniel Imms
6148fedea0
Enable terminal tests that deal with ptys only
2021-02-12 11:34:17 -08:00
Daniel Imms
44477fbb74
Re-enable tests, disable terminal suite
2021-02-12 11:03:01 -08:00
Johannes Rieken
2d6c2d0b2d
wip - move notebook integration test into our normal API test extension
2021-02-12 19:17:03 +01:00
Johannes Rieken
52f633d19c
some 💄 , some API todos
2021-02-12 19:08:34 +01:00
Megan Rogge
ac60c82c7d
add tests ( #115944 )
2021-02-05 15:55:50 -08:00
Sandeep Somavarapu
d4b65868f2
enable the test
2021-02-04 13:58:20 +01:00
Sandeep Somavarapu
9572b419cb
test not running - enable remote check
2021-02-04 13:53:21 +01:00
Sandeep Somavarapu
3c3686e0fb
check only extension
2021-02-04 11:50:34 +01:00
Sandeep Somavarapu
0ecd7f72d8
add remote server cli test
2021-02-04 10:08:29 +01:00
Benjamin Pasero
376716d1ae
status bar - don't leak RPC objects from API ( #115679 )
2021-02-03 14:01:13 +01:00
Johannes Rieken
a01d16e77e
debt - use a native private property in ExtHostQuickInput
2021-02-03 09:44:52 +01:00
Johannes Rieken
c399d039a7
debt - don't expose MainThreadNotebookShape from NotebookEditorDecorationType
2021-02-03 09:30:38 +01:00
Johannes Rieken
a99dd66f0f
test more results of create-functions
2021-02-01 17:41:29 +01:00
Johannes Rieken
2ceeaeb681
hide proxy from TextEditorDecorationType
2021-02-01 17:06:51 +01:00
Johannes Rieken
a0c75f6053
add tests for createXYZ functions and skip most of them...
2021-02-01 14:52:37 +01:00
Johannes Rieken
46cf57b264
a bunch of failing tests
2021-02-01 12:01:32 +01:00
Johannes Rieken
930b5686ff
add todo
2021-02-01 12:01:26 +01:00
Johannes Rieken
3114b1c4c5
hide rpc proxies
2021-02-01 12:01:20 +01:00
Johannes Rieken
4cfd5f8508
clipboard changes
2021-02-01 12:01:14 +01:00
Johannes Rieken
1ecf01b9c7
mark rpc protocol and proxies with symbols and try to find them from an API test (with success...)
2021-02-01 12:01:07 +01:00
Habib Karim
3db5cd54e1
Implement Pseudoterminal.onDidChangeName
2021-02-01 00:45:19 +00:00
Matt Bierner
8c5e805d3a
Fix spelling
2021-01-28 12:01:38 -08:00
Habib Karim
28a74470d7
Implement onDidChangeTerminalName #114898
2021-01-27 23:57:27 +00:00
Benjamin Pasero
6bd7b70515
Revert "Enable webview tests ( #114059 )"
...
This reverts commit 01c6003c29 .
2021-01-09 11:23:34 +01:00
Matt Bierner
01c6003c29
Enable webview tests ( #114059 )
...
These tests were disable due to some occasional failures on build machines. This PR enables them but with flakySuite while I track down possible causes of these failures
2021-01-08 15:57:28 -08:00
Johannes Rieken
74bc1d2672
re-enable test for https://github.com/microsoft/vscode/issues/111867
2021-01-07 09:18:51 +01:00
Johannes Rieken
0cb7dad36f
adopt creation of N resources at once, https://github.com/microsoft/vscode/issues/111867
2021-01-06 14:46:32 +01:00
Johannes Rieken
b99e9bc299
apply file edits in bulks of equal edits, https://github.com/microsoft/vscode/issues/111867
2021-01-06 14:46:32 +01:00
Alexandru Dima
7ca71e763d
Move away from deprecated 'vscode' node module ( #112718 )
2020-12-17 21:40:14 +01:00
Johannes Rieken
bb68097d15
add extra check to understand https://github.com/microsoft/vscode/issues/112263
2020-12-11 09:48:15 +01:00
Alex Dima
52e9e02e0a
Fixes #110141 : Do not push undo stack elements for a no-op EOL change
2020-11-12 12:18:27 +01:00
Alex Dima
3725ff44d5
Fixes #109131 : Do not fail if an undo stop is inserted in between the two consecutive edits
2020-10-22 09:59:35 +02:00
Benjamin Pasero
13ccfeb2cd
test - check for dirty flag too ( #107739 )
2020-10-07 07:53:09 +02:00
Alex Dima
1a9e0af641
Fixes #107815 : Remove save RenameOperation
2020-10-06 22:53:57 +02:00
Alex Dima
ca01c69720
Finalize test for #107739
2020-10-06 22:45:46 +02:00
Alex Dima
443508c4c9
Add test for #107739
2020-10-06 22:18:30 +02:00
Alex Dima
296147c88e
Fix integration tests
2020-09-30 20:58:26 +02:00
ChaseKnowlden
e8760a5d6c
Fix capitalization of GitHub org
2020-09-17 11:43:03 +02:00
Matt Bierner
4799714403
Remove extra awaits
...
These functions return void so we don't need to await them
2020-09-16 15:11:21 -07:00
Matt Bierner
50cc1d0e97
Update to use TS 4.1 for building VS Code
2020-09-16 11:58:01 -07:00
Matt Bierner
d1b49cd8b9
Adding more explicit typings for TS 4.1 new Promise logic
2020-09-16 11:58:01 -07:00
Daniel Imms
6821292b4b
Fix ts 4.1 issues in terminal api tests
2020-09-09 12:43:25 -07:00
Christof Marti
d08e158b8d
Investigate #104554
2020-08-31 16:30:58 +02:00
Alex Ross
0de8d51904
Finalize task detail API
...
Fixes #69785
2020-08-27 11:08:48 +02:00
Ladislau Szomoru
06730e3e29
Azure DevOps pipeline - generate unique test result names ( #105148 )
...
* Set suite name based on environment variable
2020-08-21 15:05:15 +02:00
Ladislau Szomoru
b2efcbf687
Add process.arch into the test results file name ( #104946 )
2020-08-19 07:48:37 +02:00
Daniel Imms
f7f05dee53
Don't require creationOptions to be the same object
...
Fixes #102950
2020-08-12 17:02:40 -07:00
Daniel Imms
9a2696d391
Don't fire onDidChangeTerminalDimensions when cols/rows is 0
...
Fixes #83778
2020-08-12 16:33:55 -07:00