First of all its not duplicated because I have checked this link first, but it's unrelated. I have just started using vscode. It very complicated even more if you have poor english like me .I have searched for related videos on youtube .But they are for mac, mostly .I am using windows so..
I have follwed theese steps
Tasks->ConfigureBuildTasks and then added theese lines .This is how tasks.json file looks like .
{
"version": "2.0.0",
"tasks": [
{
"version": "0.1.0",
"command": "chrome",
"windows": {
"command": "C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe"
},
"args": ["localhost\\${workspaceRootFolderName}\\${fileBasename}"]
}
]
}
So..there is no shorcut .. I have no idea how to launch a php file on browser.Any shortcut or key binding