vscode-hackmd
vscode-hackmd copied to clipboard
extension is not active on remote
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
Thanks for reporting this. We'll investigate why the extension doesn't work with remote development extension.
I'm trying to reproduce this bug and below are cases working normally I've found so far.
- Remote container:
- Local: macOS Mojave 10.14.6
- Remote: Docker ubuntu 18.04 container
- 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
Because vscode-hackmd depends on :emojisense:, which is running on UI side (local side), but vscode-hackmd will be install at remote side.
See the documentation for extensionKind
could help
https://code.visualstudio.com/api/advanced-topics/remote-extensions#common-problems
Confirm that extension is working with this config:
"remote.extensionKind": {
"bierner.emojisense": ["workspace"]
}
We should integrate the emoji feature into our extension.
@Yukaii good. when will this patch released?
@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.
bumping this bug fix request
Same problem here. Is it solved or not?
I can't authenticate on fully updated Arch Linux.
Plugin version 1.1.2 VS Code 1.60.1 (VS Codium version)
@Yukaii I'm the huge fan of HACKMD but extension is not active on remote still not working in 2022