Skip to content

fix: move pinContextHint to config texts #389

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
merged 3 commits into from
Jul 8, 2025

Conversation

avi-alpert
Copy link
Collaborator

@avi-alpert avi-alpert commented Jul 8, 2025

Problem

The Pin context with ⌥ Enter hint text was hardcoded which violates the guidelines of having all strings in config texts. The consumer needs to be able to override this string since Windows machines use Alt Enter

Solution

Move hardcoded pin context hint string to config texts so consumers can override string.

Tests

  • I have tested this change on VSCode
  • I have tested this change on JetBrains
  • I have added/updated the documentation (if applicable)

License

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@avi-alpert avi-alpert requested a review from a team as a code owner July 8, 2025 13:10
@avi-alpert avi-alpert marked this pull request as draft July 8, 2025 13:19
dogusata
dogusata previously approved these changes Jul 8, 2025
@dogusata
Copy link
Collaborator

dogusata commented Jul 8, 2025

Only thing, it might be better to use the code for the OPTION character, in case there will be some different type of encodings.

@avi-alpert avi-alpert marked this pull request as ready for review July 8, 2025 13:42
@avi-alpert avi-alpert merged commit aabb08d into aws:main Jul 8, 2025
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants