File tree Expand file tree Collapse file tree 2 files changed +1
-37
lines changed Expand file tree Collapse file tree 2 files changed +1
-37
lines changed Original file line number Diff line number Diff line change 187187 "items" : {
188188 "type" : " string"
189189 }
190- },
191- "amazonQ.nextEditPrediction.maxFiles" : {
192- "type" : " number" ,
193- "default" : 15 ,
194- "description" : " Maximum number of files to track for edit predictions" ,
195- "minimum" : 1 ,
196- "scope" : " application"
197- },
198- "amazonQ.nextEditPrediction.maxTotalSizeKb" : {
199- "type" : " number" ,
200- "default" : 50000 ,
201- "description" : " Maximum total size of snapshots in kilobytes" ,
202- "minimum" : 10 ,
203- "scope" : " application"
204- },
205- "amazonQ.nextEditPrediction.maxFileSizeKb" : {
206- "type" : " number" ,
207- "default" : 100 ,
208- "description" : " Maximum size per file in kilobytes" ,
209- "minimum" : 5 ,
210- "scope" : " application"
211- },
212- "amazonQ.nextEditPrediction.debounceIntervalMs" : {
213- "type" : " number" ,
214- "default" : 1000 ,
215- "description" : " Debounce interval in milliseconds between taking snapshots" ,
216- "minimum" : 500 ,
217- "scope" : " application"
218- },
219- "amazonQ.nextEditPrediction.maxAgeMs" : {
220- "type" : " number" ,
221- "default" : 30000 ,
222- "description" : " Maximum age of snapshots in milliseconds" ,
223- "minimum" : 5000 ,
224- "scope" : " application"
225190 }
226191 }
227192 },
Original file line number Diff line number Diff line change 3131 "./feedback" : " ./dist/src/feedback/index.js" ,
3232 "./telemetry" : " ./dist/src/shared/telemetry/index.js" ,
3333 "./dev" : " ./dist/src/dev/index.js" ,
34- "./notifications" : " ./dist/src/notifications/index.js" ,
35- "./nep" : " ./dist/src/nep/index.js"
34+ "./notifications" : " ./dist/src/notifications/index.js"
3635 },
3736 "contributes" : {
3837 "icons" : {
You can’t perform that action at this time.
0 commit comments