You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: