Commit Graph

2653 Commits

Author SHA1 Message Date
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
SteVen Batten
bf5e12e923 consolidate search into common (#69614) 2019-03-08 16:43:13 -08:00
Andre Weinand
ac46ca2a5e make caching more robust; fixes #69534 2019-03-08 17:08:08 +01:00
Martin Aeschlimann
86526f401b Merge branch 'master' into aeschli/recentWithLabel 2019-03-07 22:53:44 +01:00
Martin Aeschlimann
ff8afd07b8 label for recent 2019-03-07 22:52:48 +01:00
Daniel Imms
0d9f226bfe Merge pull request #66819 from GabeDeBacker/user/gabrield/extensionCallbackAsTask
User/gabrield/extension callback as task
2019-03-07 13:00:44 -08:00
Peng Lyu
75e711f8a6 seperate acceptInputCommand and additional commands. 2019-03-07 11:34:43 -08:00
Rob Lourens
a09e7bd128 Fix #64575 - delete FileIndexProvider 2019-03-07 05:33:35 +00:00
Peng Lyu
b64a7295b2 Merge remote-tracking branch 'upstream/master' into rebornix/commentenhancement 2019-03-06 14:54:42 -08:00
Peng Lyu
ce1cb8a9fc replace draft properties with labels in CommentThread and Comment 2019-03-06 14:29:02 -08:00
Gabriel DeBacker
6d665482c8 Put back more of the terminal changes 2019-03-06 14:03:16 -08:00
Sandeep Somavarapu
a4b49166d0 Fix #69110 2019-03-06 22:18:01 +01:00
Peng Lyu
905248fa6e comments panel handle new comment thread registration. 2019-03-06 11:57:30 -08:00
Gabriel DeBacker
d5e4009ae9 Remove need for acquiring dimensions for terminal from main thread 2019-03-06 11:47:57 -08:00
Gabriel DeBacker
99cf5e4881 Merge remote-tracking branch 'upstream/master' into user/gabrield/extensionCallbackAsTask 2019-03-06 10:30:14 -08:00