Skip to content

Instantly share code, notes, and snippets.

@roxberry
Last active February 23, 2022 18:17
Show Gist options
  • Save roxberry/fa0a4f637219ffce321dc59298ea401c to your computer and use it in GitHub Desktop.
Save roxberry/fa0a4f637219ffce321dc59298ea401c to your computer and use it in GitHub Desktop.
VS Code Settings
{
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"files.autoSave": "afterDelay",
"debug.toolBarLocation": "docked",
"git.autofetch": true,
"peacock.affectActivityBar": false,
"githubIssues.queries": [
{
"label": "My Issues",
"query": "default"
},
{
"label": "Created Issues",
"query": "author:${user} state:open repo:${owner}/${repository} sort:created-desc"
}
],
"diffEditor.ignoreTrimWhitespace": false,
"liveServer.settings.donotVerifyTags": true,
"mssql.connections": [
{
"server": "127.0.0.1",
"database": "AdventureWorks",
"authenticationType": "SqlLogin",
"user": "sa",
"password": "",
"emptyPasswordInput": false,
"savePassword": true,
"profileName": "SQL AdventureWorks Docker"
}
],
"yaml.schemas": {
"file:///Users/roxberry/.vscode/extensions/atlassian.atlascode-2.8.5/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml"
},
"atlascode.jira.jqlList": [],
"atlascode.jira.lastCreateSiteAndProject": {
"siteId": "3e231e16-27fb-4bdc-a959-259aa91c9f4f",
"projectKey": "HEC"
},
"files.associations": {
"*.isml": "html",
"*.ds": "typescript"
},
"terminal.integrated.env.linux": {
},
"todo-tree.general.tags": [
"BUG",
"HACK",
"FIXME",
"TODO",
"XXX",
"[ ]",
"[x]"
],
"todo-tree.regex.regex": "(//|#|<!--|;|/\\*|^|^\\s*(-|\\d+.))\\s*($TAGS)",
"workbench.editorAssociations": {
"*.ipynb": "jupyter.notebook.ipynb"
},
"gitlens.views.commits.files.layout": "tree",
"yaml.customTags": [
"!And",
"!And sequence",
"!If",
"!If sequence",
"!Not",
"!Not sequence",
"!Equals",
"!Equals sequence",
"!Or",
"!Or sequence",
"!FindInMap",
"!FindInMap sequence",
"!Base64",
"!Join",
"!Join sequence",
"!Cidr",
"!Ref",
"!Sub",
"!Sub sequence",
"!GetAtt",
"!GetAZs",
"!ImportValue",
"!ImportValue sequence",
"!Select",
"!Select sequence",
"!Split",
"!Split sequence"
],
"aws.profile": "profile:default",
"aws.onDefaultRegionMissing": "add",
"redhat.telemetry.enabled": true,
"json.schemas": [],
"terminal.integrated.defaultProfile.osx": "zsh",
"terminal.integrated.profiles.osx": {
"tmux": {
"icon": "terminal-tmux",
"path": "tmux"
},
"zsh": {
"path": "/bin/zsh"
}
},
"dashboard.projectData": null,
"workbench.startupEditor": "none",
"journal.templates": [
{
"name": "entry",
"template": "# ${weekday}, ${localDate}\n\n## Daily 3\n\n## Done\n\n## Todo\n\n## Notes\n"
}
],
"vscode-journal-view.showNonJournalFiles": true,
"python.insidersChannel": "off",
"python.defaultInterpreterPath": "/usr/bin/python3",
"python.languageServer": "Pylance",
"python.analysis.typeCheckingMode": "basic",
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"scope": "text.html.markdown.journal.task.open.bullet",
"settings": {
"foreground": "#FFFF00"
}
},
{
"scope": "text.html.markdown.journal.task.open.marker",
"settings": {
"foreground": "#FFFF00"
}
},
{
"scope": "text.html.markdown.journal.task.open.keyword",
"settings": {
"fontStyle": "italic"
}
},
{
"scope": "text.html.markdown.journal.task.open.text",
"settings": {}
},
{
"scope": "text.html.markdown.journal.task.completed.keyword",
"settings": {
"fontStyle": "italic"
}
},
{
"scope": "text.html.markdown.journal.task.completed.marker",
"settings": {
"foreground": "#AAAAAA"
}
},
{
"scope": "text.html.markdown.journal.task.completed.text",
"settings": {
"foreground": "#AAAAAA"
}
},
{
"scope": "text.html.markdown.journal.task.completed.bullet",
"settings": {
"foreground": "#FFFF00"
}
},
{
"scope": "text.html.markdown.journal.memo.keyword",
"settings": {
"fontStyle": "italic"
}
},
{
"scope": "text.html.markdown.journal.memo.bullet",
"settings": {
"foreground": "#FFFF00"
}
},
{
"scope": "text.html.markdown.journal.scope",
"settings": {
"foreground": "#FFFF00"
}
},
{
"scope": "text.html.markdown.journal.link.keyword",
"settings": {
"fontStyle": "italic"
}
},
{
"scope": "text.html.markdown.journal.link.bullet",
"settings": {
"foreground": "#FFFF00"
}
}
]
},
}
{
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"files.autoSave": "afterDelay",
"debug.toolBarLocation": "docked",
"git.autofetch": true,
"peacock.affectActivityBar": false,
"githubIssues.queries": [
{
"label": "My Issues",
"query": "default"
},
{
"label": "Created Issues",
"query": "author:${user} state:open repo:${owner}/${repository} sort:created-desc"
}
],
"diffEditor.ignoreTrimWhitespace": false,
"liveServer.settings.donotVerifyTags": true,
"mssql.connections": [
{
"server": "127.0.0.1",
"database": "AdventureWorks",
"authenticationType": "SqlLogin",
"user": "sa",
"password": "",
"emptyPasswordInput": false,
"savePassword": true,
"profileName": "SQL AdventureWorks Docker"
}
],
"yaml.schemas": {
"file:///Users/roxberry/.vscode/extensions/atlassian.atlascode-2.8.5/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml"
},
"atlascode.jira.jqlList": [],
"atlascode.jira.lastCreateSiteAndProject": {
"siteId": "3e231e16-27fb-4bdc-a959-259aa91c9f4f",
"projectKey": "HEC"
},
"files.associations": {
"*.isml": "html",
"*.ds": "typescript"
},
"terminal.integrated.env.linux": {
},
"todo-tree.general.tags": [
"BUG",
"HACK",
"FIXME",
"TODO",
"XXX",
"[ ]",
"[x]"
],
"todo-tree.regex.regex": "(//|#|<!--|;|/\\*|^|^\\s*(-|\\d+.))\\s*($TAGS)",
"workbench.editorAssociations": {
"*.ipynb": "jupyter.notebook.ipynb"
},
"gitlens.views.commits.files.layout": "tree",
"yaml.customTags": [
"!And",
"!And sequence",
"!If",
"!If sequence",
"!Not",
"!Not sequence",
"!Equals",
"!Equals sequence",
"!Or",
"!Or sequence",
"!FindInMap",
"!FindInMap sequence",
"!Base64",
"!Join",
"!Join sequence",
"!Cidr",
"!Ref",
"!Sub",
"!Sub sequence",
"!GetAtt",
"!GetAZs",
"!ImportValue",
"!ImportValue sequence",
"!Select",
"!Select sequence",
"!Split",
"!Split sequence"
],
"aws.profile": "profile:default",
"aws.onDefaultRegionMissing": "add",
"redhat.telemetry.enabled": true,
"json.schemas": [],
"terminal.integrated.defaultProfile.osx": "zsh",
"terminal.integrated.profiles.osx": {
"tmux": {
"icon": "terminal-tmux",
"path": "tmux"
},
"zsh": {
"path": "/bin/zsh"
}
},
"dashboard.projectData": null,
"workbench.startupEditor": "none",
"journal.templates": [
{
"name": "entry",
"template": "# ${weekday}, ${localDate}\n\n## Daily 3\n\n## Done\n\n## Todo\n\n## Notes\n"
}
],
"vscode-journal-view.showNonJournalFiles": true,
"python.insidersChannel": "off",
"python.defaultInterpreterPath": "/usr/bin/python3",
"python.languageServer": "Default",
"python.analysis.typeCheckingMode": "strict",
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"scope": "text.html.markdown.journal.task.open.bullet",
"settings": {
"foreground": "#FFFF00"
}
},
{
"scope": "text.html.markdown.journal.task.open.marker",
"settings": {
"foreground": "#FFFF00"
}
},
{
"scope": "text.html.markdown.journal.task.open.keyword",
"settings": {
"fontStyle": "italic"
}
},
{
"scope": "text.html.markdown.journal.task.open.text",
"settings": {}
},
{
"scope": "text.html.markdown.journal.task.completed.keyword",
"settings": {
"fontStyle": "italic"
}
},
{
"scope": "text.html.markdown.journal.task.completed.marker",
"settings": {
"foreground": "#AAAAAA"
}
},
{
"scope": "text.html.markdown.journal.task.completed.text",
"settings": {
"foreground": "#AAAAAA"
}
},
{
"scope": "text.html.markdown.journal.task.completed.bullet",
"settings": {
"foreground": "#FFFF00"
}
},
{
"scope": "text.html.markdown.journal.memo.keyword",
"settings": {
"fontStyle": "italic"
}
},
{
"scope": "text.html.markdown.journal.memo.bullet",
"settings": {
"foreground": "#FFFF00"
}
},
{
"scope": "text.html.markdown.journal.scope",
"settings": {
"foreground": "#FFFF00"
}
},
{
"scope": "text.html.markdown.journal.link.keyword",
"settings": {
"fontStyle": "italic"
}
},
{
"scope": "text.html.markdown.journal.link.bullet",
"settings": {
"foreground": "#FFFF00"
}
}
]
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment