Last active
January 12, 2021 07:47
-
-
Save willyarisky/724f2b158ccb14e0dfaa8990594e2b8a to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{"lastUpload":"2021-01-12T07:47:31.587Z","extensionVersion":"v3.4.3"} |
This file contains hidden or 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
[ | |
{ | |
"metadata": { | |
"id": "6e440e71-8ed9-4f25-bb78-4b13096b8a03", | |
"publisherId": "formulahendry.auto-rename-tag", | |
"publisherDisplayName": "formulahendry" | |
}, | |
"name": "auto-rename-tag", | |
"publisher": "formulahendry", | |
"version": "0.1.6" | |
}, | |
{ | |
"metadata": { | |
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd", | |
"publisherId": "Shan.code-settings-sync", | |
"publisherDisplayName": "Shan" | |
}, | |
"name": "code-settings-sync", | |
"publisher": "Shan", | |
"version": "3.4.3" | |
}, | |
{ | |
"metadata": { | |
"id": "532533c9-a894-4a58-9eee-bbfbe7c06f71", | |
"publisherId": "mikestead.dotenv", | |
"publisherDisplayName": "mikestead" | |
}, | |
"name": "dotenv", | |
"publisher": "mikestead", | |
"version": "1.0.1" | |
}, | |
{ | |
"metadata": { | |
"id": "050d4900-7979-4d10-b7aa-e274f6ae8730", | |
"publisherId": "onecentlin.laravel5-snippets", | |
"publisherDisplayName": "onecentlin" | |
}, | |
"name": "laravel5-snippets", | |
"publisher": "onecentlin", | |
"version": "1.10.0" | |
}, | |
{ | |
"metadata": { | |
"id": "607fd052-be03-4363-b657-2bd62b83d28a", | |
"publisherId": "ms-vscode-remote.remote-ssh", | |
"publisherDisplayName": "ms-vscode-remote" | |
}, | |
"name": "remote-ssh", | |
"publisher": "ms-vscode-remote", | |
"version": "0.62.0" | |
}, | |
{ | |
"metadata": { | |
"id": "bfeaf631-bcff-4908-93ed-fda4ef9a0c5c", | |
"publisherId": "ms-vscode-remote.remote-ssh-edit", | |
"publisherDisplayName": "ms-vscode-remote" | |
}, | |
"name": "remote-ssh-edit", | |
"publisher": "ms-vscode-remote", | |
"version": "0.62.0" | |
}, | |
{ | |
"metadata": { | |
"id": "529697b9-b343-4b1c-ba2f-f5ef692132d4", | |
"publisherId": "ms-vscode.sublime-keybindings", | |
"publisherDisplayName": "ms-vscode" | |
}, | |
"name": "sublime-keybindings", | |
"publisher": "ms-vscode", | |
"version": "4.0.7" | |
}, | |
{ | |
"metadata": { | |
"id": "7891ba3a-fe11-4e55-bf8f-21479bed022c", | |
"publisherId": "ginfuru.vscode-jekyll-snippets", | |
"publisherDisplayName": "ginfuru" | |
}, | |
"name": "vscode-jekyll-snippets", | |
"publisher": "ginfuru", | |
"version": "0.9.3" | |
}, | |
{ | |
"metadata": { | |
"id": "ec2271c0-9d6d-44c5-93e5-7e8cda744f21", | |
"publisherId": "rokoroku.vscode-theme-darcula", | |
"publisherDisplayName": "rokoroku" | |
}, | |
"name": "vscode-theme-darcula", | |
"publisher": "rokoroku", | |
"version": "1.2.3" | |
}, | |
{ | |
"metadata": { | |
"id": "3620b114-6fe8-459b-8c68-99943147069b", | |
"publisherId": "hollowtree.vue-snippets", | |
"publisherDisplayName": "hollowtree" | |
}, | |
"name": "vue-snippets", | |
"publisher": "hollowtree", | |
"version": "1.0.4" | |
} | |
] |
This file contains hidden or 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
// Place your key bindings in this file to override the defaultsauto[] | |
[ | |
{ | |
"key": "alt+a alt+b", | |
"command": "workbench.action.toggleActivityBarVisibility" | |
} | |
] |
This file contains hidden or 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
// Place your key bindings in this file to override the defaultsauto[] | |
[ | |
{ | |
"key": "ctrl+a ctrl+d", | |
"command": "workbench.action.toggleActivityBarVisibility" | |
}, | |
{ | |
"key": "ctrl+a ctrl+g", | |
"command": "workbench.scm.focus" | |
}, | |
{ | |
"key": "ctrl+a ctrl+s", | |
"command": "workbench.action.openSettings" | |
}, | |
{ | |
"key": "cmd+,", | |
"command": "-workbench.action.openSettings" | |
}, | |
{ | |
"key": "ctrl+a ctrl+e", | |
"command": "workbench.view.extensions" | |
}, | |
{ | |
"key": "shift+cmd+x", | |
"command": "-workbench.view.extensions" | |
}, | |
{ | |
"key": "ctrl+a ctrl+f", | |
"command": "workbench.files.action.focusOpenEditorsView", | |
"when": "workbench.explorer.openEditorsView.active" | |
}, | |
{ | |
"key": "cmd+k e", | |
"command": "-workbench.files.action.focusOpenEditorsView", | |
"when": "workbench.explorer.openEditorsView.active" | |
} | |
] |
This file contains hidden or 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
{ | |
"editor.fontSize": 15, | |
"editor.formatOnPaste": true, | |
"editor.multiCursorModifier": "ctrlCmd", | |
"editor.glyphMargin": false, | |
"editor.snippetSuggestions": "top", | |
"workbench.colorCustomizations": { | |
"scrollbar.shadow": "#ffffff00" | |
}, | |
"debug.console.fontFamily": "Ubuntu Mono derivative Powerline", | |
"terminal.integrated.fontSize": 13, | |
"workbench.activityBar.visible": true, | |
"git.autofetch": true, | |
"git.confirmSync": false, | |
"debug.console.fontSize": 14, | |
"workbench.statusBar.visible": true, | |
"editor.wordWrap": "on", | |
"activitusbar.searchViewInPanel": true, | |
"activitusbar.views": [ | |
{ | |
"name": "explorer", | |
"codicon": "files" | |
}, | |
{ | |
"name": "scm", | |
"codicon": "source-control" | |
}, | |
{ | |
"name": "settings", | |
"codicon": "gear" | |
}, | |
{ | |
"name": "debug", | |
"codicon": "debug-alt" | |
}, | |
{ | |
"name": "search", | |
"codicon": "search" | |
}, | |
{ | |
"name": "extensions", | |
"codicon": "extensions" | |
} | |
], | |
"workbench.colorTheme": "Monokai", | |
"editor.detectIndentation": false, | |
"vetur.format.options.tabSize": 4, | |
"[search-result]": { | |
}, | |
"editor.fontLigatures": false, | |
"workbench.iconTheme": "vscode-icons-mac", | |
"sync.gist": "724f2b158ccb14e0dfaa8990594e2b8a", | |
"sync.autoUpload": true, | |
"remote.SSH.remotePlatform": { | |
"nemopowertools.com": "linux", | |
"buy.grabo.com": "linux", | |
"vscode.syntac.co": "linux", | |
"workspace.syntac.co": "linux", | |
"hub.grabo.com": "linux" | |
}, | |
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\cmd.exe", | |
"settingsSync.ignoredExtensions": [ | |
"sphericalkat.vsc-telegram" | |
] | |
} |
This file contains hidden or 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
Show hidden characters
{ | |
"Vue Extend and Mount": { | |
"prefix": "vueExtM", | |
"body": [ | |
"let App = Vue.extend({", | |
" data() {", | |
" return {", | |
" form: false,", | |
" }", | |
" },", | |
" methods: {", | |
" doSomething() {", | |
" console.log('Hello')", | |
" },", | |
" },", | |
" mounted() {", | |
" this.\\$nextTick(() => {", | |
" console.log('Order Mounted');", | |
" });", | |
" }", | |
"});", | |
"", | |
"new App().\\$mount('#app');" | |
], | |
"description": "Vue Extend and Mount" | |
} | |
} |
This file contains hidden or 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
{"version":1,"content":"{}"} |
This file contains hidden or 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
{"ref":"6a4bba71-2686-4cb0-b015-c03551ad57b9","content":"{\"version\":1,\"machineId\":\"d6dabcb4-d8d3-4eb2-97e8-38532a09d781\",\"content\":\"{\\\"vue-extend-mount.code-snippets\\\":\\\"{\\\\n\\\\t\\\\\\\"Vue Extend and Mount\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"vueExtM\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\n \\\\\\\"let App = Vue.extend({\\\\\\\",\\\\n \\\\\\\" data() {\\\\\\\",\\\\n \\\\\\\" return {\\\\\\\",\\\\n \\\\\\\" form: false,\\\\\\\",\\\\n \\\\\\\" }\\\\\\\",\\\\n \\\\\\\" },\\\\\\\",\\\\n \\\\\\\" methods: {\\\\\\\",\\\\n \\\\\\\" doSomething() {\\\\\\\",\\\\n \\\\\\\" console.log('Hello')\\\\\\\",\\\\n \\\\\\\" },\\\\\\\",\\\\n \\\\\\\" },\\\\\\\",\\\\n \\\\\\\" mounted() {\\\\\\\",\\\\n \\\\\\\" this.\\\\\\\\\\\\\\\\$nextTick(() => {\\\\\\\",\\\\n \\\\\\\" console.log('Order Mounted');\\\\\\\",\\\\n \\\\\\\" });\\\\\\\",\\\\n \\\\\\\" }\\\\\\\",\\\\n \\\\\\\"});\\\\\\\",\\\\n \\\\\\\"\\\\\\\",\\\\n \\\\\\\"new App().\\\\\\\\\\\\\\\\$mount('#app');\\\\\\\"\\\\n ],\\\\n \\\\\\\"description\\\\\\\": \\\\\\\"Vue Extend and Mount\\\\\\\"\\\\n}\\\\n}\\\"}\"}"} |
This file contains hidden or 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
{"version":"7.25.3","status":2,"welcomeShown":true} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment