Add ps to standard kernels in package.json (#7428)

This commit is contained in:
Chris LaFreniere
2019-09-30 14:04:25 -07:00
committed by GitHub
parent 4018a29a16
commit 5327ed84c1

View File

@@ -360,6 +360,11 @@
"name": "python3",
"displayName": "Python 3",
"connectionProviderIds": []
},
{
"name": "powershell",
"displayName": "PowerShell",
"connectionProviderIds": []
}
]
},