Showing posts with label vs code. Show all posts
Showing posts with label vs code. Show all posts

9/20/2021

vs code server failed to start


try to kill the server which you want access and try to access again


1 .ctrl-shift-p and choose:
2. Remote-SSH: kill VS Code Server on Host...
3. access remote again


Thank you.


10/31/2020

10/28/2018

vs code auto indentations


On Windows Shift + Alt + F
On Mac Shift + Option + F
On Ubuntu Ctrl + Shift +

10/17/2018

Exclude files that you don't want to show in directory window in VS CODE (The tip for I don't want to see ._* files in vs code)

You can set exclude file pattern in exclude tab in settings.


go to preferences -> settings



find exclude menu and add pattern that you don't want to see.
press 'ok' button and it will work immediately.

Thank you.