-
Notifications
You must be signed in to change notification settings - Fork 6.3k
why so many plugins shows "not available in code-server for web"? and how can I solve it? #6406
-
background: Most of the plugins are available, I don't know how to solve it.
details:
like this picture says
Screenshot_2023年08月29日-13-42-49-905_com.microsoft.emmx-edit.jpg
in addition, the picture below is the version of code-server I use:
Screenshot_2023年08月29日-18-45-30-100_com.termux-edit.jpg
I install it in termux in Android os
I've already use pkg upgrade command to upgrade the code-server.
Beta Was this translation helpful? Give feedback.
All reactions
-
👀 2
Replies: 1 comment 4 replies
-
I am not sure...these extensions work for me on Ubuntu so maybe it is a platform issue. Is there any difference if you install via the command line?
code-server --install-extension golang.go
Beta Was this translation helpful? Give feedback.
All reactions
-
Beta Was this translation helpful? Give feedback.
All reactions
-
I did some digging and it looks like on Android process.platform returns android but VS Code does not handle that, so it defaults to web instead.
Beta Was this translation helpful? Give feedback.
All reactions
-
Looks like there might be a few more places where android would need to be handled, so if someone tries fixing this upstream then all of those should be addressed as well.
Beta Was this translation helpful? Give feedback.
All reactions
-
Looks like there might be a few more places where
androidwould need to be handled, so if someone tries fixing this upstream then all of those should be addressed as well.
try reporting it to ms?
Beta Was this translation helpful? Give feedback.