Skip to content

Instantly share code, notes, and snippets.

@lposen
Last active November 6, 2019 21:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lposen/78b03e3313069fc823551770efccb88a to your computer and use it in GitHub Desktop.
Save lposen/78b03e3313069fc823551770efccb88a to your computer and use it in GitHub Desktop.
cloudSettings
{"lastUpload":"2019-11-06T21:41:50.702Z","extensionVersion":"v3.4.3"}
[
{
"metadata": {
"id": "ede0d8fe-2180-4cf5-85f5-075dc43d4b8f",
"publisherId": "atlassian.atlascode",
"publisherDisplayName": "atlassian"
},
"name": "atlascode",
"publisher": "atlassian",
"version": "2.1.4"
},
{
"metadata": {
"id": "7a0110bb-231a-4598-aa1b-0769ea46d28b",
"publisherId": "aaron-bond.better-comments",
"publisherDisplayName": "aaron-bond"
},
"name": "better-comments",
"publisher": "aaron-bond",
"version": "2.0.5"
},
{
"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": "5cf10212-681f-48c7-b66f-bcce5dc44a64",
"publisherId": "ExodiusStudios.comment-anchors",
"publisherDisplayName": "ExodiusStudios"
},
"name": "comment-anchors",
"publisher": "ExodiusStudios",
"version": "1.6.1"
},
{
"metadata": {
"id": "90a838c3-675b-4b87-b7a5-75ea88432cce",
"publisherId": "joelday.docthis",
"publisherDisplayName": "joelday"
},
"name": "docthis",
"publisher": "joelday",
"version": "0.7.1"
},
{
"metadata": {
"id": "4de763bd-505d-4978-9575-2b7696ecf94e",
"publisherId": "eamodio.gitlens",
"publisherDisplayName": "eamodio"
},
"name": "gitlens",
"publisher": "eamodio",
"version": "10.1.2"
},
{
"metadata": {
"id": "3b1db1fc-c7f7-4bd6-9fa4-b499dfa99a8a",
"publisherId": "shd101wyy.markdown-preview-enhanced",
"publisherDisplayName": "shd101wyy"
},
"name": "markdown-preview-enhanced",
"publisher": "shd101wyy",
"version": "0.5.0"
},
{
"metadata": {
"id": "f0173dd6-501a-46b6-9840-c7849f6f9ee2",
"publisherId": "alefragnani.numbered-bookmarks",
"publisherDisplayName": "alefragnani"
},
"name": "numbered-bookmarks",
"publisher": "alefragnani",
"version": "6.2.1"
},
{
"metadata": {
"id": "96fa4707-6983-4489-b7c5-d5ffdfdcce90",
"publisherId": "esbenp.prettier-vscode",
"publisherDisplayName": "esbenp"
},
"name": "prettier-vscode",
"publisher": "esbenp",
"version": "2.3.0"
},
{
"metadata": {
"id": "6623619a-676d-4cde-943f-a3c193b44fc0",
"publisherId": "ChakrounAnas.turbo-console-log",
"publisherDisplayName": "ChakrounAnas"
},
"name": "turbo-console-log",
"publisher": "ChakrounAnas",
"version": "1.3.1"
},
{
"metadata": {
"id": "583b2b34-2c1e-4634-8c0b-0b82e283ea3a",
"publisherId": "dbaeumer.vscode-eslint",
"publisherDisplayName": "dbaeumer"
},
"name": "vscode-eslint",
"publisher": "dbaeumer",
"version": "1.9.1"
},
{
"metadata": {
"id": "1d4d80c9-0d33-48a1-88a8-19ff80bc8e2a",
"publisherId": "ziyasal.vscode-open-in-github",
"publisherDisplayName": "ziyasal"
},
"name": "vscode-open-in-github",
"publisher": "ziyasal",
"version": "1.3.6"
},
{
"metadata": {
"id": "2061917f-f76a-458a-8da9-f162de22b97e",
"publisherId": "redhat.vscode-yaml",
"publisherDisplayName": "redhat"
},
"name": "vscode-yaml",
"publisher": "redhat",
"version": "0.5.3"
}
]
{
"terminal.integrated.shell.osx": "/bin/zsh",
"search.globalFindClipboard": true,
"search.showLineNumbers": true,
"search.smartCase": true,
"editor.wordWrap": "on",
"atlascode.jira.workingSite": {
"baseUrlSuffix": "atlassian.net"
},
"yaml.schemas": {
"file:///Users/lorenposen/.vscode/extensions/atlassian.atlascode-2.1.4/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml"
},
"explorer.confirmDelete": false,
"atlascode.jira.jqlList": [
{
"id": "96271026-f2a2-473e-a2ce-d23201ae1ae0",
"enabled": true,
"name": "My restaurant365 Issues",
"query": "assignee = currentUser() ORDER BY lastViewed DESC ",
"siteId": "80dbb0e2-feab-48a5-b5e1-7bb6d5a7443b",
"monitor": true
}
],
"prettier.requireConfig": true,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.formatOnSave": true,
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"sync.gist": "78b03e3313069fc823551770efccb88a",
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.quietSync": false,
"sync.forceDownload": false,
"sync.forceUpload": false,
"sync.removeExtensions": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment