Skip to content

Commit

Permalink
Remove the non-core extensions.
Browse files Browse the repository at this point in the history
Removed the extensions that don't show in the top-level list.
  • Loading branch information
fiveisprime committed Jul 6, 2022
1 parent c222a5f commit f2caeaf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
9 changes: 0 additions & 9 deletions README.md
Expand Up @@ -22,15 +22,6 @@

- View all of your **Azure Resources Groups** and quickly navigate to them in the Azure View with the [Azure Resource Groups](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azureresourcegroups) extension.

- Store your **Docker** images in _private_ Container Registries using the **Azure Container Registry**, and run them in the cloud using App Service. VS Code's support for [Docker](https://marketplace.visualstudio.com/items?itemName=PeterJausovec.vscode-docker) helps you author `Dockerfile` and `docker-compose` files with rich completions (IntelliSense), syntax highlighting and checking, and linting support. The Explorer view makes it easy to build, run, and manage your local and remote containers and images. For more information, please see the [Docker Walkthrough](https://code.visualstudio.com/tutorials/docker-extension/getting-started).

- Using [Azure Pipelines](https://marketplace.visualstudio.com/items?itemName=ms-azure-devops.azure-pipelines) for [continuous delivery](https://github.com/marketplace/azure-pipelines) of your apps from GitHub? Get schema-aware validation for your pipelines YAML files along with autocompletion to ensure your pipelines configuration files are ready for your deployments.

- The [**Azure CLI**](https://aka.ms/AzureCLI2) makes it easy to manage all of your Azure resources from a terminal. If you write CLI scripts, [VS Code's support](https://marketplace.visualstudio.com/items?itemName=ms-vscode.azurecli) provides syntax highlighting and completions (IntelliSense) for the CLI commands as well as your resources in Azure. You can execute one or more commands and even see the results in richly formatted `json`, document. For more information, please see the [Azure CLI Deployment Walkthrough](https://code.visualstudio.com/tutorials/nodejs-deployment/getting-started).

- You can automate management of Azure resources using [**ARM Templates**](https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-group-overview) and/or [**Bicep**](https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/bicep-overview). VS Code's support for [ARM](https://marketplace.visualstudio.com/items?itemName=msazurermtools.azurerm-vscode-tools) and [Bicep](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-bicep&ssr=false#review-details) makes it easy to author declarative templates with rich editing and navigation experiences, including validations, code navigation, refactoring, and IntelliSense for available resource types, property names & values, dot-property access, scaffolding, and snippets.
**Note:** You can use Bicep instead of JSON for developing your Azure Resource Manager templates (ARM templates). Bicep simplifies the authoring experience by providing concise syntax, better support for code reuse, and improved type safety.

## Installation

Intalling the Azure Tools installs all of the extensions listed above. Some of these extensions will also install the [Azure Account extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.azure-account) which provides a single Azure login and subscription filtering experience.
Expand Down
8 changes: 1 addition & 7 deletions package.json
Expand Up @@ -35,12 +35,6 @@
"ms-azuretools.vscode-azurestorage",
"ms-azuretools.vscode-cosmosdb",
"ms-azuretools.vscode-azurevirtualmachines",
"ms-azuretools.vscode-azureresourcegroups",
"ms-vscode.azurecli",
"msazurermtools.azurerm-vscode-tools",
"ms-azuretools.vscode-bicep",
"ms-azuretools.vscode-docker",
"ms-azure-devops.azure-pipelines",
"bencoleman.armview"
"ms-azuretools.vscode-azureresourcegroups"
]
}

0 comments on commit f2caeaf

Please sign in to comment.