()
| 24 | const localize = nls.loadMessageBundle(); |
| 25 | |
| 26 | const getFreshLensLocation = () => readConfig(workspace, Configuration.NpmScriptLens); |
| 27 | |
| 28 | /** |
| 29 | * Npm script lens provider implementation. Can show a "Debug" text above any |
no test coverage detected