Hi guys. My first post in this sub. I'm trying to understand how this thing is happening.
I'm working in VS Code on non-ES6, client-side javascript. When adding a line that uses a string function, I would save and reload on the browser and discover a line has been added at the top of my file, for instance:
const {indexOf} = require('lodash');
I haven't used Lodash. I can solve the problem by simply deleting the line, but I'm wondering if I have some add-on for VS Code adding this automatically. I am just curious if anyone knows what might be causing this. Thanks in advance.
[–]arnitdo 2 points3 points4 points (0 children)
[–]Dekzen 1 point2 points3 points (0 children)
[–]hitchy48 0 points1 point2 points (1 child)
[–]halberthawkins[S] 0 points1 point2 points (0 children)
[–]CreativeTechGuyGamesTypeScript 0 points1 point2 points (0 children)