-
Notifications
You must be signed in to change notification settings - Fork 13.2k
Closed
Labels
Needs InvestigationThis issue needs a team member to investigate its status.This issue needs a team member to investigate its status.VS Code PriorityCritical issues that VS Code needs fixed in the current TypeScript milestoneCritical issues that VS Code needs fixed in the current TypeScript milestone
Milestone
Description
TypeScript Version: 3.7.0-dev.20190922
Search Terms:
- create-react-app
- project configuration
- tsconfig
Repo
-
npx create-react-app my-app --typescript -
Open
my-appin VS Code -
Open
app.tsx -
Now create a new file next to it called
add.tswith the content:export function add() {}
-
Run the
go to projectconfiguration command in VS Code withadd.tsopen:- 🐛 Says it's not part of any configured project
-
Now go back to
App.tsxand try using completions to add an auto import foradd- 🐛 Auto import never works (unless you add an import manually)
Here are the logs:
log.txt
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Needs InvestigationThis issue needs a team member to investigate its status.This issue needs a team member to investigate its status.VS Code PriorityCritical issues that VS Code needs fixed in the current TypeScript milestoneCritical issues that VS Code needs fixed in the current TypeScript milestone