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

Edit files in the user's preferred application if possible #215

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dhleong
Copy link

@dhleong dhleong commented Nov 16, 2020

See #213

This change should open userSettings.json in whatever app the user has configured; by default this seems to be Xcode, but since users can change this to whatever they prefer at the system level it feels like a better solution than forcing a specific app, like looking for the bundle ID of MacVim or just using something known installed, like TextEdit.

If we can't figure out an app to use, we still fallback to TextEdit.

@nbelzer
Copy link
Collaborator

nbelzer commented Jan 15, 2021

Thanks for this, looks good! Will hopefully get some time soon to test it locally and merge it.

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