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

Angular Cli team changed the angular-cli.json file to .angular-cli.js… #750

Merged
merged 2 commits into from
Feb 18, 2017

Conversation

ulic75
Copy link
Contributor

@ulic75 ulic75 commented Feb 17, 2017

…on in beta-32

Changes proposed:

  • Add
  • Prepare
  • Delete
  • Fix

Things I've done:
Changed the filename

Angular Cli team changed the angular-cli.json file to .angular-cli.json in beta-32

@@ -14,7 +14,7 @@ export const extensions: IFileCollection = {
{ icon: 'actionscript', extensions: [], languages: [languages.actionscript], format: FileFormat.svg },
{ icon: 'ai', extensions: ['ai'], format: FileFormat.svg },
{ icon: 'ai2', extensions: ['ai'], format: FileFormat.svg, disabled: true },
{ icon: 'angular', extensions: ['angular-cli.json'], filename: true, format: FileFormat.svg },
{ icon: 'angular', extensions: ['.angular-cli.json'], filename: true, format: FileFormat.svg },
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @ulic75, please keep both formats for the moment. So people who may be using old version still get the icon.

@robertohuertasm robertohuertasm merged commit 57b08bf into vscode-icons:master Feb 18, 2017
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

Successfully merging this pull request may close these issues.

None yet

3 participants