Skip to content

TSServer plugins pointing to relative paths are not loaded in 2.5 #18623

@mjbvz

Description

@mjbvz

Steps to Reproduce:

  1. Create a tsconfig.json
{
  "compilerOptions": {
    "target": "es2015",
    "module": "commonjs",
    "plugins": [
      { "name": "./lib" }
    ]
  }
}

Where a typescript server plugin in installed at lib.

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugA bug in TypeScriptVS Code TrackedThere is a VS Code equivalent to this issue

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions