Skip to content

tsconfig changes to baseUrl, paths, etc require restart. #9522

@dbaeumer

Description

@dbaeumer

From @aluanhaddad on July 4, 2016 5:49

  • VSCode Version: 1.3.0-insider, 1.2.1
  • OS: Windows 10 Professional x64

Steps to Reproduce:

  1. Install a nightly build of typescript supporting baseUrl and paths, anything since march should do.
  2. Set "typescript.tsdk": "C:/Users/user/AppData/Roaming/npm/node_modules/typescript/lib"
  3. Changes to paths and baseUrl are not reflected without reloading VSCode.

This is very frustrating as I am trying to determine a package install strategy which supports multi-versioned, non ambient external module resolution for jspm and I need to test changes manually. Each time I tweak any tsconfig i must reload VSCode.

I was going to raise this issue with the TypeScript team but I have not been able to reproduce it in other editors, such as the VS 15 preview 2, which I have configured to use the new language service and supports these settings. I could not find any exact duplicates.

PS: Thank you for all the hard work you have put into VSCode, it keeps getting better and better ❤️

Copied from original issue: microsoft/vscode#8705

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugA bug in TypeScriptFixedA PR has been merged for this issue

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions