Commit Graph

21 Commits

Author SHA1 Message Date
2f83557a56 Run format on repo 2022-11-04 14:27:02 -07:00
7923482046 Fix the 'Cancel' button in comment-sample (#492)
The code behind 'Cancel' was identical to the code for 'Save'. Since the
commenting API is modifying the body of the comment, we need to save the
previous value in the Comment object.
2022-01-24 14:21:01 +01:00
7b9a0a8c4c Use eslint instead of tslint
Fixes #266
2020-05-29 14:01:37 -07:00
1e3ddac3e1 Fix the 'finishDraft' action 2019-10-16 11:53:12 -07:00
a03e8175c2 Use all comment related context keys in commenting sample, fixes https://github.com/microsoft/vscode/issues/74553 2019-10-16 09:48:43 -07:00
7b4d139f4b Fix #209 2019-08-21 16:17:01 -07:00
5d4c7045ba Update comment sample 2019-08-01 10:50:38 -07:00
2d9a7922e9 dispose all comments 2019-07-19 11:07:03 -07:00
08a74e7c97 Fix typings warning 2019-05-23 09:48:22 -07:00
9793ad11db use typings from master 2019-05-23 09:45:14 -07:00
8d6054d932 update context key 2019-05-23 09:21:34 -07:00
bc3a287d6a update comments namespace 2019-05-21 12:03:32 -07:00
21f9ceff1c extract the note 2019-05-17 18:52:59 -07:00
cfcdec6f41 finish draft 2019-05-17 18:39:54 -07:00
78e140cbb0 start draft 2019-05-17 18:36:36 -07:00
be77259d24 Save comment 2019-05-17 18:31:33 -07:00
d13c018d78 new api 2019-05-17 16:40:30 -07:00
ad8e77725b Update comments api. 2019-04-30 15:10:43 -07:00
87a7ab98d7 Update Typings 2019-04-15 09:07:38 -07:00
b9ad2eb3bf Update commenting api 2019-04-05 11:59:10 -07:00
2b169fc0ad Comments API Sample (#160)
* Comment API Sample
2019-03-29 19:31:06 +01:00