Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 2.16 KB

using-cloud-shell-editor.md

File metadata and controls

52 lines (35 loc) · 2.16 KB
title description services documentationcenter author manager tags ms.assetid ms.service ms.workload ms.tgt_pltfrm ms.devlang ms.topic ms.date ms.author
Using the Azure Cloud Shell editor | Microsoft Docs
Overview of how to use the Azure Cloud Shell editor.
azure
jluk
timlt
azure-resource-manager
azure
infrastructure-services
vm-linux
na
article
07/24/2018
juluk

Using the Azure Cloud Shell editor

Azure Cloud Shell includes an integrated file editor built from the open-source Monaco Editor. The Cloud Shell editor supports features such as language highlighting, the command palette, and a file explorer.

Cloud Shell editor

Opening the editor

For simple file creation and editing, launch the editor by running code . in the Cloud Shell terminal. This action opens the editor with your active working directory set in the terminal.

To directly open a file for quick editing, run code <filename> to open the editor without the file explorer.

To open the editor via UI button, click the {} editor icon from the toolbar. This will open the editor and default the file explorer to the /home/<user> directory.

Closing the editor

To close the editor, open the ... action panel in the top right of the editor and select Close editor.

Close editor

Command palette

To launch the command palette, use the F1 key when focus is set on the editor. Opening the command palette can also be done through the action panel.

Cmd palette

Contributing to the Monaco Editor

Language highlight support in the Cloud Shell editor is supported through upstream functionality in the Monaco Editor's use of Monarch syntax definitions. To learn how to make contributions, read the Monaco contributor guide.

Next steps

Try the quickstart for Bash in Cloud Shell View the full list of integrated Cloud Shell tools