File tree 1 file changed +1
-24
lines changed
1 file changed +1
-24
lines changed Original file line number Diff line number Diff line change 1097
1097
],
1098
1098
"default" : " en-US" ,
1099
1099
"description" : " Set the language for docstrings by using the corresponding ISO language code."
1100
- },
1101
- "path_instructions" : {
1102
- "type" : " array" ,
1103
- "items" : {
1104
- "type" : " object" ,
1105
- "properties" : {
1106
- "path" : {
1107
- "type" : " string" ,
1108
- "description" : " File path glob pattern. Example: **/*.js"
1109
- },
1110
- "instructions" : {
1111
- "type" : " string" ,
1112
- "maxLength" : 20000 ,
1113
- "description" : " Provides additional guidelines for docstring generation based on file paths."
1114
- }
1115
- },
1116
- "required" : [" path" , " instructions" ],
1117
- "additionalProperties" : false
1118
- },
1119
- "default" : [],
1120
- "description" : " Path Instructions | Provide additional guidelines for docstring generation based on file paths."
1121
1100
}
1122
1101
},
1123
1102
"additionalProperties" : false ,
1124
- "default" : {
1125
- "path_instructions" : []
1126
- },
1103
+ "default" : {},
1127
1104
"description" : " Settings related to the generation of docstrings."
1128
1105
}
1129
1106
},
You can’t perform that action at this time.
0 commit comments