Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

code-alpha --install-extension lets me install the same extension twice #6799

Closed
aeschli opened this issue May 24, 2016 · 1 comment
Closed
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@aeschli
Copy link
Contributor

aeschli commented May 24, 2016

Testing #6099

> code-alpha --install-extension aeschli.vscode-css-formatter
Found 'aeschli.vscode-css-formatter' in the marketplace.
Installing...
Extension 'aeschli.vscode-css-formatter' v0.0.2 was successfully installed!
> code-alpha --install-extension aeschli.vscode-css-formatteR
Found 'aeschli.vscode-css-formatteR' in the marketplace.
Installing...
WARNING: Promise with no error callback:14
{ exception: null,
  error: [ , , [ [Object] ] ],
  promise:
   { _oncancel: null,
     _nextState: null,
     _state:
      { name: 'error',
        enter: [Function],
        cancel: [Function: r],
        done: null,
        then: null,
        _completed: [Function: r],
        _error: [Function: r],
        _notify: [Function: h],
        _progress: [Function: r],
        _setCompleteValue: [Function: r],
        _setErrorValue: [Function: r] },
     _listeners: null,
     _value: [ , , [Object] ],
     _isException: false,
     _errorId: 14,
     done: [Function],
     then: [Function] },
  handler: undefined,
  id: 14,
  parent: undefined }

C:\Program Files (x86)\Microsoft VS Code Alpha\resources\app\out\vs\code\node\cli.js:5
enter:function(e){if(e.done=z.prototype.done,e.then=z.prototype.then,e._listeners)for(var t,n=[e];n.length;)t=n.pop(),t._state._notify(t,n);e._setState(I)},cancel:r,done:null,then:null,_completed:r,_error:r,_notify:h,_progress:r,_setCompleteValue:r,_setErrorValue:r},I={name:"error",enter:function(e){e.done=z.prototype.done,e.then=z.prototype.then,e._cleanupAction()},cancel:r,done:null,then:null,_completed:r,_error:r,_notify:h,_progress:r,_setCompleteValue:r,_setErrorValue:r};var H,V=t.Class.define(null,{_listeners:null,_nextState:null,_state:null,_value:null,cancel:function(){this._state.cancel(this),this._run()},done:function(e,t,n){this._state.done(this,e,t,n)},then:function(e,t,n){return this._state.then(this,e,t,n)},_chainedError:function(e,t){var n=this._state._error(this,e,a,t);return this._run(),n},_completed:function(e){var t=this._state._completed(this,e);return this._run(),t},_error:function(e){var t=this._state
,,Error: ENOTEMPTY: directory not empty, rmdir 'C:\Users\martinae\.vscode-alpha\extensions\aeschli.vscode-css-formatter-0.0.2\node_modules\js-beautify'
@joaomoreno
Copy link
Member

Duplicate of #6732

@joaomoreno joaomoreno added the *duplicate Issue identified as a duplicate of another issue(s) label May 24, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

2 participants