Skip to content

Instantly share code, notes, and snippets.

@ahsquared
Created January 25, 2020 02:07
Show Gist options
  • Save ahsquared/68c23a149b86b2a1c9467e31c26af29b to your computer and use it in GitHub Desktop.
Save ahsquared/68c23a149b86b2a1c9467e31c26af29b to your computer and use it in GitHub Desktop.
cloudSettings
{"lastUpload":"2019-08-14T20:33:56.411Z","extensionVersion":"v3.4.1"}
[
{
"metadata": {
"id": "6e440e71-8ed9-4f25-bb78-4b13096b8a03",
"publisherId": "formulahendry.auto-rename-tag",
"publisherDisplayName": "formulahendry"
},
"name": "auto-rename-tag",
"publisher": "formulahendry",
"version": "0.1.0"
},
{
"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.1"
},
{
"metadata": {
"id": "4de763bd-505d-4978-9575-2b7696ecf94e",
"publisherId": "eamodio.gitlens",
"publisherDisplayName": "eamodio"
},
"name": "gitlens",
"publisher": "eamodio",
"version": "9.9.3"
},
{
"metadata": {
"id": "f30b63fa-e34a-40af-a573-5de5ecfb6c5e",
"publisherId": "k--kato.intellij-idea-keybindings",
"publisherDisplayName": "k--kato"
},
"name": "intellij-idea-keybindings",
"publisher": "k--kato",
"version": "0.2.34"
},
{
"metadata": {
"id": "25221bab-1cdf-4a5c-b1dd-a2f35c6ca67b",
"publisherId": "SqrTT.prophet",
"publisherDisplayName": "SqrTT"
},
"name": "prophet",
"publisher": "SqrTT",
"version": "1.1.8"
},
{
"metadata": {
"id": "aae0701b-111f-49c1-9000-abd37a442f28",
"publisherId": "WallabyJs.quokka-vscode",
"publisherDisplayName": "WallabyJs"
},
"name": "quokka-vscode",
"publisher": "WallabyJs",
"version": "1.0.240"
},
{
"metadata": {
"id": "cc0a44ef-e2d8-46ad-bfac-86db6f28ec0e",
"publisherId": "pikamachu.require-cartridge-resolve",
"publisherDisplayName": "pikamachu"
},
"name": "require-cartridge-resolve",
"publisher": "pikamachu",
"version": "1.7.0"
}
]
// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "shift+cmd+w w",
"command": "editor.emmet.action.wrapWithAbbreviation"
}
]
// Place your settings in this file to overwrite the default settings
{
"window.zoomLevel": 0,
"workbench.colorTheme": "Solarized Light",
"editor.fontSize": 16,
"editor.fontFamily": "'Fira Code', Menlo, Monaco, 'Courier New', monospace",
"editor.fontLigatures": true,
"editor.minimap.enabled": false,
"editor.formatOnSave": true,
"workbench.colorCustomizations": {
"[Solarized Light]": {
"editor.selectionBackground": "#d1cab7",
}
},
"workbench.sideBar.location": "right",
"atlascode.jira.workingSite": {
"baseUrlSuffix": "atlassian.net"
},
"yaml.schemas": {
"file:///Users/ahayter/.vscode/extensions/atlassian.atlascode-1.4.3/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml"
},
"editor.matchBrackets": false,
"extension.prophet.cartridges.path": "lodge_theme:modules:app_storefront_base",
"[javascript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"extension.prophet.clean.on.start": false,
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"isml": "html"
},
"extension.prophet.htmlhint.enabled": false,
"extension.prophet.upload.enabled": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment