Archived
Add powershell kernel.json (#7456)
This commit is contained in:
@@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"argv": [
|
||||||
|
"python",
|
||||||
|
"-m",
|
||||||
|
"powershell_kernel",
|
||||||
|
"-f",
|
||||||
|
"{connection_file}"
|
||||||
|
],
|
||||||
|
"display_name": "PowerShell",
|
||||||
|
"env": {
|
||||||
|
"powershell_command": "powershell"
|
||||||
|
},
|
||||||
|
"language": "powershell"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user