mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 09:59:47 -05:00
15 lines
200 B
JSON
15 lines
200 B
JSON
{
|
|
"argv": [
|
|
"python",
|
|
"-m",
|
|
"powershell_kernel",
|
|
"-f",
|
|
"{connection_file}"
|
|
],
|
|
"display_name": "PowerShell",
|
|
"env": {
|
|
"powershell_command": "powershell"
|
|
},
|
|
"language": "powershell"
|
|
}
|