0
Please, what does launch.json mean in vs code?😕 I'm trying to run a simple css file, then it says local host not found.
Debugging
5 odpowiedzi
+ 2
JSON is JavaScript object notation
Please delete that file and create a CSS file instead
+ 2
Read this to see what is launch.json for https://code.visualstudio.com/docs/editor/debugging
You maybe changed folder name, deleted file or renamed it, and make problem with launch.json file.
You can try to make new workplace, then copy/paste your css code and try it again.
+ 1
Sonic_gameryt6 _ It worked. Thank you so much. But do I have to delete json file everytime I want to run a code though?
0
Sonic_gameryt6 _ There is a CSS file. It was after I deleted it and ran it again it displayed 'local host not found'☹️
0
Yemisi create a file called
FileName.CSS
You can replace FileName with any name if you want