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 612
612
"filename" : {
613
613
"shape" : " FileContextFilenameString"
614
614
},
615
+ "fileUri" : {
616
+ "shape" : " FileContextFileUriString"
617
+ },
615
618
"programmingLanguage" : {
616
619
"shape" : " ProgrammingLanguage"
617
620
}
618
621
}
619
622
},
623
+ "FileContextFileUriString" : {
624
+ "type" : " string" ,
625
+ "max" : 1024 ,
626
+ "min" : 1 ,
627
+ "sensitive" : true
628
+ },
620
629
"FileContextFilenameString" : {
621
630
"type" : " string" ,
622
631
"max" : 1024 ,
Original file line number Diff line number Diff line change 1852
1852
"leftFileContent" : { "shape" : " FileContextLeftFileContentString" },
1853
1853
"rightFileContent" : { "shape" : " FileContextRightFileContentString" },
1854
1854
"filename" : { "shape" : " FileContextFilenameString" },
1855
+ "fileUri" : { "shape" : " FileContextFileUriString" },
1855
1856
"programmingLanguage" : { "shape" : " ProgrammingLanguage" }
1856
1857
}
1857
1858
},
1859
+ "FileContextFileUriString" : {
1860
+ "type" : " string" ,
1861
+ "max" : 1024 ,
1862
+ "min" : 1 ,
1863
+ "sensitive" : true
1864
+ },
1858
1865
"FileContextFilenameString" : {
1859
1866
"type" : " string" ,
1860
1867
"max" : 1024 ,
You can’t perform that action at this time.
0 commit comments