forked from vscode-icons/vscode-icons
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
User Customization (vscode-icons#596)
* first version: file icon replacement * new test: disabling extensions * massive folder & files restructuration * vscode module abstracted from settings. * simplifying utils folder * fixed issue with custom path * temporary hack as vscode doesn't allow absolute paths in icon css * remove dot property from IFolderExtension * folder merging enabled * removing not needed functionality * tests for presets * line added to the end of the document * commands added to the contribution node * commands scaffolding * Preparing code for IconGenerator refactoring * path use simplified. path injection allowed. * presets working ok! * cool messages added * readme links fixed * iconGenerator tests refactored * settings and readme update * First readme draft * readme update * readme update * small readme fix * Fix readme grammar * css inside `` * fixed path * added supported icon extension list * supported extensions link added to readme * iconPath are now generated using Unix style regardless of being built in a Windows machine. * barrel support for models * readme update * testing support samples reduced for mantainability's sake. * merger module moved to icon-manifest folder * preparing default icons to be ready for customization. * Fixing Unix case sensivity issues. * Forgot to push the file... * renaming files for consistency sake * more naming standarization * getting rid of isGt160 * special renamed to default for consistency's sake * Build process is working with the new setup and tests are all passing. * default merging * getting rid of defaultExtensionTypes * custom flag added for custom defaults * support for disabling default icons * New tests and fixes * more tests and small fixes. * default icons are also using icon suffix * making the contribution points more user friendly * new hide folders preset added and tested. * Readme reviewed * readme update * renaming parameter to avoid shadowing * removed comment * Now using ng_ convention for angular 2 preset. Renamed to angular to follow AngularJS team directives about naming. * Suport for ts defs official icon * getting rid of iconSuffix parameter as per JimiC suggestion * no need to create a folder in extensions folder anymore. * no need for absolute paths anymore * Small fixes * using .posix to use unix join method * readme updated with the correct os x path * ignoring mac files * empty line for gitignore * Package.json modifying moved to build process only. * general fixes * ignoring example for the extension deployment * some more fixes * posix not working for relative * removed space from vscodepath function * making tslint happy * space allowed before parens in anonymous functions
- Loading branch information
1 parent
6dd7ce3
commit 91f6f0d
Showing
86 changed files
with
2,338 additions
and
1,019 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,5 @@ node_modules | |
out | ||
examples | ||
npm-debug.log | ||
.vscode-test/** | ||
.vscode-test/** | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Oops, something went wrong.