Currently to make VS2015 Project Docker Support, you need to deploy
deploy users home directory for windows docker toolbox VM
Source: Chapter 4. Guest Additions
Currently to make VS2015 Project Docker Support, you need to deploy
deploy users home directory for windows docker toolbox VM
Source: Chapter 4. Guest Additions
Bit of Docker Network Information
How do we connect docker containers within and across hosts ?
How to set up the env parameters for Docker including IP.
Set environment variables on a machine
Source: docker-machine env – Docker
Navigation Option to display hidden object
How to include .Git directory on VSCode
{
“files.exclude”: {
“**/.git”: false,
“**/.svn”: true,
“**/.hg”: true,
“**/.DS_Store”: true
}
}
Will go to User Settings
Source: How can I exclude a directory from Visual Studio Code “Explore” tab?
In case you need to update your environment
Hope this helps to troubleshoot !
Source: Troubleshooting PowerShell Based Scheduled Tasks – Rambling Cookie Monster
powershell.exe -noexit -file "c:\test.ps1" -sta
Source: cmd – My PowerShell script only works when running from ISE – Stack Overflow
SQL Read Only User
Source: SQL Management Studio – How to create read only users – IT Support Guides