forked from be5invis/vscode-custom-css
-
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.
- Loading branch information
Showing
1 changed file
with
79 additions
and
79 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 |
---|---|---|
@@ -1,81 +1,81 @@ | ||
{ | ||
"name": "vscode-custom-css", | ||
"displayName": "Custom CSS and JS Loader", | ||
"description": "Custom CSS and JS for Visual Studio Code", | ||
"version": "3.0.4", | ||
"publisher": "be5invis", | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Belleve Invis", | ||
"url": "https://typeof.net" | ||
}, | ||
"engines": { | ||
"vscode": "^1.28.0" | ||
}, | ||
"categories": [ | ||
"Other", | ||
"Themes" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/be5invis/vscode-custom-css" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/be5invis/vscode-custom-css/issues" | ||
}, | ||
"preview": true, | ||
"icon": "images/logo.png", | ||
"galleryBanner": { | ||
"color": "#EEEEEE" | ||
}, | ||
"activationEvents": [ | ||
"*" | ||
], | ||
"main": "./src/extension", | ||
"contributes": { | ||
"commands": [ | ||
{ | ||
"command": "extension.installCustomCSS", | ||
"title": "Enable Custom CSS and JS" | ||
}, | ||
{ | ||
"command": "extension.uninstallCustomCSS", | ||
"title": "Disable Custom CSS and JS" | ||
}, | ||
{ | ||
"command": "extension.updateCustomCSS", | ||
"title": "Reload Custom CSS and JS" | ||
} | ||
], | ||
"configuration": { | ||
"title": "Custom CSS/JS Configuration", | ||
"properties": { | ||
"vscode_custom_css.imports": { | ||
"description": "Custom CSS/JS files, as an array of URLs, not file paths", | ||
"type": "array", | ||
"default": [] | ||
}, | ||
"vscode_custom_css.statusbar": { | ||
"description": "Enable Status Indicator", | ||
"type": "boolean", | ||
"default": true | ||
}, | ||
"vscode_custom_css.policy": { | ||
"description": "Disable vscode Content Policy (required if loading from URL)", | ||
"type": "boolean", | ||
"default": false | ||
} | ||
} | ||
} | ||
}, | ||
"devDependencies": {}, | ||
"dependencies": { | ||
"file-url": "^2.0.2", | ||
"xmlhttprequest": "^1.8.0" | ||
}, | ||
"__metadata": { | ||
"id": "1b160753-ae5e-42bb-82ad-d115ce5c10f4", | ||
"publisherDisplayName": "be5invis", | ||
"publisherId": "8c148d69-cbc6-480b-bd8b-a42715926324" | ||
} | ||
"name": "vscode-custom-css", | ||
"displayName": "Custom CSS and JS Loader", | ||
"description": "Custom CSS and JS for Visual Studio Code", | ||
"version": "3.0.5", | ||
"publisher": "be5invis", | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Belleve Invis", | ||
"url": "https://typeof.net" | ||
}, | ||
"engines": { | ||
"vscode": "^1.28.0" | ||
}, | ||
"categories": [ | ||
"Other", | ||
"Themes" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/be5invis/vscode-custom-css" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/be5invis/vscode-custom-css/issues" | ||
}, | ||
"preview": true, | ||
"icon": "images/logo.png", | ||
"galleryBanner": { | ||
"color": "#EEEEEE" | ||
}, | ||
"activationEvents": [ | ||
"*" | ||
], | ||
"main": "./src/extension", | ||
"contributes": { | ||
"commands": [ | ||
{ | ||
"command": "extension.installCustomCSS", | ||
"title": "Enable Custom CSS and JS" | ||
}, | ||
{ | ||
"command": "extension.uninstallCustomCSS", | ||
"title": "Disable Custom CSS and JS" | ||
}, | ||
{ | ||
"command": "extension.updateCustomCSS", | ||
"title": "Reload Custom CSS and JS" | ||
} | ||
], | ||
"configuration": { | ||
"title": "Custom CSS/JS Configuration", | ||
"properties": { | ||
"vscode_custom_css.imports": { | ||
"description": "Custom CSS/JS files, as an array of URLs, not file paths", | ||
"type": "array", | ||
"default": [] | ||
}, | ||
"vscode_custom_css.statusbar": { | ||
"description": "Enable Status Indicator", | ||
"type": "boolean", | ||
"default": true | ||
}, | ||
"vscode_custom_css.policy": { | ||
"description": "Disable vscode Content Policy (required if loading from URL)", | ||
"type": "boolean", | ||
"default": false | ||
} | ||
} | ||
} | ||
}, | ||
"devDependencies": {}, | ||
"dependencies": { | ||
"file-url": "^2.0.2", | ||
"xmlhttprequest": "^1.8.0" | ||
}, | ||
"__metadata": { | ||
"id": "1b160753-ae5e-42bb-82ad-d115ce5c10f4", | ||
"publisherDisplayName": "be5invis", | ||
"publisherId": "8c148d69-cbc6-480b-bd8b-a42715926324" | ||
} | ||
} |