Microsoft/vscode
moving TypeScript files in explorer fails to update/prompt imports when containing folder is moved
开放
#58,987 创建于 2018年9月19日
bughelp wantedtypescript
仓库指标
- 星标
- (184,936 个星标)
- PR 合并指标
- (平均合并 11小时 43分钟) (30 天内合并 1,000 个 PR)
描述
- VSCode Version: 1.27.2
- OS Version: Win 10
- Typescript: 3.0.3
Steps to Reproduce:
- Set update imports on move typescript setting to prompt
- Create an empty project with 2 typescript files, one importing from the other.
- In the explorer manually move the depended upon file to a new directory. You will be prompted to update the import. This works fine.
- Now move that directory into ANOTHER new directory.
- This time there is no prompt and the import will be broken