diff --git a/extensions/notebook/package.json b/extensions/notebook/package.json index 90af089e36..4ba848c71b 100644 --- a/extensions/notebook/package.json +++ b/extensions/notebook/package.json @@ -360,6 +360,11 @@ "name": "python3", "displayName": "Python 3", "connectionProviderIds": [] + }, + { + "name": "powershell", + "displayName": "PowerShell", + "connectionProviderIds": [] } ] },