Visual Studio Code Automatic Imports

前端 未结 12 1283
轻奢々
轻奢々 2020-12-02 11:00

I\'m in the process of making the move from Webstorm to Visual Studio Code. The Performance in Webstorm is abysmal.

Visual studio code isn\'t being very helpful abo

12条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-02 11:28

    If you are using angular, check that the tsconfig.json does not contain errors. (in the problems terminal)

    For some reason I doubled these lines, and it didn't work for me

    {
      "module": "esnext",
      "moduleResolution": "node",
    }
    

提交回复
热议问题