Azure-docs: how to remove VSCE CLI from Mac?

Created on 18 May 2018  Â·  1Comment  Â·  Source: MicrosoftDocs/azure-docs

How do I remove the visual studio connected environment CLI from my Mac since base on the new documentation this is not longer require for Azure Dev Spaces?


Document Details

⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

  • ID: 66314f08-30df-c003-d37e-d5d7f78c3779
  • Version Independent ID: 0e2819dd-52d9-e095-fb13-4820e58755ba
  • Content: Azure Dev Spaces
  • Content Source: articles/dev-spaces/azure-dev-spaces.md
  • Service: azure-dev-spaces
  • Product: unspecified
  • GitHub Login: @ghogen
  • Microsoft Alias: ghogen
assigned-to-author azure-dev-spacesvc product-question triaged

Most helpful comment

Hi @rspaulino, here are some Bash commands you can run to completely remove the VSCE command line on macOS:

sudo rm -rf $HOME/lib/vsce-cli
rm -f $(which vsce)
rm -f /etc/bash_completion.d/vsce
source ~/.bash_profile

>All comments

Hi @rspaulino, here are some Bash commands you can run to completely remove the VSCE command line on macOS:

sudo rm -rf $HOME/lib/vsce-cli
rm -f $(which vsce)
rm -f /etc/bash_completion.d/vsce
source ~/.bash_profile
Was this page helpful?
0 / 5 - 0 ratings

Related issues

JeffLoo-ong picture JeffLoo-ong  Â·  3Comments

DeepPuddles picture DeepPuddles  Â·  3Comments

monteledwards picture monteledwards  Â·  3Comments

bityob picture bityob  Â·  3Comments

paulmarshall picture paulmarshall  Â·  3Comments