Plugin will not run

Issue #193 resolved
Nicola Sansom created an issue

VS Code Version: 1.38.1
Atlassian for VSCode Version: 1.4.3
OS: Mojave 10.14.4

I can’t configure the plugin. When I open the command palette and run the following commands, a notification appears stating 
command 'atlascode.showConfigPage' not found

None of the commands work.

I have tried disabling all plugins bar this one installing a different version of plugin none of this seems to help.

Comments (10)

  1. Alastair Wilkes

    Hi Nicola,

    Since you opened this issue, we've released a few new versions. Would you mind updating to the latest version and reopening this issue if issues persist?

    Thanks!
    Alastair

  2. Matias Iglesias

    VS Code Version: 1.39.2

    Jira and Bitbucket (Official): 2.1.2

    OS: Catalina 10.15 (19A602)

    not working either

  3. Nicola Sansom reporter

    This is still an issue for me also now on:

    VS Code Version: 1.39.2

    Jira and Bitbucket (Official): 2.1.2

    OS: Catalina 10.15

  4. Nick Rundquist

    Nicola,

    The Atlassian extension requires the Red Hat YAML extension also be installed. Can you check and see if that extension is also installed and enabled, and if not try enabling it and see if it resolves this issue?

  5. Matias Iglesias

    Red HAT YAML was already installed and enabled. When I tried to disable I’ve got this error message: “Cannot disable extension 'YAML'. Extension 'Jira and Bitbucket (Official)' depends on this.”

    I’ve got this output on developer console. Hope this helps

    notificationsAlerts.ts:38 Error: command 'atlascode.bb.showPipelineSettings' not found
        at Proxy._tryExecuteCommand (commandService.ts:80)
        at r.then.i (commandService.ts:73)
    onDidNotificationChange @ notificationsAlerts.ts:38
    _register.model.onDidNotificationChange.e @ notificationsAlerts.ts:26
    fire @ event.ts:580
    addNotification @ notifications.ts:156
    error @ notificationService.ts:56
    onError @ commandsHandler.ts:332
    setTimeout @ commandsHandler.ts:319
    async function (async)
    setTimeout @ commandsHandler.ts:310
    setTimeout (async)
    runAction @ commandsHandler.ts:303
    run @ commandsHandler.ts:287
    run @ quickOpenModel.ts:575
    elementSelected @ quickOpenWidget.ts:561
    _register.u.addDisposableListener.e @ quickOpenWidget.ts:235
    notificationsAlerts.ts:38 Error: command 'atlascode.showConfigPage' not found
        at Proxy._tryExecuteCommand (commandService.ts:80)
        at r.then.i (commandService.ts:73)
    onDidNotificationChange @ notificationsAlerts.ts:38
    _register.model.onDidNotificationChange.e @ notificationsAlerts.ts:26
    fire @ event.ts:580
    addNotification @ notifications.ts:156
    error @ notificationService.ts:56
    onError @ commandsHandler.ts:332
    setTimeout @ commandsHandler.ts:319
    async function (async)
    setTimeout @ commandsHandler.ts:310
    setTimeout (async)
    runAction @ commandsHandler.ts:303
    run @ commandsHandler.ts:287
    run @ quickOpenModel.ts:575
    elementSelected @ quickOpenWidget.ts:561
    _register.tree.onDidChangeSelection.e @ quickOpenWidget.ts:283
    fire @ event.ts:580
    fire @ event.ts:582
    setSelection @ treeModel.ts:1168
    setSelection @ treeImpl.ts:201
    onLeftClick @ treeDefaults.ts:190
    onClick @ treeDefaults.ts:172
    onClick @ treeView.ts:1157
    viewListeners.push.o.addDisposableListener.e @ treeView.ts:550
    

  6. Nicola Sansom reporter

    I had similar error to Matias, however, uninstalling this plugin and then the YAML one and then reinstalling this one again it started to work 👍

  7. Nick Rundquist

    @Matias Iglesias , do you see any output in the logs when you launch VS Code? Something is preventing the extension from loading but I’m not sure what it is.

  8. Log in to comment