Commit graph

44022 commits

Author SHA1 Message Date
isidor 2804e0d205 fixes #65491 2018-12-27 11:47:38 +01:00
Johannes Rieken a6ded3ceb5 show loader stats in #65400 2018-12-27 11:11:37 +01:00
isidor 7a0c826121 more specific selector for repl content 2018-12-27 10:32:14 +01:00
Johannes Rieken 96d2413a4e Tweak ctor of SelectionRange, https://github.com/Microsoft/language-server-protocol/issues/613 2018-12-27 10:07:23 +01:00
Daniel Imms 577f744a3e Fix context menu showing up when double right clicking terminal on Windows
Fixes #64812
2018-12-26 12:27:23 -08:00
Daniel Imms 7aecf20a56 vscode-xterm@3.10.0-beta7
Fixes #65702
2018-12-26 11:05:36 -08:00
Andre Weinand fc443d1571 support 'command' input variable; fixes #64362 2018-12-24 16:46:18 +01:00
Matt Bierner 450910e353 Use glob for strict null check base/browser 2018-12-23 22:38:06 -06:00
Matt Bierner 9c9788f733 Sorting strict null checks 2018-12-23 22:32:40 -06:00
Josh Goldberg d659000852 Converted about 25 *.test.ts files to --strictNullChecks (mostly automatically) (#65581)
* Manually added strict null checks in around 70 files

* Fixed tsconfig.strictNullChecks.json merge fail

* Touched up a few unnecessary type changes

* Removed files already in other PRs
2018-12-23 20:28:51 -08:00
Prateek Singh cb674e7d11 fix: strict null checking for simpleServices test (#65571) 2018-12-23 20:25:55 -08:00
Julia McGeoghan 8e79901e8b Fix common/configurationModels.test.ts null type check (#65556) 2018-12-23 20:25:29 -08:00
Kermit Xuan e8076e443d Strict null checking for node/storage browser/ui/dataTree and browser/htmlContent (#65503)
* Enable strict null checking for String test

* Enable strict null checking for node/storage test

* Enable strict null checking for browser/htmlContent test

* Enable strict null checking for browser/ui/dataTree test
2018-12-23 20:24:26 -08:00
Matt Bierner 2b2b664395 Supress null in caller, not in function 2018-12-23 22:23:42 -06:00
Matt Bierner b2ba2391ff Prefer const 2018-12-23 22:22:38 -06:00
Matt Bierner 494e5e8509 Fix bug for completing function name parameters if function name contained special snippet syntax 2018-12-23 22:22:38 -06:00
Matt Bierner 75071898dc Adding test for vscode.executeSignatureHelpProvider 2018-12-23 22:22:38 -06:00
Chris Ganga 39da581be4 enable strict null check for find controller (#65553) 2018-12-23 20:21:58 -08:00
Gaurav Gupta ff49f58599 Enable strict null checking for contextkey tests (#65474) 2018-12-23 20:20:05 -08:00
davidwu226 2e877e280a Fix invalid JSON. (#65447) 2018-12-23 20:19:29 -08:00
Chris Ganga 982ea6d4a9 enable strict null check (#65454) 2018-12-23 20:19:11 -08:00
Andre Weinand 9cae8bb804 Revert "support 'command' input variable; fixes #64362"
This reverts commit 85eb3a1fdd.
2018-12-24 00:41:40 +01:00
Andre Weinand 85eb3a1fdd support 'command' input variable; fixes #64362 2018-12-24 00:01:46 +01:00
Rob Lourens fa0812d256 Fix integration tests 2018-12-23 15:32:18 -06:00
Rob Lourens a70d7cc9ae Strict null check fileSearch - #60565 2018-12-22 23:00:42 -06:00
Rob Lourens 4542a22fa7 replace.ts strict null check 2018-12-22 22:13:11 -06:00
Rob Lourens f045bb5c85 Strict null check SearchModel #60565 2018-12-22 10:09:34 -06:00
Rob Lourens 2316dd6051
Merge pull request #61526 from maxbarnas/feature/gh-61410-search-in-folder-keybinding
#61410 Add keybinding to "Find in Folder" action
2018-12-22 09:55:09 -06:00
Maksymilian Barnaś 8dc19f2336 Remove redundant command registration 2018-12-22 11:38:44 +01:00
Maksymilian Barnaś def6836469 Change keybinding to Shift+Alt+F 2018-12-22 11:38:44 +01:00
Maksymilian Barnaś 40567e4ae3 Add keybinding to Find in Folder action. Leave handler in search.contributions.ts because of import limitations on /browser/* files 2018-12-22 11:38:43 +01:00
Rob Lourens 8244f53c1f Fix search results sort - Fix #65502 2018-12-21 15:32:23 -06:00
Rob Lourens b19262079b Search ITree cleanup 2018-12-21 15:32:23 -06:00
Daniel Imms c37faa8d8e
Merge pull request #65569 from Microsoft/tyriar/conpty
Add terminal ConPTY support on Windows
2018-12-21 12:45:56 -08:00
Alex Dima 41a3497587 Revert "debt - remove unused node dialog service"
This reverts commit c9efee4636.
2018-12-21 21:36:31 +01:00
Daniel Imms 50d4ce7d8a node-pty@0.8.0 2018-12-21 12:35:51 -08:00
SteVen Batten 6b8c946136 fixes #58872 2018-12-21 15:08:24 -05:00
Daniel Imms fedf2f8771 Rename experimentalUseConpty to windowsEnableConpty 2018-12-21 12:00:35 -08:00
Daniel Imms 080f403c2b Flip default to use conpty based on build number
We can revert this before stable if there are bit issues, but the fact that
#57803 goes away is pretty big.
2018-12-21 11:54:55 -08:00
SteVen Batten 4127f0adfe fixes #54049 2018-12-21 14:41:00 -05:00
Pine Wu b0cf047d8e Fix #62325 2018-12-21 11:36:19 -08:00
Daniel Imms 8dfe61969e Merge remote-tracking branch 'origin/master' into tyriar/conpty 2018-12-21 11:19:46 -08:00
SteVen Batten 5aacc3dc27 fix null check 2018-12-21 14:17:23 -05:00
Daniel Imms 7b26c885da node-pty@0.7.8-conpty2 2018-12-21 10:59:54 -08:00
Daniel Imms dceb815558 Merge remote-tracking branch 'origin/master' into tyriar/conpty 2018-12-21 10:49:44 -08:00
SteVen Batten c8b7d5d91e fixes #64933 2018-12-21 11:26:05 -05:00
Alex Dima ed6de6abf5 Explorations 2018-12-21 14:53:35 +01:00
Alex Dima 938d9c5aca Introduce BufferedProtocol to never miss messages 2018-12-21 14:53:35 +01:00
Julia McGeoghan 297f871efa Enable strict null checking for node/flow test (#65541)
* flow-test-fix

* flow-test-fix

* Revert "flow-test-fix"

This reverts commit 4f0c4beddc.
2018-12-21 14:50:23 +01:00
Benjamin Pasero c9efee4636 debt - remove unused node dialog service 2018-12-21 13:51:32 +01:00