lesson- 8 how to get .vscode
#1938
-
I am on lesson 7 and i don't know why |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Beta Was this translation helpful? Give feedback.
-
Hey @MasterofBlockchain the If you still want the same settings, you can just create a folder named |
Beta Was this translation helpful? Give feedback.
Hey @MasterofBlockchain the
.vscode
folder stores your local settings for your vscode. It is not necessary that you have it.For example, in the above screenshot, he has set the default port for his
liveserver
to be5501
it is not a must you do that , you could just leave yours to whatever vscode chooses to use.If you still want the same settings, you can just create a folder named
.vscode
, create a file namedsettings.json
, and write the configuration you see above.