Skip to content

Commit

Permalink
TAG: 0.0.44
Browse files Browse the repository at this point in the history
  • Loading branch information
DEVKINGBOT committed Jul 30, 2021
1 parent 75fea4a commit e609bad
Show file tree
Hide file tree
Showing 3 changed files with 132 additions and 122 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<code>

# [0.0.44](https://github.com/cogsmith/devking-vscode/compare/0.0.44...main) @ [2021-07-30](https://github.com/cogsmith/devking-vscode/releases/tag/0.0.44)

## DIFF
- [6 COMMITS SINCE LAST TAG = 0.0.43](https://github.com/cogsmith/devking-vscode/compare/0.0.43...0.0.44)

</code>

---
<code>

# [0.0.43](https://github.com/cogsmith/devking-vscode/compare/0.0.43...main) @ [2021-06-03](https://github.com/cogsmith/devking-vscode/releases/tag/0.0.43)

## DIFF
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

242 changes: 121 additions & 121 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,127 +1,127 @@
{
"name": "devking-vscode",
"displayName": "DEVKING",
"description": "👑 VS Code Dev Helpers 👑",
"icon": "media/logo.png",
"publisher": "COGSMITH",
"version": "0.0.44-dev",
"repository": "https://github.com/cogsmith/devking-vscode",
"engines": {
"vscode": "^1.32.0"
},
"activationEvents": [
"onStartupFinished"
"name": "devking-vscode",
"displayName": "DEVKING",
"description": "👑 VS Code Dev Helpers 👑",
"icon": "media/logo.png",
"publisher": "COGSMITH",
"version": "0.0.44",
"repository": "https://github.com/cogsmith/devking-vscode",
"engines": {
"vscode": "^1.32.0"
},
"activationEvents": [
"onStartupFinished"
],
"main": "./extension.js",
"contributes": {
"commands": [
{
"command": "DEVKING.PULL",
"title": "DEVKING.PULL"
},
{
"command": "DEVKING.PUSHDEV",
"title": "DEVKING.PUSHDEV"
},
{
"command": "DEVKING.PUSHTAG",
"title": "DEVKING.PUSHTAG"
},
{
"command": "DEVKING.IFRAME",
"title": "DEVKING.IFRAME"
}
],
"keybindings": [
{
"command": "DEVKING.PULL",
"key": "ctrl+alt+shift+F1"
},
{
"command": "DEVKING.PUSHDEV",
"key": "ctrl+alt+shift+F2"
},
{
"command": "DEVKING.PUSHTAG",
"key": "ctrl+alt+shift+F3"
}
],
"main": "./extension.js",
"contributes": {
"commands": [
{
"command": "DEVKING.PULL",
"title": "DEVKING.PULL"
},
{
"command": "DEVKING.PUSHDEV",
"title": "DEVKING.PUSHDEV"
},
{
"command": "DEVKING.PUSHTAG",
"title": "DEVKING.PUSHTAG"
},
{
"command": "DEVKING.IFRAME",
"title": "DEVKING.IFRAME"
}
],
"keybindings": [
{
"command": "DEVKING.PULL",
"key": "ctrl+alt+shift+F1"
},
{
"command": "DEVKING.PUSHDEV",
"key": "ctrl+alt+shift+F2"
},
{
"command": "DEVKING.PUSHTAG",
"key": "ctrl+alt+shift+F3"
}
],
"viewsContainers": {
"activitybar": [
{
"id": "SIDEBAR",
"title": "DEVKING",
"icon": "media/logooutline.png"
}
],
"panel": [
{
"id": "PANEL",
"title": "DEVKING",
"icon": "media/logooutline.png"
}
]
"viewsContainers": {
"activitybar": [
{
"id": "SIDEBAR",
"title": "DEVKING",
"icon": "media/logooutline.png"
}
],
"panel": [
{
"id": "PANEL",
"title": "DEVKING",
"icon": "media/logooutline.png"
}
]
},
"views": {
"scm": [
{
"id": "DEVKING",
"name": "DEVKING",
"visibility": "visible"
}
],
"SIDEBAR": [
{
"id": "DEVKING_INFOVIEW",
"name": "INFO",
"visibility": "visible"
},
"views": {
"scm": [
{
"id": "DEVKING",
"name": "DEVKING",
"visibility": "visible"
}
],
"SIDEBAR": [
{
"id": "DEVKING_INFOVIEW",
"name": "INFO",
"visibility": "visible"
},
{
"id": "DEVKING_LINKVIEW",
"name": "LINKS",
"visibility": "visible"
},
{
"id": "DEVKING_TREEVIEW",
"name": "DATA",
"visibility": "hidden"
}
],
"PANEL": [
{
"id": "DEVKING_PANELVIEW",
"name": "",
"visibility": "visible"
}
]
{
"id": "DEVKING_LINKVIEW",
"name": "LINKS",
"visibility": "visible"
},
"viewsWelcome": [
{
"view": "DEVKING_INFOVIEW",
"contents": "[PULL](command:DEVKING.PULL)\n[PUSH DEV](command:DEVKING.PUSHDEV)\n[PUSH TAG](command:DEVKING.PUSHTAG)\n \n"
},
{
"view": "DEVKING",
"contents": "[PULL](command:DEVKING.PULL)\n[PUSH DEV](command:DEVKING.PUSHDEV)\n[PUSH TAG](command:DEVKING.PUSHTAG)\n \n"
},
{
"view": "DEVKING_LINKVIEW",
"contents": "... PLEASE WAIT EXTENSION LOADING ..."
},
{
"view": "DEVKING_TREEVIEW",
"contents": "... PLEASE WAIT EXTENSION LOADING ..."
}
]
},
"scripts": {},
"devDependencies": {
"@types/vscode": "^1.32.0"
},
"dependencies": {
"@cogsmith/xt": "^1.0.164",
"axios": "^0.21.1",
"yargs": "^16.2.0"
{
"id": "DEVKING_TREEVIEW",
"name": "DATA",
"visibility": "hidden"
}
],
"PANEL": [
{
"id": "DEVKING_PANELVIEW",
"name": "",
"visibility": "visible"
}
]
},
"versiontaglast": "0.0.43"
"viewsWelcome": [
{
"view": "DEVKING_INFOVIEW",
"contents": "[PULL](command:DEVKING.PULL)\n[PUSH DEV](command:DEVKING.PUSHDEV)\n[PUSH TAG](command:DEVKING.PUSHTAG)\n \n"
},
{
"view": "DEVKING",
"contents": "[PULL](command:DEVKING.PULL)\n[PUSH DEV](command:DEVKING.PUSHDEV)\n[PUSH TAG](command:DEVKING.PUSHTAG)\n \n"
},
{
"view": "DEVKING_LINKVIEW",
"contents": "... PLEASE WAIT EXTENSION LOADING ..."
},
{
"view": "DEVKING_TREEVIEW",
"contents": "... PLEASE WAIT EXTENSION LOADING ..."
}
]
},
"scripts": {},
"devDependencies": {
"@types/vscode": "^1.32.0"
},
"dependencies": {
"@cogsmith/xt": "^1.0.164",
"axios": "^0.21.1",
"yargs": "^16.2.0"
},
"versiontaglast": "0.0.44"
}

0 comments on commit e609bad

Please sign in to comment.