Benjamin Pasero
722ad8026a
fix tests
2017-10-04 18:04:15 +02:00
Benjamin Pasero
971d7b642f
fix tests
2017-10-04 15:01:20 +02:00
Johannes Rieken
549ed8ff03
add api-test for MarkdownString, #29076
2017-08-28 11:23:07 +02:00
Benjamin Pasero
f381ce961d
Add API to open a file or diff editor on a specific selection range ( fixes #30241 )
2017-07-07 12:20:34 +02:00
Rob Lourens
d51eaa45c8
Bump timeout for test involving search - fix #28794
2017-06-21 14:14:18 -07:00
Rob Lourens
ddce302ba1
Revert "Bump timeout for test involving search - #28794 "
...
This reverts commit c793042d0b .
2017-06-21 10:41:03 -07:00
Rob Lourens
c793042d0b
Bump timeout for test involving search - #28794
2017-06-21 10:02:56 -07:00
Johannes Rieken
85a0a67ce5
fix integration tests
2017-06-07 16:13:06 +02:00
Johannes Rieken
127b909c10
some api test love
2017-05-04 16:22:19 +02:00
Johannes Rieken
350be19085
enable valid test, #25539
2017-04-27 14:24:21 +02:00
Johannes Rieken
13b11919c6
use correct uri manipulation, #25539
2017-04-27 14:17:12 +02:00
Benjamin Pasero
5ecf0cda9a
Clean up some editor input debt and lifecycle issues ( #24439 )
2017-04-10 19:37:42 +02:00
Johannes Rieken
1849ad23a7
add TextEdit#newEol, adopt for workspace edit and onWillSave-event
2017-03-24 16:13:58 +01:00
Johannes Rieken
e0bbbb8653
add some tests
2017-03-21 09:48:37 +01:00
Cody Hoover
ee4473f1ef
Follow up to PR #22021 to respond to feedback
2017-03-07 21:36:15 +01:00
Cody Hoover
503f8f516e
Add ability to open untitled document with initial content ( #22021 )
2017-03-07 07:43:21 +01:00
Matt Bierner
cda3584a99
Use @types/node in extensions ( #19692 )
...
Switches builtin extensions to use @types/node for node definitions. Fixes a few errors that show up as a result of updating to a more modern version of node.d.ts
2017-02-01 15:20:17 -08:00
Matt Bierner
7c633148b3
Remove unneeded d.ts files from extensions ( #19653 )
...
* Remove unneeded d.ts files from extensions
Moves most extensions to use the lib files for the standard library that typescript provides.
* Remove a few more node.d.ts references
2017-02-01 12:34:50 -08:00
Benjamin Pasero
8b7756063b
Open new file buffer via API
2017-01-18 19:13:26 +01:00
Benjamin Pasero
f9ce2e16fc
fix compile errors
2017-01-09 18:13:23 +01:00
Johannes Rieken
7b12aeb422
config-editing, api-test use strictNull-checks, #6907
2016-11-23 12:12:31 +01:00
Johannes Rieken
196c630451
tsfmt - extensions/vscode-api-tests
2016-10-08 09:41:37 +02:00
Johannes Rieken
e3219411b7
don't test for the number of methods...
2016-08-29 11:30:18 +02:00
Johannes Rieken
45f1593479
adjust test for new member, #1396
2016-08-25 15:36:56 +02:00
Johannes Rieken
e3c810ec52
test for index-access style, make object immutable, #1396
2016-08-25 12:11:27 +02:00
Johannes Rieken
d681654ac9
more test to cement current behaviour, #1396
2016-06-08 13:38:07 +02:00
Johannes Rieken
e8ddfed2cc
getConfiguration should not crash when section denotes a value, #1396
2016-06-08 11:56:30 +02:00
Benjamin Pasero
dcd7c87af5
improve revert logic for untitled (also dispose untitled input after save)
2016-06-06 16:20:16 +02:00
Johannes Rieken
d37a76dc92
allow empty string as valid document content, fixes #6526
2016-05-19 12:45:42 +02:00
Johannes Rieken
c0b4331de1
use untitled scheme without the risk of a long authority, #5949
2016-04-28 16:42:01 +02:00
Benjamin Pasero
8e0ebc3a21
fix test for #5649
2016-04-24 10:24:29 +02:00
Johannes Rieken
11eeab9943
extension test for #5649
2016-04-23 19:15:33 +02:00
Benjamin Pasero
45e344292a
more reliable tests in ci
2016-02-09 11:17:15 +01:00
Johannes Rieken
eba220d39c
prepare bulk editor for not having an active editor, fixes #1708
2016-02-02 09:25:58 +01:00
Johannes Rieken
6250b6531e
expose EventEmitter in our API, fixes #2359
2016-01-27 12:18:19 +01:00
Johannes Rieken
8755e438f5
scheme and path or authoriy are mandated, fixes #2341
2016-01-27 11:37:20 +01:00
Johannes Rieken
74d033e92a
allow to register for the same scheme twice. lifo behaviour
2016-01-25 16:12:33 +01:00
Johannes Rieken
a6aa8ddf80
add html preview sample
2016-01-18 18:27:24 +01:00
Johannes Rieken
f345c94847
virtual doc - support content provider signalling change via onDidChange event
2016-01-12 10:50:53 +01:00
Johannes Rieken
ffc21477ea
add missing changes to test
2016-01-08 16:19:49 +01:00
Johannes Rieken
f484123616
refine API, add closeTextDocument call
2016-01-08 12:04:00 +01:00
Johannes Rieken
ac5267eb61
use resourceEditorInput so that virtual documents can be shown in the editor
2016-01-06 17:53:37 +01:00
Johannes Rieken
26fab247a9
first implementation of registerTextDocumentContentProvider api-idea
2016-01-06 16:26:49 +01:00
Johannes Rieken
4dfa345e91
api - allow to provide a cancellation token to findFiles. Fixes #1553
2015-12-22 09:29:49 +01:00
Benjamin Pasero
71eb6386bf
update test
2015-12-17 11:14:35 +01:00
Benjamin Pasero
da2688027e
enable another workspace test
2015-12-07 08:15:11 +01:00
Benjamin Pasero
7ceebcf8ab
first cut green integration tests on windows
2015-12-04 16:17:54 +01:00
Johannes Rieken
1de8f1d608
#723 mark untitled documents as dirty when opened
2015-12-02 11:02:10 +01:00
Benjamin Pasero
5ea34f9dba
return early from confirmSave when we are in extension development mode
2015-11-25 12:51:24 +01:00
Benjamin Pasero
052a1dc8a0
api tests - more use of promises in mocha
2015-11-25 12:04:21 +01:00