File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
packages/core/src/codewhisperer/client Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 612612 "filename" : {
613613 "shape" : " FileContextFilenameString"
614614 },
615+ "fileUri" : {
616+ "shape" : " FileContextFileUriString"
617+ },
615618 "programmingLanguage" : {
616619 "shape" : " ProgrammingLanguage"
617620 }
618621 }
619622 },
623+ "FileContextFileUriString" : {
624+ "type" : " string" ,
625+ "max" : 1024 ,
626+ "min" : 1 ,
627+ "sensitive" : true
628+ },
620629 "FileContextFilenameString" : {
621630 "type" : " string" ,
622631 "max" : 1024 ,
Original file line number Diff line number Diff line change 18521852 "leftFileContent" : { "shape" : " FileContextLeftFileContentString" },
18531853 "rightFileContent" : { "shape" : " FileContextRightFileContentString" },
18541854 "filename" : { "shape" : " FileContextFilenameString" },
1855+ "fileUri" : { "shape" : " FileContextFileUriString" },
18551856 "programmingLanguage" : { "shape" : " ProgrammingLanguage" }
18561857 }
18571858 },
1859+ "FileContextFileUriString" : {
1860+ "type" : " string" ,
1861+ "max" : 1024 ,
1862+ "min" : 1 ,
1863+ "sensitive" : true
1864+ },
18581865 "FileContextFilenameString" : {
18591866 "type" : " string" ,
18601867 "max" : 1024 ,
You can’t perform that action at this time.
0 commit comments