Mathias Caquet
Mathias Caquet
That was it ! Thanks very much @nykopol
Wow... I just had the same issue, and your fix fixed it @hyc0812 ! thanks !! note: I didn't need to remove `/node_module`
I installed the packages, but I cannot find `webpack.config.js` file. Where is it located ?
> @matdev Its probably because you are using create-react-app which does not have a webpack config file. I would suggest you to not use the package though, since it has...
> yeah you can't use typescript code in a js file. > > You need to convert that ts code to js code. Use this tool: https://transform.tools/typescript-to-javascript Converting the code...
Using the npm package direcly is what I did initially, and I got the `TypeError: (0 , i.default) is not a function at t.default (index.js:17:1)` How to avoid converting the...
Same issue: ``` index.js:17 Uncaught (in promise) TypeError: (0 , i.default) is not a function at t.default (index.js:17:1) ```
> This is the setting you are looking for: `workbench.editor.highlightModifiedTabs` I already have this setting to true @benibenj My request is not to highlight files that are "dirty" i.e. modified...
I noticed that if VSCode identifies a problem in the file, the problem count is displayed next to the M letter in the tab, but the file name's font color...
> Yes, ideally with a video/gif/images to help explain I did: https://github.com/microsoft/vscode/issues/238040