File tree 3 files changed +7
-5
lines changed
3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 6625
6625
"xml2js" : " ^0.6.2"
6626
6626
},
6627
6627
"dependencies" : {
6628
- "@github/copilot-language-server" : " ^1.266 .0" ,
6628
+ "@github/copilot-language-server" : " ^1.316 .0" ,
6629
6629
"@vscode/extension-telemetry" : " ^0.9.6" ,
6630
6630
"chokidar" : " ^3.6.0" ,
6631
6631
"comment-json" : " ^4.2.3" ,
Original file line number Diff line number Diff line change @@ -339,6 +339,8 @@ response.uri:${copilotCompletionContext.sourceFileUri || "<not-set>"}:${copilotC
339
339
}
340
340
341
341
public async resolve ( context : ResolveRequest , copilotCancel : vscode . CancellationToken ) : Promise < SupportedContextItem [ ] > {
342
+ const proposedEdits = context . documentContext . proposedEdits ;
343
+ if ( proposedEdits ) { return [ ] ; } // Ignore the request if there are proposed edits.
342
344
const resolveStartTime = performance . now ( ) ;
343
345
let logMessage = `Copilot: resolve(${ context . documentContext . uri } : ${ context . documentContext . offset } ):` ;
344
346
const cppTimeBudgetMs = await this . fetchTimeBudgetMs ( context ) ;
Original file line number Diff line number Diff line change 55
55
resolved "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/@eslint/js/-/js-8.57.1.tgz#de633db3ec2ef6a3c89e2f19038063e8a122e2c2"
56
56
integrity sha1-3mM9s+wu9qPIni8ZA4Bj6KEi4sI=
57
57
58
- " @github/copilot-language-server@^1.266 .0 " :
59
- version "1.273 .0"
60
- resolved "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/@github/copilot-language-server/-/copilot-language-server-1.273 .0.tgz#561094fc0d832acae173c40549cd95d27a648fbc "
61
- integrity sha1-VhCU/A2DKsrhc8QFSc2V0npkj7w =
58
+ " @github/copilot-language-server@^1.316 .0 " :
59
+ version "1.316 .0"
60
+ resolved "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/@github/copilot-language-server/-/copilot-language-server-1.316 .0.tgz#7df2f3857f8e148de36b232ccf8b762dfbb2ec9b "
61
+ integrity sha1-ffLzhX+OFI3jayMsz4t2Lfuy7Js =
62
62
dependencies :
63
63
vscode-languageserver-protocol "^3.17.5"
64
64
You can’t perform that action at this time.
0 commit comments