Last active
March 2, 2020 14:57
-
-
Save 0xNajmul/9aebd6eb697805a431506f0e2a15d461 to your computer and use it in GitHub Desktop.
keybase
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":"2020-03-02T14:56:54.244Z","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.1" | |
| }, | |
| { | |
| "metadata": { | |
| "id": "f583eafd-aa0d-4ccb-8f44-d1e610389660", | |
| "publisherId": "CoenraadS.bracket-pair-colorizer", | |
| "publisherDisplayName": "CoenraadS" | |
| }, | |
| "name": "bracket-pair-colorizer", | |
| "publisher": "CoenraadS", | |
| "version": "1.0.61" | |
| }, | |
| { | |
| "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": "75969747-2a0b-4d67-a479-64dcf8c047ec", | |
| "publisherId": "gurayyarar.dummytextgenerator", | |
| "publisherDisplayName": "gurayyarar" | |
| }, | |
| "name": "dummytextgenerator", | |
| "publisher": "gurayyarar", | |
| "version": "1.0.1" | |
| }, | |
| { | |
| "metadata": { | |
| "id": "b63c44fd-0457-4696-99e9-dbfdf70d77de", | |
| "publisherId": "ritwickdey.LiveServer", | |
| "publisherDisplayName": "ritwickdey" | |
| }, | |
| "name": "LiveServer", | |
| "publisher": "ritwickdey", | |
| "version": "5.6.1" | |
| }, | |
| { | |
| "metadata": { | |
| "id": "4f63037e-3a44-436f-a483-4c65a77f15f6", | |
| "publisherId": "FallenMax.mithril-emmet", | |
| "publisherDisplayName": "FallenMax" | |
| }, | |
| "name": "mithril-emmet", | |
| "publisher": "FallenMax", | |
| "version": "0.7.5" | |
| }, | |
| { | |
| "metadata": { | |
| "id": "c1af7319-9253-4a0f-a3f8-0c6a0d251b96", | |
| "publisherId": "Sophisticode.php-formatter", | |
| "publisherDisplayName": "Sophisticode" | |
| }, | |
| "name": "php-formatter", | |
| "publisher": "Sophisticode", | |
| "version": "0.2.4" | |
| }, | |
| { | |
| "metadata": { | |
| "id": "4e44877c-1c8d-4f9c-ba86-1372d0fbeeb1", | |
| "publisherId": "dracula-theme.theme-dracula", | |
| "publisherDisplayName": "dracula-theme" | |
| }, | |
| "name": "theme-dracula", | |
| "publisher": "dracula-theme", | |
| "version": "2.20.0" | |
| }, | |
| { | |
| "metadata": { | |
| "id": "8130e01f-ac60-4803-ab86-f05469dd7b4d", | |
| "publisherId": "kokororin.vscode-phpfmt", | |
| "publisherDisplayName": "kokororin" | |
| }, | |
| "name": "vscode-phpfmt", | |
| "publisher": "kokororin", | |
| "version": "1.0.30" | |
| } | |
| ] |
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": "shift+d", | |
| "command": "editor.action.copyLinesDownAction", | |
| "when": "editorTextFocus && !editorReadonly" | |
| }, | |
| { | |
| "key": "shift+alt+down", | |
| "command": "-editor.action.copyLinesDownAction", | |
| "when": "editorTextFocus && !editorReadonly" | |
| } | |
| ] |
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
| { | |
| "workbench.colorTheme": "Dracula Soft", | |
| "workbench.iconTheme": "file-icons", | |
| "php.validate.executablePath": "c:/xampp/php/php.exe", | |
| "files.autoSave": "onWindowChange", | |
| "[php]": { | |
| "editor.defaultFormatter": "kokororin.vscode-phpfmt" | |
| }, | |
| "phpfmt.php_bin": "C:\\xampp\\php\\php.exe", | |
| "workbench.startupEditor": "newUntitledFile", | |
| "terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\cmd.exe", | |
| "git.enableSmartCommit": true, | |
| "liveServer.settings.donotShowInfoMsg": true, | |
| "explorer.confirmDelete": false, | |
| "window.zoomLevel": 0, | |
| "git.autofetch": true, | |
| "sync.gist": "9aebd6eb697805a431506f0e2a15d461" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment