Skip to content

Commit a3d8632

Browse files
theJasonHelmickJason.Helmick
andauthored
Added predictive intellisense for a month (#276)
Co-authored-by: Jason.Helmick <[email protected]>
1 parent b67b7f8 commit a3d8632

File tree

1 file changed

+1
-16
lines changed
  • linux/powershell/PSCloudShellUtility

1 file changed

+1
-16
lines changed
Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,5 @@
11
{
22
"items": [
3-
"Install modules from PowerShell Gallery: Install-Module <module name>",
4-
"Download scripts from PowerShell Gallery: Install-Script <script name>",
5-
"Scripts installed with 'Install-Script' can be run from the shell",
6-
"Modules installed with 'Install-Module' are persisted across sessions",
7-
"Discover installed Azure modules: Get-Module Az* -ListAvailable",
8-
"Cmdlet help is available: help <cmdlet name>",
9-
"Manage Azure Active Directory: Get-Command -Module AzureAD*",
10-
"Customize your experience: save your profile to $HOME/.config/PowerShell",
11-
"To edit files in the shell, type: code, vim, emacs, vi or nano",
12-
"Save files to $home/clouddrive for persistence across sessions",
13-
"Download files or directories from the cloudshell: Export-File",
14-
"Read more about PowerShell in CloudShell: https://aka.ms/pscloudshell/docs",
15-
"Switch to PowerShell from Bash: pwsh",
16-
"Switch to Bash from PowerShell: bash",
17-
"To Connect and Manage Exchange Online: Connect-EXOPSSession",
18-
"To provide feedback about Azure PowerShell, take a quick survey: https://aka.ms/azpssurvey?Q_CHL=SHELL"
3+
"Azure Cloud Shell now includes Predictive IntelliSense! Learn more: https://aka.ms/CloudShell/IntelliSense"
194
]
205
}

0 commit comments

Comments
 (0)