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

Use Symlinks for Stub Paths #17

Closed
BradenM opened this issue Jun 26, 2019 · 1 comment
Closed

Use Symlinks for Stub Paths #17

BradenM opened this issue Jun 26, 2019 · 1 comment
Labels
candidate Issue identified as probable candidate for fixing in the next release enhancement New feature or request

Comments

@BradenM
Copy link
Owner

BradenM commented Jun 26, 2019

Since VSCode doesn't allow environment variables in settings.json files, (see microsoft/vscode#2809), the generated settings.json and .pylintrc aren't very VCS friendly.

To get around this, I think it would be a good idea to generate a symlink (ignored by VCS) at the root of a new project that directs towards the users .micropy folder. This way, once #10 is finished, we can recreate this link when someone else clones the repo and initializes micropy, effectively making the pylint and vscode files VCS friendly.

@BradenM BradenM added enhancement New feature or request candidate Issue identified as probable candidate for fixing in the next release labels Jun 26, 2019
@BradenM BradenM mentioned this issue Jun 28, 2019
2 tasks
@BradenM
Copy link
Owner Author

BradenM commented Jun 28, 2019

Closed in favor of #19

@BradenM BradenM closed this as completed Jun 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
candidate Issue identified as probable candidate for fixing in the next release enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant