Files
vscode/extensions/typescript
Matt Bierner c6566148cf Fix TS/JS Implicit Project Too Large Exclude Action (#15678)
Issue #15610

**bug**
For implicit js/ts projects that trigger the large project warning in vscode, the action currently tries to create a jsconfig.json file in `/dev/null/...`

**Fix**
In cases where the `jsconfig.json` file returned by tsserver is not under the root worspace, create an empty `jsconfig.json` at the root of the project instead.
2016-11-22 14:24:52 -08:00
..
2016-11-08 11:09:05 +01:00
2016-11-08 21:47:40 +01:00
2016-11-18 17:26:22 +01:00
2016-11-09 21:21:37 +01:00
2016-10-08 09:39:48 +02:00
2016-10-28 16:18:21 +02:00