File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -86,14 +86,10 @@ export class CommentReply<T extends IRange | ICellRange> extends Disposable {
8686 this . updateAuthorInfo ( ) ;
8787 const hasExistingComments = this . _commentThread . comments && this . _commentThread . comments . length > 0 ;
8888 const modeId = generateUuid ( ) + '-' + ( hasExistingComments ? this . _commentThread . threadId : ++ INMEM_MODEL_ID ) ;
89- const params = JSON . stringify ( {
90- extensionId : this . _commentThread . extensionId ,
91- commentThreadId : this . _commentThread . threadId
92- } ) ;
9389
9490 let resource = URI . from ( {
9591 scheme : Schemas . commentsInput ,
96- path : `/${ this . _commentThread . extensionId } /commentinput-${ modeId } .md? ${ params } ` // TODO. Remove params once extensions adopt authority.
92+ path : `/${ this . _commentThread . extensionId } /commentinput-${ modeId } .md`
9793 } ) ;
9894 const commentController = this . commentService . getCommentController ( this . owner ) ;
9995 if ( commentController ) {
You can’t perform that action at this time.
0 commit comments