hackmdio / vscode-hackmd

The official HackMD VScode extension!
https://marketplace.visualstudio.com/items?itemName=HackMD.vscode-hackmd
MIT License
132 stars 14 forks source link

extension is not active on remote #12

Open laurentVRL2T opened 4 years ago

laurentVRL2T commented 4 years ago

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:

Yukaii commented 4 years ago

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

JamesCamel commented 4 years ago

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
david50407 commented 4 years ago

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

Yukaii commented 4 years ago

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.

david50407 commented 4 years ago

@Yukaii good. when will this patch released?

Yukaii commented 4 years ago

@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.

thegostep commented 3 years ago

bumping this bug fix request

karakarasuuuu commented 3 years ago

Same problem here. Is it solved or not?

mattalxndr commented 2 years ago

I can't authenticate on fully updated Arch Linux.

Plugin version 1.1.2 VS Code 1.60.1 (VS Codium version)

RussQuan commented 2 years ago

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