Commit Graph

8 Commits

Author SHA1 Message Date
Johannes Rieken dc7402b978 make vscode.d.ts use a declare module, #13990
* a declared module allows to have a sibling module containing experimental API
* this change also cleans up some bogous type pollution that happened because vscode used to be both, a declare module and a global namespace
2016-10-19 11:43:56 +02:00
Johannes Rieken 196c630451 tsfmt - extensions/vscode-api-tests 2016-10-08 09:41:37 +02:00
Alex Dima e1b98c60f6 Fixes #11145: Write integration test for new option bag in TextEditor.edit 2016-08-30 17:37:25 +02:00
Benjamin Pasero 7c483ab854 polish 2016-06-06 07:32:06 +02:00
Alex Dima 8cd47bb55e Fixes #6281: Do not truncate line number, column in position 2016-05-13 15:09:57 +02:00
Benjamin Pasero 052a1dc8a0 api tests - more use of promises in mocha 2015-11-25 12:04:21 +01:00
Benjamin Pasero e5d7c7a919 api tests: cleanup after test run 2015-11-25 10:29:02 +01:00
Benjamin Pasero 4ea2714df8 add more meaningful api tests 2015-11-25 08:44:13 +01:00