|
2 | 2 | "name": "amazon-q-vscode", |
3 | 3 | "displayName": "Amazon Q", |
4 | 4 | "description": "The most capable generative AI-powered assistant for building, operating, and transforming software, with advanced capabilities for managing data and AI", |
5 | | - "version": "1.79.0-SNAPSHOT", |
| 5 | + "version": "1.84.0-SNAPSHOT", |
6 | 6 | "extensionKind": [ |
7 | 7 | "workspace" |
8 | 8 | ], |
|
828 | 828 | "command": "aws.amazonq.clearCache", |
829 | 829 | "title": "%AWS.amazonq.clearCache%", |
830 | 830 | "category": "%AWS.amazonq.title%" |
| 831 | + }, |
| 832 | + { |
| 833 | + "command": "aws.amazonq.inline.acceptEdit", |
| 834 | + "title": "%aws.amazonq.inline.acceptEdit%" |
| 835 | + }, |
| 836 | + { |
| 837 | + "command": "aws.amazonq.inline.rejectEdit", |
| 838 | + "title": "%aws.amazonq.inline.rejectEdit%" |
| 839 | + }, |
| 840 | + { |
| 841 | + "command": "aws.amazonq.toggleNextEditPredictionPanel", |
| 842 | + "title": "%aws.amazonq.toggleNextEditPredictionPanel%" |
831 | 843 | } |
832 | 844 | ], |
833 | 845 | "keybindings": [ |
|
837 | 849 | "mac": "cmd+alt+i", |
838 | 850 | "linux": "meta+alt+i" |
839 | 851 | }, |
| 852 | + { |
| 853 | + "command": "aws.amazonq.inline.debugAcceptEdit", |
| 854 | + "key": "ctrl+alt+a", |
| 855 | + "mac": "cmd+alt+a", |
| 856 | + "when": "editorTextFocus" |
| 857 | + }, |
| 858 | + { |
| 859 | + "command": "aws.amazonq.inline.debugRejectEdit", |
| 860 | + "key": "ctrl+alt+r", |
| 861 | + "mac": "cmd+alt+r", |
| 862 | + "when": "editorTextFocus" |
| 863 | + }, |
840 | 864 | { |
841 | 865 | "command": "aws.amazonq.explainCode", |
842 | 866 | "win": "win+alt+e", |
|
917 | 941 | "command": "aws.amazonq.inline.waitForUserDecisionRejectAll", |
918 | 942 | "key": "escape", |
919 | 943 | "when": "editorTextFocus && aws.codewhisperer.connected && amazonq.inline.codelensShortcutEnabled" |
| 944 | + }, |
| 945 | + { |
| 946 | + "command": "aws.amazonq.inline.acceptEdit", |
| 947 | + "key": "tab", |
| 948 | + "when": "editorTextFocus && aws.amazonq.editSuggestionActive" |
| 949 | + }, |
| 950 | + { |
| 951 | + "command": "aws.amazonq.inline.rejectEdit", |
| 952 | + "key": "escape", |
| 953 | + "when": "editorTextFocus && aws.amazonq.editSuggestionActive" |
920 | 954 | } |
921 | 955 | ], |
922 | 956 | "icons": { |
@@ -1193,110 +1227,138 @@ |
1193 | 1227 | "fontCharacter": "\\f1d0" |
1194 | 1228 | } |
1195 | 1229 | }, |
1196 | | - "aws-lambda-function": { |
| 1230 | + "aws-lambda-create-stack": { |
1197 | 1231 | "description": "AWS Contributed Icon", |
1198 | 1232 | "default": { |
1199 | 1233 | "fontPath": "./resources/fonts/aws-toolkit-icons.woff", |
1200 | 1234 | "fontCharacter": "\\f1d1" |
1201 | 1235 | } |
1202 | 1236 | }, |
1203 | | - "aws-mynah-MynahIconBlack": { |
| 1237 | + "aws-lambda-create-stack-light": { |
1204 | 1238 | "description": "AWS Contributed Icon", |
1205 | 1239 | "default": { |
1206 | 1240 | "fontPath": "./resources/fonts/aws-toolkit-icons.woff", |
1207 | 1241 | "fontCharacter": "\\f1d2" |
1208 | 1242 | } |
1209 | 1243 | }, |
1210 | | - "aws-mynah-MynahIconWhite": { |
| 1244 | + "aws-lambda-function": { |
1211 | 1245 | "description": "AWS Contributed Icon", |
1212 | 1246 | "default": { |
1213 | 1247 | "fontPath": "./resources/fonts/aws-toolkit-icons.woff", |
1214 | 1248 | "fontCharacter": "\\f1d3" |
1215 | 1249 | } |
1216 | 1250 | }, |
1217 | | - "aws-mynah-logo": { |
| 1251 | + "aws-mynah-MynahIconBlack": { |
1218 | 1252 | "description": "AWS Contributed Icon", |
1219 | 1253 | "default": { |
1220 | 1254 | "fontPath": "./resources/fonts/aws-toolkit-icons.woff", |
1221 | 1255 | "fontCharacter": "\\f1d4" |
1222 | 1256 | } |
1223 | 1257 | }, |
1224 | | - "aws-redshift-cluster": { |
| 1258 | + "aws-mynah-MynahIconWhite": { |
1225 | 1259 | "description": "AWS Contributed Icon", |
1226 | 1260 | "default": { |
1227 | 1261 | "fontPath": "./resources/fonts/aws-toolkit-icons.woff", |
1228 | 1262 | "fontCharacter": "\\f1d5" |
1229 | 1263 | } |
1230 | 1264 | }, |
1231 | | - "aws-redshift-cluster-connected": { |
| 1265 | + "aws-mynah-logo": { |
1232 | 1266 | "description": "AWS Contributed Icon", |
1233 | 1267 | "default": { |
1234 | 1268 | "fontPath": "./resources/fonts/aws-toolkit-icons.woff", |
1235 | 1269 | "fontCharacter": "\\f1d6" |
1236 | 1270 | } |
1237 | 1271 | }, |
1238 | | - "aws-redshift-database": { |
| 1272 | + "aws-redshift-cluster": { |
1239 | 1273 | "description": "AWS Contributed Icon", |
1240 | 1274 | "default": { |
1241 | 1275 | "fontPath": "./resources/fonts/aws-toolkit-icons.woff", |
1242 | 1276 | "fontCharacter": "\\f1d7" |
1243 | 1277 | } |
1244 | 1278 | }, |
1245 | | - "aws-redshift-redshift-cluster-connected": { |
| 1279 | + "aws-redshift-cluster-connected": { |
1246 | 1280 | "description": "AWS Contributed Icon", |
1247 | 1281 | "default": { |
1248 | 1282 | "fontPath": "./resources/fonts/aws-toolkit-icons.woff", |
1249 | 1283 | "fontCharacter": "\\f1d8" |
1250 | 1284 | } |
1251 | 1285 | }, |
1252 | | - "aws-redshift-schema": { |
| 1286 | + "aws-redshift-database": { |
1253 | 1287 | "description": "AWS Contributed Icon", |
1254 | 1288 | "default": { |
1255 | 1289 | "fontPath": "./resources/fonts/aws-toolkit-icons.woff", |
1256 | 1290 | "fontCharacter": "\\f1d9" |
1257 | 1291 | } |
1258 | 1292 | }, |
1259 | | - "aws-redshift-table": { |
| 1293 | + "aws-redshift-redshift-cluster-connected": { |
1260 | 1294 | "description": "AWS Contributed Icon", |
1261 | 1295 | "default": { |
1262 | 1296 | "fontPath": "./resources/fonts/aws-toolkit-icons.woff", |
1263 | 1297 | "fontCharacter": "\\f1da" |
1264 | 1298 | } |
1265 | 1299 | }, |
1266 | | - "aws-s3-bucket": { |
| 1300 | + "aws-redshift-schema": { |
1267 | 1301 | "description": "AWS Contributed Icon", |
1268 | 1302 | "default": { |
1269 | 1303 | "fontPath": "./resources/fonts/aws-toolkit-icons.woff", |
1270 | 1304 | "fontCharacter": "\\f1db" |
1271 | 1305 | } |
1272 | 1306 | }, |
1273 | | - "aws-s3-create-bucket": { |
| 1307 | + "aws-redshift-table": { |
1274 | 1308 | "description": "AWS Contributed Icon", |
1275 | 1309 | "default": { |
1276 | 1310 | "fontPath": "./resources/fonts/aws-toolkit-icons.woff", |
1277 | 1311 | "fontCharacter": "\\f1dc" |
1278 | 1312 | } |
1279 | 1313 | }, |
1280 | | - "aws-schemas-registry": { |
| 1314 | + "aws-s3-bucket": { |
1281 | 1315 | "description": "AWS Contributed Icon", |
1282 | 1316 | "default": { |
1283 | 1317 | "fontPath": "./resources/fonts/aws-toolkit-icons.woff", |
1284 | 1318 | "fontCharacter": "\\f1dd" |
1285 | 1319 | } |
1286 | 1320 | }, |
1287 | | - "aws-schemas-schema": { |
| 1321 | + "aws-s3-create-bucket": { |
1288 | 1322 | "description": "AWS Contributed Icon", |
1289 | 1323 | "default": { |
1290 | 1324 | "fontPath": "./resources/fonts/aws-toolkit-icons.woff", |
1291 | 1325 | "fontCharacter": "\\f1de" |
1292 | 1326 | } |
1293 | 1327 | }, |
1294 | | - "aws-stepfunctions-preview": { |
| 1328 | + "aws-sagemaker-code-editor": { |
1295 | 1329 | "description": "AWS Contributed Icon", |
1296 | 1330 | "default": { |
1297 | 1331 | "fontPath": "./resources/fonts/aws-toolkit-icons.woff", |
1298 | 1332 | "fontCharacter": "\\f1df" |
1299 | 1333 | } |
| 1334 | + }, |
| 1335 | + "aws-sagemaker-jupyter-lab": { |
| 1336 | + "description": "AWS Contributed Icon", |
| 1337 | + "default": { |
| 1338 | + "fontPath": "./resources/fonts/aws-toolkit-icons.woff", |
| 1339 | + "fontCharacter": "\\f1e0" |
| 1340 | + } |
| 1341 | + }, |
| 1342 | + "aws-schemas-registry": { |
| 1343 | + "description": "AWS Contributed Icon", |
| 1344 | + "default": { |
| 1345 | + "fontPath": "./resources/fonts/aws-toolkit-icons.woff", |
| 1346 | + "fontCharacter": "\\f1e1" |
| 1347 | + } |
| 1348 | + }, |
| 1349 | + "aws-schemas-schema": { |
| 1350 | + "description": "AWS Contributed Icon", |
| 1351 | + "default": { |
| 1352 | + "fontPath": "./resources/fonts/aws-toolkit-icons.woff", |
| 1353 | + "fontCharacter": "\\f1e2" |
| 1354 | + } |
| 1355 | + }, |
| 1356 | + "aws-stepfunctions-preview": { |
| 1357 | + "description": "AWS Contributed Icon", |
| 1358 | + "default": { |
| 1359 | + "fontPath": "./resources/fonts/aws-toolkit-icons.woff", |
| 1360 | + "fontCharacter": "\\f1e3" |
| 1361 | + } |
1300 | 1362 | } |
1301 | 1363 | }, |
1302 | 1364 | "walkthroughs": [ |
|
0 commit comments