vscode-hackmd icon indicating copy to clipboard operation
vscode-hackmd copied to clipboard

extension is not active on remote

Open laurentVRL2T opened this issue 4 years ago • 10 comments

This message from VSCode when trying to load 'HackrMD' extension

Cannot activate the 'HackMD' extension because it depends on the ':emojisense:' extension, which is not loaded. Would you like to reload the window to load the extension?

Environment:

  • VScode 14.43.2

  • HackMD extensions 1.0.2

  • Remote Development 0.20.0

  • Remote : Linux

laurentVRL2T avatar Mar 27 '20 11:03 laurentVRL2T

Thanks for reporting this. We'll investigate why the extension doesn't work with remote development extension.

Yukaii avatar Apr 06 '20 11:04 Yukaii

I'm trying to reproduce this bug and below are cases working normally I've found so far.

  1. Remote container:
    • Local: macOS Mojave 10.14.6
    • Remote: Docker ubuntu 18.04 container
  2. Remote SSH:
    • Local: macOS Mojave 10.14.6
    • Remote: VirtualBox ubuntu 16.04
  • VSCode 1.44.1
  • HackMD extensions 1.0.2
  • Remote Development 0.20.0

JamesCamel avatar Apr 16 '20 07:04 JamesCamel

Because vscode-hackmd depends on :emojisense:, which is running on UI side (local side), but vscode-hackmd will be install at remote side. image

See the documentation for extensionKind could help https://code.visualstudio.com/api/advanced-topics/remote-extensions#common-problems

david50407 avatar May 25 '20 17:05 david50407

Confirm that extension is working with this config:

 "remote.extensionKind": {
  "bierner.emojisense": ["workspace"]
}

Annotation 2020-06-01 152610

We should integrate the emoji feature into our extension.

Yukaii avatar Jun 01 '20 07:06 Yukaii

@Yukaii good. when will this patch released?

david50407 avatar Jun 01 '20 12:06 david50407

@david50407 Hope we can make it within the next two releases. I still want to check if there is some way that we won't have to modify the emojisense extension.

Yukaii avatar Jun 03 '20 07:06 Yukaii

bumping this bug fix request

thegostep avatar Feb 02 '21 13:02 thegostep

Same problem here. Is it solved or not?

karakarasuuuu avatar Feb 04 '21 17:02 karakarasuuuu

I can't authenticate on fully updated Arch Linux.

Plugin version 1.1.2 VS Code 1.60.1 (VS Codium version)

mattalxndr avatar Sep 20 '21 06:09 mattalxndr

@Yukaii I'm the huge fan of HACKMD but extension is not active on remote still not working in 2022

RussQuan avatar Jul 02 '22 04:07 RussQuan