webstp / extension-manager

0 stars 0 forks source link

Won't install extensions from user settings #4

Open andreiropotica opened 8 years ago

andreiropotica commented 8 years ago

in user settings I have this key:

"extension-manager.extensions": [
        "alefragnani.Bookmarks",
        "dbaeumer.jshint"
    ]

But on install missing extensions nothing gets installed.

webstp commented 8 years ago

Could you let me know what version you are running. Also just want to verify they aren't already installed

andreiropotica commented 8 years ago

VS Code version is 0.10.8 Extension Manager version is 0.0.5

No, JS Hint is not installed

andreiropotica commented 8 years ago

It seems it started working with VS 0.10.10, released today.

You can close the bug. Thank you, great feature! Very usefull!

andreiropotica commented 8 years ago

Hello,

It apears the extension won't work again.

I tested it on several pc's.

the settings file has this configuration:

"extension-manager.extensions": [
        "alefragnani.Bookmarks", //https://marketplace.visualstudio.com/items?itemName=alefragnani.Bookmarks
        "dbaeumer.jshint", //https://marketplace.visualstudio.com/items?itemName=dbaeumer.jshint
        "cmstead.jsrefactor", //https://marketplace.visualstudio.com/items?itemName=cmstead.jsrefactor
        "jakob101.RelativePath", //https://marketplace.visualstudio.com/items?itemName=jakob101.RelativePath
        "johnpapa.Angular1", //https://marketplace.visualstudio.com/items?itemName=johnpapa.Angular1"
        "mohsen1.prettify-json", //https://marketplace.visualstudio.com/items?itemName=mohsen1.prettify-json"
        "ms-vscode.jscs",  //https://marketplace.visualstudio.com/items?itemName=ms-vscode.jscs
        "HookyQR.ExtensionUpdateCheck", //https://marketplace.visualstudio.com/items?itemName=HookyQR.ExtensionUpdateCheck,
        "msjsdiag.debugger-for-chrome", //https://marketplace.visualstudio.com/items?itemName=msjsdiag.debugger-for-chrome
        "wcwhitehead.bootstrap-3-snippets", //https://marketplace.visualstudio.com/items?itemName=wcwhitehead.bootstrap-3-snippets
        "donjayamanne.jquerysnippets", //https://marketplace.visualstudio.com/items?itemName=donjayamanne.jquerysnippets
        "waderyan.gitblame" //https://marketplace.visualstudio.com/items?itemName=waderyan.gitblame
    ]

To test it I uninstalled debugger for chrome. Done a windows restart, executed the install missing extensions action and nothing happended.

andreiropotica commented 8 years ago

VS Code version: 0.10.11 Windows 8.1 x64 Extension version: 0.0.5

mariaro commented 8 years ago

I have the same bug with Extension Manager version 0.0.5 and the latest Visual Studio code version (as listed below). I have installed the extension, restarted VS Code when prompted, saved the user settings file with some uninstalled extensions and tried the command "Install missing extensions". Nothing seems to happen (I waited for about 2-3 minutes). When checking the "Show installed extensions" list, no new extensions were added.

Thanks and looking forward for a fix!

Visual Studio Code Version 0.10.11 Commit f291f4ad600767626b24a4b15816b04bee9a3049 Date 2016-03-11T17:10:35.304Z Shell 0.35.6 Renderer 45.0.2454.85 Node 4.1.1

webstp commented 8 years ago

Hey folks. Sorry for the delayed response. I've been investigating this issue again and cannot seem to reproduce this issue for myself. @andreiropotica mentioned running Window 8.1. I am leaning to the issue being a Windows as i've been doing all my testing in OS X without an issue.

@mariaro Could you let me know which OS your using this in?

mariaro commented 8 years ago

Hello! Thanks for taking time to investigate! And yes, I'm using Win 8.1 too.

berdario commented 8 years ago

Since the last couple of months (thus around versions 1.4/1.5) it stopped working for me as well. I'm running Linux

zessx commented 7 years ago

Same here. Just made a test with this extension: sensourceinc.vscode-sql-beautify.

VSCode: 1.8.0-insider
Extension Manager: 0.0.5
Window 7 x64

lucasprag commented 7 years ago

Hi guys, same here. My settings.json:

{
    "terminal.integrated.shell.osx": "zsh",
    "editor.tabSize": 2,
    "editor.renderWhitespace": "all",
    "editor.insertSpaces": true,
    "extension-manager.extensions": [
        "rebornix.Ruby",
        "sporto.rails-go-to-spec"
    ]
}

But when I run the command nothing happens.

code --version
1.15.1
Extension Manager: 0.0.5

macOS Sierra 10.12.6