mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
Add powershell kernel.json (#7456)
This commit is contained in:
14
extensions/notebook/kernels/powershell/kernel.json
Normal file
14
extensions/notebook/kernels/powershell/kernel.json
Normal file
@@ -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