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

Can't use the icon set on a remote server session

Open mmontagnana opened this issue 2 years ago • 6 comments

Hi.

I connect VS Code to a Linux server using the Remote-SSH extension. On the remote servers the Symbols plugin is disabled:

image

On the remote servers VS Code is using the Seti icon set, in local it uses the Symbols set correctly. I installed the Material Icons Theme as well, and it doesn't need to be installed on the remote server, just like the default Seti and Minimal sets.

I'm using a Mac with M1 processor and macOS 12.5.1 and VS Code 1.70.2.

Thanks, regards.

mmontagnana avatar Aug 26 '22 10:08 mmontagnana

Hmm...I'm not sure why that doesn't work. Let me investigate...

miguelsolorio avatar Aug 29 '22 23:08 miguelsolorio

@mmontagnana what happens when you click "install in SSH"? I tried this in a Codespace, which is also a remote env, and got a similar message but clicking install will install it.

miguelsolorio avatar Aug 29 '22 23:08 miguelsolorio

If I install it in remote it works.

The issue is that, for example, the Material File Icon theme and the Fluent product icon theme are working from the local install, with no need to install them in SSH.

image

mmontagnana avatar Aug 30 '22 07:08 mmontagnana

Yes, that's because each extension is created differently. The symbol icon extension runs javascript to dynamically create the non-chevron tree items, so that's why it needs to be installed.

miguelsolorio avatar Aug 30 '22 14:08 miguelsolorio

Ok, if it's by design I'll install it on the other VMs I'm using.

Thank you, regards Marco

mmontagnana avatar Aug 30 '22 17:08 mmontagnana

I've created #46 to track some of this work as well because I have noticed that you can't use this theme on the web, so we'll see if we can improve this.

miguelsolorio avatar Aug 30 '22 18:08 miguelsolorio

Closing in favor of https://github.com/miguelsolorio/vscode-symbols/issues/46

miguelsolorio avatar Jan 12 '23 14:01 miguelsolorio