Skip to content
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

Fix quick pick for "... does not exist" err, cleanup #569

Merged
merged 6 commits into from
Nov 9, 2024

Conversation

mark-wiemer
Copy link
Member

@mark-wiemer mark-wiemer commented Nov 9, 2024

To persist settings, we have to persist an entire object. That's why it wasn't working before. However, it doesn't seem trivial to fetch only the workspace config, we have to fetch the entire config (workspace, user, global). We don't know which properties came from which target by default, so for now we are pasting the entire config into workspace settings.

In the future, we could iterate through each property of the fetched object, find its configuration target (as ahk2/src/extension.ts already does), and only paste the workspace settings into, well, the workspace settings.

Quick pick fix is entirely in ahk2, other changes here are:

  • changelog cleanup
  • manual tests updates
  • troubleshooting guide updates
  • bug report template updates

@mark-wiemer mark-wiemer changed the title Fix quick pick for "... does not exist" err Fix quick pick for "... does not exist" err, cleanup Nov 9, 2024
@mark-wiemer mark-wiemer merged commit dcfacda into main Nov 9, 2024
3 checks passed
@mark-wiemer mark-wiemer deleted the mark-wiemer/493-select-ahk-v2-interpreter branch November 9, 2024 20:49
@mark-wiemer mark-wiemer mentioned this pull request Nov 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant