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

[ICON REQUEST] Add Salesforce Cloud Icon #779

Closed
AllanOricil opened this issue Jul 19, 2020 · 3 comments
Closed

[ICON REQUEST] Add Salesforce Cloud Icon #779

AllanOricil opened this issue Jul 19, 2020 · 3 comments

Comments

@AllanOricil
Copy link

When we install Salesforce Extension to vscode it comes with a cloud icon. It would be good if we could use that same icon with the material icon extension. Or maybe it material extension could bring the icon packaged and change to all files that end with ".cls" when the language selected is Apex.

For now Im using "java"

"material-icon-theme.files.associations": {
    "*.cls": "java"
  }

But I would like to keep using this

image

@PKief
Copy link
Member

PKief commented Jul 21, 2020

Hi @AllanOricil, thank you for the request. I added a file icon which will look like this:

salesforce icon

It will be part of the next update on the marketplace.

@PKief
Copy link
Member

PKief commented Jul 21, 2020

As additional information, it will only work if you've installed this extension:
https://marketplace.visualstudio.com/items?itemName=salesforce.salesforcedx-vscode-apex

or if you add the following to your user settings:

"material-icon-theme.files.associations": {
    "*.cls": "salesforce"
}

This is because of the conflict to tex's cls files.

@PKief PKief closed this as completed in 34f7a52 Jul 21, 2020
@AllanOricil
Copy link
Author

As additional information, it will only work if you've installed this extension:
https://marketplace.visualstudio.com/items?itemName=salesforce.salesforcedx-vscode-apex

or if you add the following to your user settings:

"material-icon-theme.files.associations": {
    "*.cls": "salesforce"
}

This is because of the conflict to tex's cls files.

I think you have to talk with salesforce before adding it. I once used their cloud icon and a manager told me I could not use. But thanks for adding it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants