From 664b19650472c778f28826ddf012e28f8ec76ae8 Mon Sep 17 00:00:00 2001 From: Florian Beisel Date: Thu, 6 Jun 2024 09:49:30 +0200 Subject: [PATCH] Add Library/Application Support/Code/User/settings.json --- .../private_Code/User/settings.json | 44 +++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 private_Library/private_Application Support/private_Code/User/settings.json diff --git a/private_Library/private_Application Support/private_Code/User/settings.json b/private_Library/private_Application Support/private_Code/User/settings.json new file mode 100644 index 0000000..a03b4b4 --- /dev/null +++ b/private_Library/private_Application Support/private_Code/User/settings.json @@ -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" + } +} \ No newline at end of file