Commit Graph
47265 Commits
Author SHA1 Message Date
Matt Bierner 369f42dbed Init properties inline 2019-03-15 10:07:13 -07:00
Daniel Imms 151f478194 Remove unused methods 2019-03-15 10:04:13 -07:00
Daniel Imms 4e3ed34ba4 Fetch remote env from remoteenvservice 2019-03-15 10:03:19 -07:00
Benjamin Pasero c03fd3f04f comment out potential crash code for now (#70563) 2019-03-15 17:46:25 +01:00
isidor 3297348cac fixes #66351 2019-03-15 17:31:11 +01:00
Alex Ross 8f16a02e66 Move remote agent environment out of node (#70568) 2019-03-15 17:00:57 +01:00
isidor 31c1339b2c fixes #70107 2019-03-15 16:37:54 +01:00
Sandeep Somavarapu 5a88160c7d Fix #70385 2019-03-15 16:31:32 +01:00
Sandeep Somavarapu c5585753a7 remove the setting to enable auto installs for missing deps 2019-03-15 15:58:40 +01:00
Benjamin Pasero 50f610fc55 fix strict null 2019-03-15 15:58:00 +01:00
Andre Weinand 3a71ae353c fix variableResolver 2019-03-15 15:48:33 +01:00
Benjamin Pasero 726c247efc nodeless - fix crash in minimap due to missing colors 2019-03-15 15:48:22 +01:00
Benjamin Pasero 4450acaabf 💄 simple file service 2019-03-15 15:18:35 +01:00
Andre Weinand 888080f8ac fix strict null error 2019-03-15 15:15:33 +01:00
Benjamin Pasero 751bb83476 nodeless - disable welcome page for now 2019-03-15 15:08:35 +01:00
Andre Weinand b81ceba1ce strict null for extHostDebugService.ts 2019-03-15 14:53:50 +01:00
Andre Weinand 8c217344e7 prepare for strict null checks in extHostDebug 2019-03-15 14:53:50 +01:00
Andre Weinand f051893f27 strict null for variableResolver.ts 2019-03-15 14:53:50 +01:00
Sandeep Somavarapu 4e542b4a3d #70459 make the setting internal and call it disabled 2019-03-15 14:53:41 +01:00
Benjamin Pasero a1b5e8dc8a debt - inline (scary) stats.ts into diagnostics service where it is used 2019-03-15 14:08:16 +01:00
Sandeep Somavarapu 44ce1ce5fe Command and setting to install missing dependencies 2019-03-15 12:58:49 +01:00
Alex Dima 7ecbbe4489 Strict null checks 2019-03-15 12:48:25 +01:00
Benjamin Pasero 0736c91f97 💄 2019-03-15 12:38:22 +01:00
Benjamin Pasero 1166dfb031 debt - avoid artificial ConfigurationWriter 2019-03-15 12:27:55 +01:00
Benjamin Pasero 7b6004f609 debt - move jsonediting/configediting to common 2019-03-15 12:25:13 +01:00
Benjamin Pasero 0be2e1cc5e debt - extract layout from workbench 2019-03-15 12:11:20 +01:00
Sandeep Somavarapu 18b926cd11 Merge pull request #70548 from Microsoft/sandy081/70546
Improve extension activation failure messages
2019-03-15 11:34:06 +01:00
Alex Dima ff898dd02c Remove unused code 2019-03-15 11:31:46 +01:00
Benjamin Pasero 38b9a27fa5 nodeless - lift file dialog service to /browser (#70541) 2019-03-15 11:18:36 +01:00
isidor 6c65a0dea9 fixes #70552 2019-03-15 11:15:34 +01:00
Sandeep Somavarapu 275fb51519 change missing deps to take only single dep 2019-03-15 10:37:57 +01:00
Sandeep Somavarapu 58340b9ad9 fix strict null checks 2019-03-15 10:22:10 +01:00
Alex Ross de771267b8 Strict null check mainThreadTask.ts
Fixes #70510
2019-03-15 09:19:44 +00:00
Sandeep Somavarapu d6058d77c0 Improve extension activation failure messages 2019-03-15 10:19:21 +01:00
Isidor Nikolic 48612205e1 Merge pull request #70502 from iansan5653/master
Correctly handle succeeding ANSI color codes (fix #70416)
2019-03-15 10:04:24 +01:00
Matt Bierner 671f4f85e4 Mark fields as potentially undefined 2019-03-14 18:10:14 -07:00
Matt Bierner 416122eff7 Make sure we update status values properly for empty editors
Fixes #70321
2019-03-14 17:58:07 -07:00
Matt Bierner e5463022e1 Show error if TS returns an empty refactoring
Fixes #70526

An empty refactoring response indicates that something went wrong
2019-03-14 17:58:07 -07:00
Rob Lourens 2e108cec4a Fix #70045 by reverting some of #67269 2019-03-14 16:42:37 -07:00
Benjamin Pasero 1f64c12672 Use get/setAttribute() (#70477)
* Use get/setAttribute()

* fix strict null
2019-03-14 11:33:45 -07:00
Daniel Imms 5c2a8f1624 Merge pull request #70507 from Microsoft/tyriar/lslinks
Refactor for terminal links in live share
2019-03-14 10:31:35 -07:00
Daniel Imms 018989e81d Strict null checks 2019-03-14 10:14:16 -07:00
Daniel Imms c33788349c Refactor for terminal links in live share 2019-03-14 10:09:45 -07:00
isidor daccb87f92 CopyStackTraceAction use textResourcePropertiesService 2019-03-14 18:08:41 +01:00
isidor de288947bc debt: create tree using instatationService 2019-03-14 17:49:24 +01:00
Ian Sanders 0250af0524 Modify / add tests for succeeding ANSI color codes
Note: Modifies interference test behavior; prior test
asserted undesired behavior.
2019-03-14 12:30:41 -04:00
Ian Sanders e7e2ce52b5 Merge branch 'master' of https://github.com/iansan5653/vscode 2019-03-14 12:15:03 -04:00
Ian Sanders e156de1b98 Remove existing ANSI colours when adding new ones
Avoids color conflicts by removing previous colors when new ones added.
Fixes #70416.
2019-03-14 12:10:49 -04:00
Martin Aeschlimann 2275bfe428 List of recently opened sorts weird. Fixes #70222 2019-03-14 17:08:41 +01:00
Pine Wu 2d235fae55 [CSS] Update dependency for #68495 2019-03-14 09:08:09 -07:00