Jakka Prihatna
Jakka Prihatna
I'm also having this problem with the latest version. And I think I found the problem with the recently merged PR #1201. Please correct me if my analysis is wrong....
`minimist` has released [new version](https://github.com/substack/minimist/releases/tag/1.2.6) to address the security issue. So I guess the only thing left todo is just bumping the `minimist` version in `tsconfig-paths` to v1.2.6
I'm closing this since all the problematic dependencies have been updated in v4. Related PR: #197, #198
I'm having somewhat similiar problem with project using [Emotion](https://emotion.sh/docs/introduction). With the way things are, I need to put the following line to the top of every file where Emotion is...
I've reported the problem with JSON errors not being cleared too, here: #14...
@pedro-w I think you should keep this one open for visibility. The other issue (#14) doesn't specifically mention anything about `JSON` in the title, so it's pretty easy to miss...
I think I'm having the same issue... When editing a regular `JSON` file (doesn't have to be a `json-tmLanguage` file), any invalid entry will add new item to the `VS...
This probably related to #168076 and https://github.com/microsoft/vscode-js-debug/issues/1469.
Sorry, I just realized this might be related to this issue: https://github.com/developit/unfetch/issues/162
Hi, a user who's also having the same issue here. Anyway, this past weekend I decided to run the trusted _print debugger_ with this plugin, and I think I may...