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.
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.