Closed
Description
TypeScript Version:
1.8.9
To reproduce use VSCode from Insider Channel (https://code.visualstudio.com/Download#insiders)
- create workspace
- create tsconfig.json with content
{
"compilerOptions": {
"module": "commonjs"
}
}
- create test.ts with content
class A {
}
- create folder libs
- create folder libs\superLib
- create file libs\superLib\lib.d.ts with content
export function foo();
- start VSCode
- open test.ts
- try to rename libs to libs2
Observer: you can't the directory is locked.
- Use for example handle.exe from SysInternals or a process explorer to check who is holding a lock on the .\libs directory. It is the tsserver.