Skip to content

Instantly share code, notes, and snippets.

@AyozeVera
Created November 8, 2021 10:02
Show Gist options
  • Save AyozeVera/6d572c844606242edfe83e8c896aab8e to your computer and use it in GitHub Desktop.
Save AyozeVera/6d572c844606242edfe83e8c896aab8e to your computer and use it in GitHub Desktop.
VSCode settings
{
"yaml.schemas": {
"file:///Users/macbookpro/.vscode/extensions/atlassian.atlascode-2.9.1/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml"
},
"atlascode.jira.jqlList": [
{
"id": "895d1640-8fc1-447f-9239-5f2987daafaf",
"enabled": true,
"name": "My 2coders Issues",
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
"siteId": "0dfe1d5b-5b84-4926-b5e9-9556cadf4c55",
"monitor": true
}
],
"files.trimTrailingWhitespace": true,
"editor.renderWhitespace": "all",
"[json]": {
"editor.defaultFormatter": "HookyQR.beautify"
},
"security.workspace.trust.untrustedFiles": "open",
"tizentv.hostPCAddress": "192.168.1.146",
"tizentv.targetDeviceAddress": "192.168.1.151",
"workbench.colorTheme": "Visual Studio 2019 Dark",
"diffEditor.ignoreTrimWhitespace": false,
"[javascript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
// ######
"editor.codeActionsOnSave": {
"source.fixAll": true,
"addMissingImports": true
}
// ####
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment