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

Make P42 settings apply to remote and workspace, honour jsconfig/tsconfig settings #71

Open
phudson opened this issue Jun 6, 2023 · 0 comments

Comments

@phudson
Copy link

phudson commented Jun 6, 2023

I edit Javascript in a variety of contexts - from a version of Rhino that supports only ES5 to the latest node.

p42 settings being global only means I have to have one set of settings that apply to all. So either I get a suggestion to change var to const/let in a context that doesn't support const/let, or I disable it and then I don't get it in contexts when it does.

Please support remote and workspace level settings too/

A related improvement would be to respect the settings in jsconfig/tsconfig that, among other things, also specify the Javascript version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant