Skip to content

Commit 475c5dd

Browse files
committed
clean up pakcage.json
1 parent ced1ec6 commit 475c5dd

File tree

2 files changed

+1
-37
lines changed

2 files changed

+1
-37
lines changed

packages/amazonq/package.json

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -187,41 +187,6 @@
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
},

packages/core/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@
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": {

0 commit comments

Comments
 (0)