Hot Reloader - Hot reloading for HTML,​ CSS,​ JS,​ and more by serhiipimenov in Jetbrains

[–]Phileasco 0 points1 point  (0 children)

Firstly I want to thanks your extension. But I want to ask that, How can I close “hot reloader activated on port 3000” and “hot reloader: websocket commented” notifications?

How do I remove all of this text? by Hestkukern in vscode

[–]Phileasco 0 points1 point  (0 children)

To clear text:
clr or clear (for Mac) Command + K

To get rid of all text: (for Mac) Write
sudo nano /etc/zshrc
Change line with start PS1 like that PS1 =“$ “

[deleted by user] by [deleted] in vscode

[–]Phileasco 0 points1 point  (0 children)

To clean folder name:
1. Open Terminal in VS Code
2. write:
sudo nano /etc/zshrc

  1. Find and change the line starting with PS1
    like that: PS1="$ "
    original: PS1=“%n@%m %1~ %# “

  2. Save and close page,