Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

mark .cicada files as deno #35

Open
PatrickJS opened this issue Apr 19, 2023 · 3 comments
Open

mark .cicada files as deno #35

PatrickJS opened this issue Apr 19, 2023 · 3 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@PatrickJS
Copy link

when running cicada init it would be great to update the deno path so the repo knows the cicada file is a deno one

  "deno.enablePaths": [
    ".cicada",
  ],
@grant0417 grant0417 added enhancement New feature or request good first issue Good for newcomers labels Apr 20, 2023
@grant0417
Copy link
Contributor

Would love to support this, the only issue is that the settings.json file can have comments and I'm not totally sure how to best support that in Rust.

@PatrickJS
Copy link
Author

what about using deno and json5 read/write?

@grant0417
Copy link
Contributor

So the next version v0.1.40 will have a primitive version of this, if you dont have the file it will create it, otherwise it will ask you to add it to the file. Would like to use a json5 parser but I didnt find one that doesnt delete comments.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants