Add Library/Application Support/Code/User/settings.json
This commit is contained in:
parent
d79b355adc
commit
664b196504
|
@ -0,0 +1,44 @@
|
|||
{
|
||||
"workbench.startupEditor": "none",
|
||||
"git.autofetch": true,
|
||||
"[typescriptreact]": {
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||
},
|
||||
"github.copilot.editor.enableAutoCompletions": true,
|
||||
"yaml.schemas": {
|
||||
"file:///Users/beisel/.vscode/extensions/atlassian.atlascode-3.0.10/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml"
|
||||
},
|
||||
"redhat.telemetry.enabled": false,
|
||||
"atlascode.jira.jqlList": [
|
||||
{
|
||||
"id": "e4c6fa3b-43de-4118-83f0-29a8cc35fd4a",
|
||||
"enabled": false,
|
||||
"name": "My intersport-idea Issues",
|
||||
"query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
|
||||
"siteId": "c81b2682-1865-41a2-8f04-d7d4c9b4daf4",
|
||||
"monitor": true
|
||||
},
|
||||
{
|
||||
"id": "fd487582-bd7a-477b-b8d7-eafedd58150b",
|
||||
"enabled": true,
|
||||
"name": "My INTERSPORT Digital GmbH Issues",
|
||||
"query": "assignee = currentUser() AND resolution = Unresolved AND status != Closed ORDER BY lastViewed DESC",
|
||||
"siteId": "caad4e53-f67d-4bc7-878a-db221f3e28ff",
|
||||
"monitor": true
|
||||
}
|
||||
],
|
||||
"atlascode.bitbucket.enabled": false,
|
||||
"atlascode.jira.statusbar.showProduct": true,
|
||||
"atlascode.jira.statusbar.showUser": true,
|
||||
"workbench.colorTheme": "One Dark Pro",
|
||||
"workbench.iconTheme": "material-icon-theme",
|
||||
"projectManager.git.baseFolders": [
|
||||
"~/git/"
|
||||
],
|
||||
"debug.console.fontFamily": "MesloLGS NF",
|
||||
"terminal.integrated.fontFamily": "MesloLGS NF",
|
||||
"terminal.integrated.fontSize": 13,
|
||||
"[typescript]": {
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue