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

extension is not active on remote #12

Open
laurentVRL2T opened this issue Mar 27, 2020 · 10 comments
Open

extension is not active on remote #12

laurentVRL2T opened this issue Mar 27, 2020 · 10 comments
Labels
bug Something isn't working
Milestone

Comments

@laurentVRL2T
Copy link

laurentVRL2T commented Mar 27, 2020

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

@Yukaii
Copy link
Member

Yukaii commented Apr 6, 2020

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

@Yukaii Yukaii added the bug Something isn't working label Apr 6, 2020
@JamesCamel
Copy link
Contributor

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

@david50407
Copy link

david50407 commented May 25, 2020

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
Copy link
Member

Yukaii commented Jun 1, 2020

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
Copy link

@Yukaii good. when will this patch released?

@Yukaii
Copy link
Member

Yukaii commented Jun 3, 2020

@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 Yukaii added this to the Backlog milestone Jul 8, 2020
@thegostep
Copy link

bumping this bug fix request

@karakarasuuuu
Copy link

Same problem here. Is it solved or not?

@mattalxndr
Copy link

I can't authenticate on fully updated Arch Linux.

Plugin version 1.1.2
VS Code 1.60.1 (VS Codium version)

@RussQuan
Copy link

RussQuan commented Jul 2, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

8 participants