Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork436
Add support for json, adoc and md sketch files extensions#1235
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
matthijskooijman commentedSep 8, 2021
The description for this PR says:
However, AFAICS this also returns such files in subdirectories. Is this intentional? Also, what is the intended usecase here? To allow the user to edit/view adoc or md files when editing/viewing a sketch? How about json files? Is this intended for json data files in the sketch? Or for
Is this really true? AFAICS it also causes these files to be copied into the build directory (or maybe that's a side effect of#1353?), which could influence the build, and can certainly influence performance. |
per1234 commentedSep 8, 2021
It is handy forthe |
Please check if the PR fulfills these requirements
before creating one)
our contributing guidelines
UPGRADING.mdhas been updated with a migration guide (for breaking changes)Enhances gRPC interface.
LoadSketchgRPC interface function doesn't return Sketch files in the root folder that have.json,.adocor.mdextension.LoadSketchgRPC interface function now returns Sketch files in the root folder that have.json,.adocor.mdextension.This only affects the gRPC interface.
titled accordingly?
Nope.
None.
Seehow to contribute