how can i show icon for library in vscode in side does any extension?
for suppose TbUSerScan i want to see icon inside vscode page where number is written
do i have to use any extension or have to add settings?
guide me so my work will go smooth for that
and this type of other stuff that you can tell me for extension or
for more update
Is there a way to print my tree directory of my code folders and files?
I know this question has been asked many times before. I did what was mentioned in the other answers but it did not work. I am trying to find a way to print my tree directory of my code folders with files wether it is though a VScode extension or print it in the terminal so i can copy it. it is a react project if it helps, i use npm, bash
while I run the command npm run build then error is comming as CI= react scripts build, where CI is not recgonized by internal and external command
For my react project I am tryin to build the project by running the command npm run build then an error is encountered showing:
VS Code React File Name Discrepancy
I faced an issue while working in React. Initially, I created a file named card.jsx and imported it into my App.js file. Later on, I decided to rename card.jsx to Card.jsx and tried to import the updated file. Strangely, despite the code running correctly, VS Code showed an error in the editor regarding the import statement.