You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,22 @@ We want your feedback!
56
56
-[File an issue](https://github.com/aws/aws-toolkit-vscode/issues/new?labels=bug&template=bug_report.md)
57
57
- Or [send a pull request](CONTRIBUTING.md)!
58
58
59
+
## License Scanning
60
+
61
+
To generate license reports and attribution documents for third-party dependencies:
62
+
63
+
```bash
64
+
npm run scan-licenses
65
+
66
+
# Or run directly
67
+
./scripts/scan-licenses.sh
68
+
```
69
+
70
+
This generates:
71
+
72
+
-`LICENSE-THIRD-PARTY` - Attribution document for distribution
73
+
-`licenses-full.json` - Complete license data
74
+
59
75
## License
60
76
61
77
This project and the subprojects within **(AWS Toolkit for Visual Studio Code, Amazon Q for Visual Studio Code)** is distributed under the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0).
Copy file name to clipboardExpand all lines: packages/amazonq/src/app/inline/recommendationService.ts
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -145,7 +145,7 @@ export class RecommendationService {
145
145
* Completions use PartialResultToken with single 1 call of [getAllRecommendations].
146
146
* Edits leverage partialResultToken to achieve EditStreak such that clients can pull all continuous suggestions generated by the model within 1 EOS block.
'I can only convert SQL for migrations to Aurora PostgreSQL or Amazon RDS for PostgreSQL target databases. The provided .sct file indicates another target database for this migration.'
`The dependency upgrade file provided is missing required field \`${missingKey}\`. Check that it is configured properly and try again. For an example of the required dependency upgrade file format, see the [documentation](https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/code-transformation.html#dependency-upgrade-file).`
`The dependency upgrade file provided is malformed: ${errorMessage}. Check that it is configured properly and try again. For an example of the required dependency upgrade file format, see the [documentation](https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/code-transformation.html#dependency-upgrade-file).`
593
593
594
594
exportconstinvalidMetadataFileErrorParsing=
595
595
"It looks like the .sct file you provided isn't valid. Make sure that you've uploaded the .zip file you retrieved from your schema conversion in AWS DMS."
0 commit comments