Commit Graph

2817 Commits

Author SHA1 Message Date
Daniel Imms
02423d3f15 Fix flaky terminal test 2019-03-18 17:07:57 -07:00
Rachel Macfarlane
30b2c30706 Add a command for deleting comment threads 2019-03-18 16:27:18 -07:00
Daniel Imms
44c1e0321a Support string in TerminalOptions.shellArgs
Fixes #70716
Fixes #70713
2019-03-18 15:38:33 -07:00
Rachel Macfarlane
37cb23d3dd Unregister comment controller when it is disposed 2019-03-18 14:49:01 -07:00
Sandeep Somavarapu
fdf21e193d Fix #70330 2019-03-18 19:56:15 +01:00
Johannes Rieken
a92a5bf11f Merge branch 'master' into joh/callh 2019-03-18 12:41:19 +01:00
Andre Weinand
96eb4cf00d proposed API: add parentSession to startDebugging; fixes #70219 2019-03-18 11:41:31 +01:00
Peng Lyu
579e4ac025 Comments should be in ctor comment thread 2019-03-15 12:53:41 -07:00
Alex Ross
8f16a02e66 Move remote agent environment out of node (#70568) 2019-03-15 17:00:57 +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
Alex Dima
7ecbbe4489 Strict null checks 2019-03-15 12:48:25 +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
Sandeep Somavarapu
275fb51519 change missing deps to take only single dep 2019-03-15 10:37:57 +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
Johannes Rieken
c9a8a1d08f simple tree UX 2019-03-14 17:56:45 +01:00
Daniel Imms
c2114abf72 Fix strict null checks in extHostTerminalService
Fixes #70415
2019-03-14 08:55:19 -07:00
Alex Ross
d0e0aa2ddd Strict null check extHostTask.ts
extHostTask.ts remains commented out in tsconfig.strictNullChecks.json since it still depends on unchecked files

Fixes #70414
2019-03-14 15:50:45 +00:00
Johannes Rieken
2f89a79efe api proposal, add call hierarchy contrib 2019-03-14 16:14:43 +01:00
Alex Dima
1b66cd7fb7 Strict null checks (#60565) 2019-03-14 12:07:43 +01:00
Daniel Imms
7258b995f6 Add userHome to IEnvironment 2019-03-13 17:41:18 -07:00
Peng Lyu
f3f59aadc4 check if toggle reaction is available 2019-03-13 12:57:35 -07:00
Peng Lyu
528b422d92 strict null checks 2019-03-13 12:52:24 -07:00
Peng Lyu
58961de8fc command is renamed to select command 2019-03-13 12:47:21 -07:00
Peng Lyu
16f80d5b74 toggle reactions 2019-03-13 12:46:38 -07:00
Peng Lyu
5c2d728a99 Select command for Comment. 2019-03-13 12:45:59 -07:00
Peng Lyu
9f6d5c009e avoid redundant range update 2019-03-13 12:44:22 -07:00
Matt Bierner
32afa6d121 Strict null work in comments
Lots of null supressions. Will open issue to track removal
2019-03-13 11:31:49 -07:00
Matt Bierner
ba569d8960 Strict null work on extHostComments 2019-03-13 11:31:49 -07:00
Matt Bierner
a51d518f58 Strict null check mainThreadComments 2019-03-13 11:31:49 -07:00
Matt Bierner
40ec20c38b Merge pull request #70269 from mjbvz/strict-extHostStatusBar
Strict null check extHostStatusBar
2019-03-12 10:32:45 -08:00
Johannes Rieken
8579e43df1 check parent range when creating selection range, #67872 2019-03-12 10:20:07 +01:00
Johannes Rieken
4f8dbd4544 use a parent pointer instead of 2d array, #67872 2019-03-12 10:04:06 +01:00
Matt Bierner
c899a09a85 Strict null check extHostStatusBar
- Priority can be undefined. Update public api to match this
- We also use an undefined `extensionId`. Update typings for this
2019-03-11 17:40:45 -07:00
Matt Bierner
cb4b80be87 Fixing strict null errors in extHostApiImpl 2019-03-11 17:01:16 -07:00
Peng Lyu
414aa83658 commentingRangeS 2019-03-11 11:42:28 -07:00
Peng Lyu
c8ffa51ca4 optional commenting range provider and empty comemnt thread factory. 2019-03-11 11:25:26 -07:00
Matt Bierner
11d538d933 Strict null cehck extHostApiCommands 2019-03-11 09:05:34 -07:00
Matt Bierner
963ddff246 Strict null check extHostLanguageFeatures 2019-03-11 08:49:41 -07:00
Matt Bierner
d37e38b6c3 Revert extract and use null supressions as requested 2019-03-11 08:33:13 -07:00
Matt Bierner
9d503a5481 Naming 2019-03-11 08:29:43 -07:00
Matt Bierner
a92031dc02 Strict null check work in extHost and mainThread language Features
- annotate undefined returned types
- Don't call functions with null or undefined values.
- Refactor _convertCompletionItem so that we don't need to mutate the returned object
- Suppress a type error related to electricCharacters.
2019-03-11 08:29:43 -07:00
Martin Aeschlimann
211e7cd1ba 'openFolder': add recentEntryLabel 2019-03-11 13:30:43 +01:00
Andre Weinand
37f689cebc remove paranoia code after fix for #69128 2019-03-11 13:18:40 +01:00
Johannes Rieken
6892cfc90e for now remove SelectionRangeKind #67872 2019-03-11 09:43:34 +01:00
Martin Aeschlimann
aa639490f7 Merge branch 'master' into aeschli/recentWithLabel 2019-03-10 22:11:02 +01:00
Martin Aeschlimann
6b6c4137ef add noRecentEntry for vscode.openFolder 2019-03-10 19:08:05 +01:00