Add powershell kernel.json (#7456)

This commit is contained in:
Chris LaFreniere
2019-10-01 16:30:09 -07:00
committed by GitHub
parent 704c5174f9
commit 4c2ffdfc68

View File

@@ -0,0 +1,14 @@
{
"argv": [
"python",
"-m",
"powershell_kernel",
"-f",
"{connection_file}"
],
"display_name": "PowerShell",
"env": {
"powershell_command": "powershell"
},
"language": "powershell"
}