-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
45 lines (45 loc) 路 1.63 KB
/
Copy pathsettings.json
File metadata and controls
45 lines (45 loc) 路 1.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"window.commandCenter": true,
"workbench.colorTheme": "Moonlight II",
"git.autofetch": true,
"security.promptForLocalFileProtocolHandling": false,
"redhat.telemetry.enabled": false,
"git.confirmSync": false,
"githubPullRequests.pullBranch": "never",
"cursor.composer.usageSummaryDisplay": "never",
"git.enableSmartCommit": true,
"workbench.iconTheme": "material-icon-theme",
"editor.formatOnSave": true,
"explorer.compactFolders": false,
"explorer.confirmDragAndDrop": false,
"cursor.composer.queueMessageDefaultBehavior": "stop-and-send",
"editor.accessibilitySupport": "off",
"editor.folding": false,
"editor.linkedEditing": true,
"editor.roundedSelection": false,
"editor.formatOnPaste": true,
"editor.minimap.enabled": true,
"workbench.enableExperiments": false,
"workbench.tips.enabled": false,
"explorer.confirmDelete": false,
"explorer.confirmPasteNative": false,
"scm.compactFolders": false,
"scm.defaultViewMode": "tree",
"terminal.integrated.cursorBlinking": true,
"terminal.integrated.fontLigatures.enabled": true,
"json.schemaDownload.enable": true,
"[github-actions-workflow]": {
"editor.defaultFormatter": "redhat.vscode-yaml",
},
"editor.fontFamily": "'IBM Plex Mono'",
"typescript.experimental.useTsgo": true,
"git.replaceTagsWhenPull": true,
"claudeCode.preferredLocation": "panel",
"window.autoDetectColorScheme": false,
"workbench.activityBar.orientation": "vertical",
"workbench.agentsWindowButton.enabled": false,
"vim.disableExtension": true,
"cursor.composer.showEmptyStateTips": false,
"cursor.worktreeMaxCount": 15,
"scm.alwaysShowRepositories": true,
}