Skip to content

Commit

Permalink
chore(repo): Improve analysis speed (#3387)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnys1 committed Jul 28, 2023
1 parent 38014ad commit 17c6579
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"dart.runPubGetOnPubspecChanges": "always",
"dart.analysisExcludedFolders": ["templates"],
"dart.analysisExcludedFolders": [
"templates",
// Ignore generated SDK files which hog resources when opening the monorepo.
// To get analysis on these files, open the packages individually in VSCode
// which will ignore these settings.
"packages/analytics/amplify_analytics_pinpoint_dart/lib/src/sdk/src",
"packages/auth/amplify_auth_cognito_dart/lib/src/sdk/src",
"packages/storage/amplify_storage_s3_dart/lib/src/sdk/src",
"packages/test/amplify_integration_test/lib/src/sdk/src",
"packages/aws_sdk/smoke_test/lib",
"packages/smithy/goldens/lib",
"packages/smithy/goldens/lib2"
],
"files.insertFinalNewline": true,
"editor.codeActionsOnSave": {
"source.fixAll": true,
Expand Down

0 comments on commit 17c6579

Please sign in to comment.