11 lines
352 B
JSON
11 lines
352 B
JSON
{
|
|
"editor.selectionClipboard": false,
|
|
"claudeCode.preferredLocation": "panel",
|
|
"terminal.integrated.fontFamily": "JetBrainsMono Nerd Font Mono"
|
|
"git.autofetch": true
|
|
"powershell.powerShellDefaultVersion": "PowerShell",
|
|
"powershell.powerShellAdditionalExePaths": {
|
|
"PowerShell": "/run/current-system/sw/bin/pwsh"
|
|
}
|
|
}
|