-
-
Save SamuelHadsall/0d2a810d2520f809b103e675767958f8 to your computer and use it in GitHub Desktop.
PX-to-REM Calculator
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":"2019-12-16T14:04:14.609Z","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": "697255a9-3f36-44c8-b084-d3b91edfb23a", | |
"publisherId": "HookyQR.beautify", | |
"publisherDisplayName": "HookyQR" | |
}, | |
"name": "beautify", | |
"publisher": "HookyQR", | |
"version": "1.5.0" | |
}, | |
{ | |
"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": "d0bfc4ab-1d3a-4487-8782-7cf6027b4fff", | |
"publisherId": "ms-vscode.csharp", | |
"publisherDisplayName": "ms-vscode" | |
}, | |
"name": "csharp", | |
"publisher": "ms-vscode", | |
"version": "1.21.8" | |
}, | |
{ | |
"metadata": { | |
"id": "24fc5c70-edac-4484-9c8f-3feb012e40db", | |
"publisherId": "fireside21.cshtml", | |
"publisherDisplayName": "fireside21" | |
}, | |
"name": "cshtml", | |
"publisher": "fireside21", | |
"version": "0.1.3" | |
}, | |
{ | |
"metadata": { | |
"id": "cf7b3726-ec6a-409d-aaba-c9efffa838b9", | |
"publisherId": "tsega.drupal-8-javascript-snippets", | |
"publisherDisplayName": "tsega" | |
}, | |
"name": "drupal-8-javascript-snippets", | |
"publisher": "tsega", | |
"version": "0.0.2" | |
}, | |
{ | |
"metadata": { | |
"id": "9eb2cd13-2b4c-444a-878a-4b918ac080b4", | |
"publisherId": "dssiqueira.drupal-8-snippets", | |
"publisherDisplayName": "dssiqueira" | |
}, | |
"name": "drupal-8-snippets", | |
"publisher": "dssiqueira", | |
"version": "0.0.2" | |
}, | |
{ | |
"metadata": { | |
"id": "b2b90fee-aa61-4a63-9cd7-2eaa453015f1", | |
"publisherId": "tsega.drupal-8-twig-snippets", | |
"publisherDisplayName": "tsega" | |
}, | |
"name": "drupal-8-twig-snippets", | |
"publisher": "tsega", | |
"version": "1.0.2" | |
}, | |
{ | |
"metadata": { | |
"id": "190fa76c-c410-4058-a87a-153d6682b6e8", | |
"publisherId": "bbeversdorf.drupal-check", | |
"publisherDisplayName": "bbeversdorf" | |
}, | |
"name": "drupal-check", | |
"publisher": "bbeversdorf", | |
"version": "0.0.3" | |
}, | |
{ | |
"metadata": { | |
"id": "626735cf-2e54-4642-8bfc-02227eed9c52", | |
"publisherId": "mrcrowl.easy-less", | |
"publisherDisplayName": "mrcrowl" | |
}, | |
"name": "easy-less", | |
"publisher": "mrcrowl", | |
"version": "1.5.1" | |
}, | |
{ | |
"metadata": { | |
"id": "946d9406-d60f-4a31-b6d8-81604e06dd72", | |
"publisherId": "marcostazi.VS-code-drupal", | |
"publisherDisplayName": "marcostazi" | |
}, | |
"name": "VS-code-drupal", | |
"publisher": "marcostazi", | |
"version": "0.0.12" | |
}, | |
{ | |
"metadata": { | |
"id": "8d53876a-8931-4ab4-ba98-8b2f928347f2", | |
"publisherId": "hridoy.wordpress", | |
"publisherDisplayName": "hridoy" | |
}, | |
"name": "wordpress", | |
"publisher": "hridoy", | |
"version": "1.0.1" | |
} | |
] |
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
{ | |
"explorer.confirmDelete": false, | |
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\cmd.exe", | |
"php.validate.executablePath": "C:\\Development\\Server\\Wamp\\bin\\php\\php7.3.1\\php.exe", | |
"editor.formatOnType": true, | |
"files.trimTrailingWhitespace": true, | |
"workbench.sideBar.location": "right", | |
"breadcrumbs.enabled": true, | |
"html.format.indentInnerHtml": true, | |
"terminal.explorerKind": "external", | |
"terminal.external.windowsExec": "C:\\Program Files\\nodejs\\nodevars.bat", | |
"[css]": { | |
"editor.defaultFormatter": "lonefy.vscode-JS-CSS-HTML-formatter" | |
}, | |
"[less]": { | |
"editor.defaultFormatter": "MikeBovenlander.formate" | |
}, | |
"scss.lint.important": "error", | |
"editor.formatOnSave": true, | |
"es6-css-minify.minifyOnSave": "yes", | |
"beautify.ignore": "**/*min.js", | |
"diffEditor.ignoreTrimWhitespace": true, | |
"sync.gist": "0d2a810d2520f809b103e675767958f8" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment