-
Notifications
You must be signed in to change notification settings - Fork 734
fix(amazon q): add pl/1 and bms extensions as a recognized code file type #6067
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
justinmk3
merged 6 commits into
aws:feature/postreinvent
from
scottwritescode:pl1-filetype
Dec 2, 2024
Merged
Changes from 4 commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
84a3c56
add pl1 extension as a recognized code file type
scottwritescode 5abbf0b
add Basic Mapping Support file extensions .bms as a known filetype
scottwritescode 0112122
use pli for the pl/1 extension name
scottwritescode f57a880
rebuild
scottwritescode fecdb7b
Update packages/amazonq/.changes/next-release/Bug Fix-80f16b7a-440d-4…
justinmk3 2a2c5d5
Update packages/amazonq/.changes/next-release/Bug Fix-80f16b7a-440d-4…
justinmk3 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
packages/amazonq/.changes/next-release/Bug Fix-80f16b7a-440d-4e06-89ad-1454c58ff28f.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| { | ||
| "type": "Bug Fix", | ||
| "description": "Q feature dev: update file extension list" | ||
justinmk3 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -161,6 +161,7 @@ export const codefileExtensions = new Set([ | |
| '.bash', | ||
| '.bat', | ||
| '.boo', | ||
| '.bms', | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. nit: this is not sorting alphabetically. but not a blocker |
||
| '.c', | ||
| '.cbl', | ||
| '.cc', | ||
|
|
@@ -265,6 +266,7 @@ export const codefileExtensions = new Set([ | |
| '.pike', | ||
| '.pir', | ||
| '.pl', | ||
| '.pli', | ||
| '.pm', | ||
| '.pmod', | ||
| '.pp', | ||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.