Skip to content

Commit

Permalink
NOW: 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DEVKINGBOT committed Feb 13, 2022
1 parent d11894b commit 2e8d7b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"name":"devking-vscode","displayName":"DEVKING","description":"👑 VS Code Dev Helpers 👑","icon":"media/logo.png","publisher":"COGSMITH","version":"1.0.1","repository":"https://github.com/cogsmith/devking-vscode","engines":{"vscode":"^1.32.0"},"activationEvents":["onStartupFinished"],"main":"./addon.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"}]},"views":{"scm":[{"id":"DEVKING","name":"DEVKING","visibility":"visible"}],"SIDEBAR":[{"id":"DEVKING_INFOVIEW","name":"INFO","visibility":"visible"},{"id":"DEVKING_LINKVIEW","name":"LINKS","visibility":"visible"}],"PANEL":[{"id":"DEVKING_PANELVIEW","name":"","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 LOADING ..."}]},"scripts":{},"devDependencies":{"@types/vscode":"^1.32.0"},"dependencies":{"ws":"^8.4.2"},"versiontaglast":"1.0.1"}
{"name":"devking-vscode","displayName":"DEVKING","description":"👑 VS Code Dev Helpers 👑","icon":"media/logo.png","publisher":"COGSMITH","version":"1.0.2-dev","repository":"https://github.com/cogsmith/devking-vscode","engines":{"vscode":"^1.32.0"},"activationEvents":["onStartupFinished"],"main":"./addon.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"}]},"views":{"scm":[{"id":"DEVKING","name":"DEVKING","visibility":"visible"}],"SIDEBAR":[{"id":"DEVKING_INFOVIEW","name":"INFO","visibility":"visible"},{"id":"DEVKING_LINKVIEW","name":"LINKS","visibility":"visible"}],"PANEL":[{"id":"DEVKING_PANELVIEW","name":"","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 LOADING ..."}]},"scripts":{},"devDependencies":{"@types/vscode":"^1.32.0"},"dependencies":{"ws":"^8.4.2"},"versiontaglast":"1.0.1"}

0 comments on commit 2e8d7b0

Please sign in to comment.