Environment variable override for name #4
jameschensmith
started this conversation in
General
Replies: 1 comment
-
Thanks for the suggestion. It is a good point however for tooling, it might become tricky because language servers already have restricted hard-coded places to recognize tool configurations from (for example If we are to think about this possibility to specify with an env like |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There may be lots of opinions on a default name. It may be nice to offer an environment variable for the name, like the XDG does. I don't have much to suggest as far as naming, but if you wanted to be pretty general you could start with
ES_
for EcmaScript orJS_
for JavaScript. While XDG specifies full path, this variable could just be used to specify the naming convention used for the single-level directory.Beta Was this translation helpful? Give feedback.
All reactions