We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At the moment all folders are searched for a miyagi config (except node_modules).
node_modules
vscode-miyagi/src/lib/projects.ts
Line 41 in e7a3bdc
The extension should have an option to ignore folders (based on .gitignore or by manually specifying paths).
.gitignore
The text was updated successfully, but these errors were encountered:
Blocked by microsoft/vscode#48674.
Sorry, something went wrong.
A “workaround” can be to manually invoke Git and check if a miyagi project is ignored:
https://git-scm.com/docs/git-check-ignore
a69d9cc
fix: Ignore miyagi projects in Git-ignored folders (Close #38)
52ce4c1
mvsde
No branches or pull requests
At the moment all folders are searched for a miyagi config (except
node_modules
).vscode-miyagi/src/lib/projects.ts
Line 41 in e7a3bdc
The extension should have an option to ignore folders (based on
.gitignore
or by manually specifying paths).The text was updated successfully, but these errors were encountered: