Commit Graph

31 Commits

Author SHA1 Message Date
Matt Bierner
c63c97c128 Remove use strict directives in main vs code ts files
We compile using the alwaysStrict flag so these directives are not needed
2018-10-02 16:05:44 -07:00
Rachel Macfarlane
b4f4f55f5a Return void instead of comment from editComment, fixes #59460 2018-09-26 14:39:55 -07:00
Rachel Macfarlane
434059aaf6 Fixes #59449, add docs for CommentInfo and CommentThread, rename gravatar to userIconPath 2018-09-26 14:01:57 -07:00
Rachel Macfarlane
d1dbe4d53c Add support for deleting comments, #58078 2018-09-18 16:45:41 -07:00
Rachel Macfarlane
1d1105e96b Add support for editing comments, #58078 2018-09-17 11:22:41 -07:00
Alex Dima
bc374f6279 Reduce usage of asWinJsPromise 2018-09-05 12:26:25 +02:00
Alex Dima
34837504ba debt - More precise typings 2018-09-05 12:21:06 +02:00
Johannes Rieken
3c727a6d01 uri - replace usages of default export with named export (part 2) 2018-09-03 11:04:26 +02:00
Peng Lyu
c4efd00309 show diff view editor for outdated comments. 2018-05-22 11:37:14 -07:00
Peng Lyu
777075998b fix failure for api change 2018-05-18 17:03:12 -07:00
Peng Lyu
41f1722166 use explict api instead of commands for commenting. 2018-05-16 19:14:24 -07:00
Peng Lyu
b7a2c2cea1 save pr status to git config 2018-05-01 18:09:59 -07:00
Peng Lyu
faa4bd1fff null check 2018-04-23 10:09:13 -07:00
Rachel Macfarlane
1920a28289 Separate WorkspaceCommentProvider and DocumentCommentProvider 2018-04-20 15:15:50 -07:00
Peng Lyu
5a3c4d1930 commentProvider can control collapse state of a thread 2018-04-20 15:04:00 -07:00
Peng Lyu
55198cb554 huge refactoring, remove getNewCommentRange 2018-04-19 11:49:45 -07:00
Peng Lyu
8730f9688f explicit reply comment thread command 2018-04-19 10:36:28 -07:00
Peng Lyu
5c25f5001f rough incremental update. 2018-04-18 15:05:45 -07:00
Peng Lyu
aed94aee0c comment service fetch 2018-04-17 17:07:29 -07:00
Rachel Macfarlane
801d3eaacf Add onDidCommentThreadsChange 2018-04-17 16:48:56 -07:00
Rachel Macfarlane
3a297dc5b4 Add provideAllComments method to comments provider 2018-04-16 17:47:17 -07:00
Peng Lyu
64fb9e85f4 refactor 2018-04-16 14:21:15 -07:00
Peng Lyu
36672be949 add new comment. 2018-04-16 14:18:03 -07:00
Peng Lyu
bd94f5eb2e move review model logic out of tree view. 2018-04-11 21:09:56 -07:00
Peng Lyu
54a7a3ac33 Comment provider with correct registration and dispose. 2018-04-11 19:05:55 -07:00
Peng Lyu
05716c1812 should not run providers twice. 2018-04-11 19:05:55 -07:00
Matt Bierner
260d29928d Prototyping declarative action contribution for threads 2018-04-10 16:06:51 -07:00
Peng Lyu
5dd148f919 New comment actions. 2018-04-09 17:27:25 -07:00
Peng Lyu
105ba504ad gravatar, title bar for comment thread, show comment titles when file opened. 2018-04-06 15:40:48 -07:00
Peng Lyu
d3c0f36fb9 bad copyright 2018-04-05 17:02:39 -07:00
Matt Bierner
094a469d51 Working on adding comment api 2018-04-03 18:00:28 -07:00