Steps to Reproduce:
- Create a
tsconfig.json
{
"compilerOptions": {
"target": "es2015",
"module": "commonjs",
"plugins": [
{ "name": "./lib" }
]
}
}
Where a typescript server plugin in installed at lib.
- Open the workspace in an editor
Bug
Plugin is not loaded. This works in TS 2.4.2 but is broken in TS 2.5.x
This is a useful configuration for testing a plugin