|
238 | 238 | "description": "%AWS.configuration.description.lambda.recentlyUploaded%", |
239 | 239 | "default": [] |
240 | 240 | }, |
241 | | - "aws.amazonq.logLevel": { |
242 | | - "type": "string", |
243 | | - "default": "debug", |
244 | | - "enum": [ |
245 | | - "error", |
246 | | - "warn", |
247 | | - "info", |
248 | | - "verbose", |
249 | | - "debug" |
250 | | - ], |
251 | | - "enumDescriptions": [ |
252 | | - "Errors Only", |
253 | | - "Errors and Warnings", |
254 | | - "Errors, Warnings, and Info", |
255 | | - "Errors, Warnings, Info, and Verbose", |
256 | | - "Errors, Warnings, Info, Verbose, and Debug" |
257 | | - ], |
258 | | - "markdownDescription": "%AWS.configuration.description.logLevel%", |
259 | | - "cloud9": { |
260 | | - "cn": { |
261 | | - "markdownDescription": "%AWS.configuration.description.logLevel.cn%" |
262 | | - } |
263 | | - } |
264 | | - }, |
265 | | - "aws.amazonq.telemetry": { |
266 | | - "type": "boolean", |
267 | | - "default": true, |
268 | | - "markdownDescription": "%AWS.configuration.description.telemetry%", |
269 | | - "cloud9": { |
270 | | - "cn": { |
271 | | - "markdownDescription": "%AWS.configuration.description.telemetry.cn%" |
272 | | - } |
273 | | - } |
274 | | - }, |
275 | | - "aws.amazonq.suppressPrompts": { |
| 241 | + "aws.amazonQ.suppressPrompts": { |
276 | 242 | "type": "object", |
277 | 243 | "description": "%AWS.configuration.description.suppressPrompts%", |
278 | 244 | "default": {}, |
|
296 | 262 | }, |
297 | 263 | "additionalProperties": false |
298 | 264 | }, |
299 | | - "aws.codeWhisperer.includeSuggestionsWithCodeReferences": { |
| 265 | + "aws.amazonQ.includeSuggestionsWithCodeReferences": { |
300 | 266 | "type": "boolean", |
301 | 267 | "markdownDescription": "%AWS.configuration.description.codewhisperer%", |
302 | 268 | "default": true |
303 | 269 | }, |
304 | | - "aws.codeWhisperer.importRecommendation": { |
| 270 | + "aws.amazonQ.importRecommendation": { |
305 | 271 | "type": "boolean", |
306 | 272 | "description": "%AWS.configuration.description.codewhisperer.importRecommendation%", |
307 | 273 | "default": true |
308 | 274 | }, |
309 | | - "aws.codeWhisperer.shareCodeWhispererContentWithAWS": { |
| 275 | + "aws.amazonQ.shareCodeWhispererContentWithAWS": { |
310 | 276 | "type": "boolean", |
311 | 277 | "markdownDescription": "%AWS.configuration.description.codewhisperer.shareCodeWhispererContentWithAWS%", |
312 | 278 | "default": true, |
313 | 279 | "scope": "application" |
314 | 280 | }, |
315 | | - "aws.codeWhisperer.javaCompilationOutput": { |
| 281 | + "aws.amazonQ.javaCompilationOutput": { |
316 | 282 | "type": "string", |
317 | 283 | "default": "", |
318 | 284 | "description": "Provide the ABSOLUTE path which is used to store java project compilation results." |
|
0 commit comments