Disable visual studio extension from command line

Giorgi

Is it possible to disable a specific extension in Visual Studio from the command line instead of starting Visual Studio manually and disabling it from tools?

Perry Qian-MSFT

As a supplement,

Command Line cannot disable one installed vs extension and Command Line can only do install or uninstall related operations.

The disable operation is only for VS IDE. In fact, vs extensions itself is designed to be used in the IDE, not the command line. Therefore, only the IDE can get the full functionality to manipulate it.

The VSIXInstaller.exe is a big step taken by Microsoft and the command line operation itself has limitations and room for improvement. But that disable the extension cannot be obtained under Command Line so far.

If you are comfortable uninstalling this particular plugin, you can try Drew's suggestions. If you still want disable it rather than uninstall it, you have to open VS IDE and then click disable option for it.

Or you could suggest a feature on our DC Forum. When you finish it, you could share the link here and anyone who is interested in it including us will vote it so that it will get more attention from Microsoft.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Disable visual studio extension from command line

From Dev

Export/Import Visual Studio Settings from Command Line

From Java

How to open Visual Studio Code from the command line on OSX?

From Java

How to install Visual Studio Code extensions from Command line

From Dev

Specify ruleset for Visual Studio code analysis on command line or from CMake

From Dev

Visual Studio : set number of project build in parallel from command line

From Dev

How to build a QT-project in visual studio from command line

From Dev

How to install Visual Studio Gallery extensions from command line

From Dev

How to create a Simple Build Script for Visual Studio from the Command Line?

From Dev

Visual Studio : set number of project build in parallel from command line

From Dev

Visual studio command line not working

From Dev

where is visual studio code command line?

From Java

Debugging with command-line parameters in Visual Studio

From Dev

Visual Studio 2013 and MSBuild command line switches

From Dev

Visual Studio execute command line Kaspersky scan

From Dev

Visual Studio 2015 - command line retarget solution

From Dev

Visual Studio command line build arguments

From Dev

where is visual studio code command line?

From Dev

Run vlc extension from command line

From Dev

Disable all css minification with Web Compiler (Visual Studio extension)

From Dev

How to disable PSScriptAnalyzer's PSAvoidUsingCmdletAliases in PowerShell Extension in Visual Studio Code

From Dev

Auto disable specific extension when launch visual studio?

From Dev

How to disable wireless from command line

From Dev

How to disable Alert volume from the command line?

From Dev

How to disable wireless from command line

From Dev

How to disable Alert volume from the command line?

From Dev

Disable sudo permission to user from command line

From Dev

Disable and enable audio output from the command line

From Dev

Disable USB powered light from command line?

Related Related

  1. 1

    Disable visual studio extension from command line

  2. 2

    Export/Import Visual Studio Settings from Command Line

  3. 3

    How to open Visual Studio Code from the command line on OSX?

  4. 4

    How to install Visual Studio Code extensions from Command line

  5. 5

    Specify ruleset for Visual Studio code analysis on command line or from CMake

  6. 6

    Visual Studio : set number of project build in parallel from command line

  7. 7

    How to build a QT-project in visual studio from command line

  8. 8

    How to install Visual Studio Gallery extensions from command line

  9. 9

    How to create a Simple Build Script for Visual Studio from the Command Line?

  10. 10

    Visual Studio : set number of project build in parallel from command line

  11. 11

    Visual studio command line not working

  12. 12

    where is visual studio code command line?

  13. 13

    Debugging with command-line parameters in Visual Studio

  14. 14

    Visual Studio 2013 and MSBuild command line switches

  15. 15

    Visual Studio execute command line Kaspersky scan

  16. 16

    Visual Studio 2015 - command line retarget solution

  17. 17

    Visual Studio command line build arguments

  18. 18

    where is visual studio code command line?

  19. 19

    Run vlc extension from command line

  20. 20

    Disable all css minification with Web Compiler (Visual Studio extension)

  21. 21

    How to disable PSScriptAnalyzer's PSAvoidUsingCmdletAliases in PowerShell Extension in Visual Studio Code

  22. 22

    Auto disable specific extension when launch visual studio?

  23. 23

    How to disable wireless from command line

  24. 24

    How to disable Alert volume from the command line?

  25. 25

    How to disable wireless from command line

  26. 26

    How to disable Alert volume from the command line?

  27. 27

    Disable sudo permission to user from command line

  28. 28

    Disable and enable audio output from the command line

  29. 29

    Disable USB powered light from command line?

HotTag

Archive