Commit graph

173 commits

Author SHA1 Message Date
Joao Moreno b6bc9ecd4d yarn: missing yarn.lock files 2017-11-13 23:07:17 +01:00
Erich Gamma a54c44cb0d Enabling the 'noUnusedLocals' compiler option for extensions 2017-11-08 10:23:49 +01:00
Matt Bierner 69832fddf6 use import mocha instead of <reference> for some tests 2017-11-07 14:54:20 -08:00
Matt Bierner e5b9b820ef Move vscode-api-tests to strict 2017-11-06 14:32:01 -08:00
Matt Bierner 7cba0cd7ee Move python extension to strict 2017-11-06 14:26:08 -08:00
Johannes Rieken 47bd8ae1ca Revert "fix #37484"
This reverts commit c8a8fc7ddd.
2017-11-02 11:50:53 +01:00
Johannes Rieken c8a8fc7ddd fix #37484 2017-11-02 11:05:03 +01:00
Benjamin Pasero 20d7f8ab15 test for showWorkspaceFolderPick 2017-10-12 10:39:35 +02:00
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
Martin Aeschlimann 12d4925c72 Use strict version-identifier for @types/xyz-modules . For #35561 2017-10-04 11:25:45 +02:00
Johannes Rieken bdbc992e29 Using strict version-id for @types-modules, #35561 2017-10-04 10:33:38 +02:00
Benjamin Pasero 6f7cabae9e disable test on proposed API 2017-09-23 08:31:30 +02:00
Matt Bierner 848923bf08 Enable proposed api in api-tests 2017-09-22 16:39:47 -07:00
Benjamin Pasero 492ae2a023 Workspace folder picker command (for #32936) (#34648)
* Workspace folder picker command (for #32936)

* fix test

* make this proper API
2017-09-20 15:06:30 +02:00
Johannes Rieken 7c0116c68e Merge pull request #34649 from eamodio/feature-active-viewcolumn
Closes #27408 - Adds ViewColumn.Active
2017-09-20 09:08:45 +02:00
Eric Amodio 8631b22498 Closes #27408 - Adds ViewColumn.Active 2017-09-19 11:30:14 -04:00
isidor efdc328058 ${workspaceRoot} -> ${workspaceFolder} 2017-09-19 11:21:49 +02:00
Johannes Rieken b7c5d6791c fix #33691 2017-09-06 11:32:52 +02:00
Johannes Rieken 95d150db14 add vscode.env.appRoot 2017-09-01 11:09:41 +02:00
Johannes Rieken 549ed8ff03 add api-test for MarkdownString, #29076 2017-08-28 11:23:07 +02:00
Johannes Rieken 5731f0d011 missing change 2017-07-24 13:00:21 +02:00
Benjamin Pasero 955e4b8c06 Add showTextDocument(uri|file) 2017-07-17 07:54:23 +02:00
Daniel Imms 4f6d1e2a5a Remove terminal onData API test 2017-07-13 18:16:53 -07:00
Benjamin Pasero d768111d14 try to fix flaky linux tests on travis 2017-07-13 08:07:41 +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 7e68adad64 simplify tests, fix tests, promise ftw 2017-05-26 11:07:17 +02:00
Matt Bierner 7d2dea4e45 Add "Include" to extension TSConfig Files (#25860)
**Bug**
Most VSCode extensions currently specify `"exclude"` in their `tsconfig.json` but not `"include"`. This may result in extra files being included in each project

**Fix**
Add  `"include": ["src/**/*"]` to all extension tsconfig files
2017-05-05 11:37:59 -07:00
Johannes Rieken 127b909c10 some api test love 2017-05-04 16:22:19 +02:00
Johannes Rieken 358eb92d72 make sure default editor position is set, fixes #25801 2017-05-03 14:42:36 +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
Alex Dima 974f8aca31 Fixes #20757: Detect overlapping ranges in the extension host, no need to call into renderer process to find out the edits are illegal 2017-04-27 12:48:58 +02:00
Johannes Rieken 17d85451f1 fix #24457 2017-04-18 14:24:32 +02:00
Johannes Rieken c354922c33 fix #24457 2017-04-13 15:15:17 +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 45378eb8d8 Merge pull request #22303 from Microsoft/joh/eol
TextDocument#eol
2017-03-27 12:08:42 +02:00
Daniel Imms dad0c821d4 Don't run 'test' in the terminal integration test 2017-03-24 14:59:48 -07:00
Daniel Imms 1fa2d91f8c Add integration test 2017-03-24 14:56:49 -07:00
Johannes Rieken 1849ad23a7 add TextEdit#newEol, adopt for workspace edit and onWillSave-event 2017-03-24 16:13:58 +01:00
Johannes Rieken 7d0805e00f Revert "adding TextDocument#isVisible and internals for a visbility change event, #15723"
This reverts commit a6a41fd6c3.
2017-03-24 12:26:51 +01:00
Johannes Rieken a6a41fd6c3 adding TextDocument#isVisible and internals for a visbility change event, #15723 2017-03-23 11:21:16 +01:00
Johannes Rieken e0bbbb8653 add some tests 2017-03-21 09:48:37 +01:00
Johannes Rieken cb7e5a2703 tslint 2017-03-13 13:49:45 +01:00
Johannes Rieken b86a54e757 fix #22453 2017-03-13 13:49:22 +01:00
Cody Hoover ee4473f1ef Follow up to PR #22021 to respond to feedback 2017-03-07 21:36:15 +01:00