|
965 | 965 | "command": "aws.deploySamApplication",
|
966 | 966 | "when": "config.aws.samcli.legacyDeploy"
|
967 | 967 | },
|
| 968 | + { |
| 969 | + "command": "aws.redshift.editConnection", |
| 970 | + "when": "false" |
| 971 | + }, |
| 972 | + { |
| 973 | + "command": "aws.redshift.deleteConnection", |
| 974 | + "when": "false" |
| 975 | + }, |
968 | 976 | {
|
969 | 977 | "command": "aws.samcli.sync",
|
970 | 978 | "when": "!config.aws.samcli.legacyDeploy"
|
|
1410 | 1418 | "when": "view == aws.explorer && viewItem =~ /^awsIotCertificateNode.(Things|Policies)/",
|
1411 | 1419 | "group": "inline@1"
|
1412 | 1420 | },
|
| 1421 | + { |
| 1422 | + "command": "aws.redshift.editConnection", |
| 1423 | + "when": "view == aws.explorer && viewItem == awsRedshiftWarehouseNode", |
| 1424 | + "group": "0@1" |
| 1425 | + }, |
| 1426 | + { |
| 1427 | + "command": "aws.redshift.deleteConnection", |
| 1428 | + "when": "view == aws.explorer && viewItem == awsRedshiftWarehouseNode", |
| 1429 | + "group": "0@2" |
| 1430 | + }, |
1413 | 1431 | {
|
1414 | 1432 | "command": "aws.s3.openFile",
|
1415 | 1433 | "when": "view == aws.explorer && viewItem == awsS3FileNode && !isCloud9",
|
|
2438 | 2456 | }
|
2439 | 2457 | }
|
2440 | 2458 | },
|
| 2459 | + { |
| 2460 | + "command": "aws.redshift.editConnection", |
| 2461 | + "title": "Edit connection", |
| 2462 | + "category": "%AWS.title%" |
| 2463 | + }, |
| 2464 | + { |
| 2465 | + "command": "aws.redshift.deleteConnection", |
| 2466 | + "title": "Delete connection", |
| 2467 | + "category": "%AWS.title%" |
| 2468 | + }, |
2441 | 2469 | {
|
2442 | 2470 | "command": "aws.s3.presignedURL",
|
2443 | 2471 | "title": "%AWS.command.s3.presignedURL%",
|
|
3526 | 3554 | "fontCharacter": "\\f1b8"
|
3527 | 3555 | }
|
3528 | 3556 | },
|
3529 |
| - "aws-s3-bucket": { |
| 3557 | + "aws-redshift-cluster": { |
3530 | 3558 | "description": "AWS Contributed Icon",
|
3531 | 3559 | "default": {
|
3532 | 3560 | "fontPath": "./resources/fonts/aws-toolkit-icons.woff",
|
3533 | 3561 | "fontCharacter": "\\f1b9"
|
3534 | 3562 | }
|
3535 | 3563 | },
|
3536 |
| - "aws-s3-create-bucket": { |
| 3564 | + "aws-redshift-cluster-connected": { |
3537 | 3565 | "description": "AWS Contributed Icon",
|
3538 | 3566 | "default": {
|
3539 | 3567 | "fontPath": "./resources/fonts/aws-toolkit-icons.woff",
|
3540 | 3568 | "fontCharacter": "\\f1ba"
|
3541 | 3569 | }
|
3542 | 3570 | },
|
3543 |
| - "aws-schemas-registry": { |
| 3571 | + "aws-redshift-database": { |
3544 | 3572 | "description": "AWS Contributed Icon",
|
3545 | 3573 | "default": {
|
3546 | 3574 | "fontPath": "./resources/fonts/aws-toolkit-icons.woff",
|
3547 | 3575 | "fontCharacter": "\\f1bb"
|
3548 | 3576 | }
|
3549 | 3577 | },
|
3550 |
| - "aws-schemas-schema": { |
| 3578 | + "aws-redshift-redshift-cluster-connected": { |
3551 | 3579 | "description": "AWS Contributed Icon",
|
3552 | 3580 | "default": {
|
3553 | 3581 | "fontPath": "./resources/fonts/aws-toolkit-icons.woff",
|
3554 | 3582 | "fontCharacter": "\\f1bc"
|
3555 | 3583 | }
|
3556 | 3584 | },
|
3557 |
| - "aws-stepfunctions-preview": { |
| 3585 | + "aws-redshift-schema": { |
3558 | 3586 | "description": "AWS Contributed Icon",
|
3559 | 3587 | "default": {
|
3560 | 3588 | "fontPath": "./resources/fonts/aws-toolkit-icons.woff",
|
3561 | 3589 | "fontCharacter": "\\f1bd"
|
3562 | 3590 | }
|
| 3591 | + }, |
| 3592 | + "aws-redshift-table": { |
| 3593 | + "description": "AWS Contributed Icon", |
| 3594 | + "default": { |
| 3595 | + "fontPath": "./resources/fonts/aws-toolkit-icons.woff", |
| 3596 | + "fontCharacter": "\\f1be" |
| 3597 | + } |
| 3598 | + }, |
| 3599 | + "aws-s3-bucket": { |
| 3600 | + "description": "AWS Contributed Icon", |
| 3601 | + "default": { |
| 3602 | + "fontPath": "./resources/fonts/aws-toolkit-icons.woff", |
| 3603 | + "fontCharacter": "\\f1bf" |
| 3604 | + } |
| 3605 | + }, |
| 3606 | + "aws-s3-create-bucket": { |
| 3607 | + "description": "AWS Contributed Icon", |
| 3608 | + "default": { |
| 3609 | + "fontPath": "./resources/fonts/aws-toolkit-icons.woff", |
| 3610 | + "fontCharacter": "\\f1c0" |
| 3611 | + } |
| 3612 | + }, |
| 3613 | + "aws-schemas-registry": { |
| 3614 | + "description": "AWS Contributed Icon", |
| 3615 | + "default": { |
| 3616 | + "fontPath": "./resources/fonts/aws-toolkit-icons.woff", |
| 3617 | + "fontCharacter": "\\f1c1" |
| 3618 | + } |
| 3619 | + }, |
| 3620 | + "aws-schemas-schema": { |
| 3621 | + "description": "AWS Contributed Icon", |
| 3622 | + "default": { |
| 3623 | + "fontPath": "./resources/fonts/aws-toolkit-icons.woff", |
| 3624 | + "fontCharacter": "\\f1c2" |
| 3625 | + } |
| 3626 | + }, |
| 3627 | + "aws-stepfunctions-preview": { |
| 3628 | + "description": "AWS Contributed Icon", |
| 3629 | + "default": { |
| 3630 | + "fontPath": "./resources/fonts/aws-toolkit-icons.woff", |
| 3631 | + "fontCharacter": "\\f1c3" |
| 3632 | + } |
| 3633 | + } |
| 3634 | + }, |
| 3635 | + "notebooks": [ |
| 3636 | + { |
| 3637 | + "type": "aws-redshift-sql-notebook", |
| 3638 | + "displayName": "Redshift SQL notebook", |
| 3639 | + "selector": [ |
| 3640 | + { |
| 3641 | + "filenamePattern": "*.redshiftnb" |
| 3642 | + } |
| 3643 | + ] |
3563 | 3644 | }
|
3564 |
| - } |
| 3645 | + ] |
3565 | 3646 | },
|
3566 | 3647 | "scripts": {
|
3567 | 3648 | "prepare": "ts-node ./scripts/build/prepare.ts",
|
|
0 commit comments