Fix typo in intellisense suggestion that leads to an invlaid command. (#747)
This commit is contained in:
Родитель
9b93c4106e
Коммит
fe0681b8a7
|
@ -320,7 +320,7 @@ export class CompletionItemsVisitor extends MongoVisitor<Promise<CompletionItem[
|
|||
this.createFunctionCompletion('bulkWrite', range),
|
||||
this.createFunctionCompletion('count', range),
|
||||
this.createFunctionCompletion('copyTo', range),
|
||||
this.createFunctionCompletion('converToCapped', range),
|
||||
this.createFunctionCompletion('convertToCapped', range),
|
||||
this.createFunctionCompletion('createIndex', range),
|
||||
this.createFunctionCompletion('createIndexes', range),
|
||||
this.createFunctionCompletion('dataSize', range),
|
||||
|
|
Загрузка…
Ссылка в новой задаче