mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 09:35:37 -05:00
* First go at it * undo unnecessary change to copy api * Revert "undo unnecessary change to copy api" This reverts commit f95f7f7a42277586f4d4d0eb7b0733c11853b413. * Revert "First go at it" This reverts commit 410c0d3c61b7c7cae3a2469a2672f67fe3b745b6. * Actual super simple fix
12 lines
149 B
JSON
12 lines
149 B
JSON
{
|
|
"argv": [
|
|
"python",
|
|
"-m",
|
|
"powershell_kernel",
|
|
"-f",
|
|
"{connection_file}"
|
|
],
|
|
"display_name": "PowerShell",
|
|
"language": "powershell"
|
|
}
|