added vscode extensions
This commit is contained in:
parent
7cde0829be
commit
26e2a50441
316 changed files with 37301 additions and 0 deletions
107
.vscode/extensions/s-nlf-fh.glassit-0.2.3/package.json
vendored
Normal file
107
.vscode/extensions/s-nlf-fh.glassit-0.2.3/package.json
vendored
Normal file
|
|
@ -0,0 +1,107 @@
|
|||
{
|
||||
"name": "glassit",
|
||||
"displayName": "GlassIt-VSC",
|
||||
"description": "VS Code Extension to set window to transparent on Windows and Linux platforms.",
|
||||
"version": "0.2.3",
|
||||
"publisher": "s-nlf-fh",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"vscode": "^1.40.0"
|
||||
},
|
||||
"extensionKind": [
|
||||
"ui"
|
||||
],
|
||||
"categories": [
|
||||
"Themes",
|
||||
"Other"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/hikarin522/GlassIt-VSC.git"
|
||||
},
|
||||
"badges": [
|
||||
{
|
||||
"url": "https://vsmarketplacebadge.apphb.com/version/s-nlf-fh.glassit.svg",
|
||||
"description": "Latest Version",
|
||||
"href": "https://marketplace.visualstudio.com/items?itemName=s-nlf-fh.glassit"
|
||||
},
|
||||
{
|
||||
"url": "https://vsmarketplacebadge.apphb.com/installs/s-nlf-fh.glassit.svg",
|
||||
"description": "Total Downloads",
|
||||
"href": "https://marketplace.visualstudio.com/items?itemName=s-nlf-fh.glassit"
|
||||
},
|
||||
{
|
||||
"url": "https://vsmarketplacebadge.apphb.com/rating/s-nlf-fh.glassit.svg",
|
||||
"description": "Ratings",
|
||||
"href": "https://marketplace.visualstudio.com/items?itemName=s-nlf-fh.glassit"
|
||||
}
|
||||
],
|
||||
"bugs": {
|
||||
"url": "https://github.com/hikarin522/GlassIt-VSC/issues",
|
||||
"email": "hikarin522@outlook.jp"
|
||||
},
|
||||
"activationEvents": [
|
||||
"*"
|
||||
],
|
||||
"main": "./extension",
|
||||
"contributes": {
|
||||
"configuration": {
|
||||
"title": "GlassIt VSC configuration",
|
||||
"properties": {
|
||||
"glassit.alpha": {
|
||||
"type": "integer",
|
||||
"default": 220,
|
||||
"description": "Transparency level [1-255]"
|
||||
},
|
||||
"glassit.step": {
|
||||
"type": "integer",
|
||||
"default": 5,
|
||||
"description": "Increment of alpha"
|
||||
}
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"command": "glassit.increase",
|
||||
"title": "GlassIt: Increase the transparency"
|
||||
},
|
||||
{
|
||||
"command": "glassit.decrease",
|
||||
"title": "GlassIt: Decrease the transparency"
|
||||
},
|
||||
{
|
||||
"command": "glassit.maximize",
|
||||
"title": "GlassIt: Maximize the transparency"
|
||||
},
|
||||
{
|
||||
"command": "glassit.minimize",
|
||||
"title": "GlassIt: Minimize the transparency"
|
||||
}
|
||||
],
|
||||
"keybindings": [
|
||||
{
|
||||
"command": "glassit.increase",
|
||||
"key": "ctrl+alt+z"
|
||||
},
|
||||
{
|
||||
"command": "glassit.decrease",
|
||||
"key": "ctrl+alt+c"
|
||||
},
|
||||
{
|
||||
"command": "glassit.minimize",
|
||||
"key": "ctrl+alt+x"
|
||||
}
|
||||
]
|
||||
},
|
||||
"scripts": {},
|
||||
"devDependencies": {},
|
||||
"dependencies": {
|
||||
"node-powershell": "^4.0.0"
|
||||
},
|
||||
"__metadata": {
|
||||
"id": "7f4f553c-204c-42fe-9b4d-7a3f11f7335b",
|
||||
"publisherId": "f39c25eb-2c51-4821-97b3-8718f85c8e5f",
|
||||
"publisherDisplayName": "hikarin522",
|
||||
"installedTimestamp": 1630901124378
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue