we directly SSH into server & access its directory also we can directly attach debugger to the app.
it will be very useful for debugging app's in production
Install Remote SSH Plugin for VS Code
Add SSH Targets
Enter full ssh command with key for example
ssh -i "D:\\df-tech\\DemandFarm_Internal_AWS_Key.ppk" [email protected]
icacls .\\private.key /inheritance:r
icacls .\\private.key /grant:r "%username%":"(R)"
#example
#icacls .\\DemandFarm_Internal_AWS_Key.key /Inheritance:r
#Icacls .\\DemandFarm_Internal_AWS_Key.key /Grant:r "SaurabhGangamwar":"(R)"