Установка
Вы можете установить расширение из магазина приложений Visual Studio Marketplace или из VSIX-файла. VSIX-файлы публикуются на портале ИТС.
Установка из Visual Studio Marketplace
- Откройте панель Extensions (Ctrl+Shift+X);
- В строке поиска введите Executor ;
- Нажмите Install ;
Установка из VSIX-файла: вариант 1
- В Visual Studio Code нажмите F1 для активации командной палитры;
- Наберите vsix ;
- Выполните команду Extensions: Install from VSIX. (Расширения: Установка из VSIX. );
- Выберите VSIX-файл и нажмите Install (Установить).
Установка из из VSIX-файла: вариант 2
- Откройте панель Extensions (Ctrl+Shift+X);
- Откройте меню More Actions. (. ) (Дополнительные действия (. )) и нажмите Install from VSIX. (Установка из VSIX. );
- Выберите VSIX-файл и нажмите Install (Установить).
Интерфейс Visual Studio Code на русском языке
Если вы хотите использовать интерфейс Visual Studio Code на русском языке, установите языковой пакет для русского языка:
- Откройте панель Extensions (Ctrl+Shift+X);
- В строке поиска введите Russian Language Pack for Visual Studio Code ;
- Нажмите Install ;
«1С:Исполнитель»
- Для запуска и отладки скриптов установите «1С:Исполнитель» ;
- В параметре плагина 1c.executor.path укажите путь к каталогу, в который установлен «1С:Исполнитель» .
How do I install a VSIX file in Visual Studio?
VSIX is a Visual Studio extension installer. You must have Visual Studio 2010 or newer in order to install them, but you should be able to install it by double-clicking the .vsix file. Alternatively you should be able to install it from within the VS Extension Manager (Tools->Extension Manger)
answered Jan 14, 2010 at 21:40
63.2k 19 19 gold badges 155 155 silver badges 178 178 bronze badges
The above answers didn’t help me; I couldn’t install it through the extension manager and there was not default application for .vsix . However, I needed to open it (right click > Open with. ) with Microsoft Visual Studio Version Selector and it worked.
Small update: For VS 2013, you need the corresponding version of NuGet: http://visualstudiogallery.msdn.microsoft.com/4ec1526c-4a8c-4a84-b702-b21a8f5293ca. Otherwise, the version selecter will tell you it’s already installed on all fitting versions.
answered Apr 1, 2013 at 17:12
Cedric Reichenbach Cedric Reichenbach
681 7 7 silver badges 16 16 bronze badges
Double clicking the .vsix didn’t work for me either. An error message appeared telling «The requested operation requires elevation». Using «Open with..» solved the problem.
Mar 27, 2017 at 16:28
This worked like a charm.
Oct 9, 2019 at 12:22
To summarise, there are three options:
- Install via Extension Manager (Tools/Options)
- Install via Visual Studio Gallery.com (download and open directly or save then double-click)
- Install via «xcopy» into %localappdata%\Microsoft\VisualStudio\10.0\Extensions
354 2 2 gold badges 7 7 silver badges 20 20 bronze badges
answered Apr 22, 2010 at 6:46
1,788 2 2 gold badges 22 22 silver badges 36 36 bronze badges
The path above isn’t quite right. Go to %localappdata%, then to .\Microsoft\VisualStudio\
Jul 22, 2015 at 23:33
@GaTechThomas — this helped me install NuGet package manager on a Win 7 machine where I didn’t have admin rights; thanks. VSIX installation was not working otherwise
Sep 18, 2015 at 20:24
@GaTechThomas, looking at the date, I suspect that path was for XP, and yours is for Win7+
Sep 22, 2015 at 5:33
#3 was the one for me. Instead of using xcopy , I instead renamed the extension to .zip and extracted them to my %localappdata%\Microsoft\VisualStudio\xx.x\Extensions folder.
Jul 5, 2018 at 3:18
If all the above options fail, try installing it from the VS Developer command-line. Here’s how (on StackOverflow):
VSIXInstaller.exe /quiet some_extension.vsix
You can find VSIXInstaller here (on your local PC — depending on the Visual Studio version replace 14.0 by the version you’re using):
C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE
To display the installer dialog(s), remove the /quiet option.
Note:
-
To uninstall a VSIX extension, you need to know its vsixID (here is described how to get it), then you can use
