-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
18 lines (18 loc) · 763 Bytes
/
settings.json
File metadata and controls
18 lines (18 loc) · 763 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"editor.fontFamily": "'Cascadia Code', Consolas, 'Courier New', monospace",
"workbench.startupEditor": "none",
"security.workspace.trust.untrustedFiles": "open",
"explorer.confirmDragAndDrop": false,
"git.autofetch": true,
"github.copilot.nextEditSuggestions.enabled": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"typescript.updateImportsOnFileMove.enabled": "always",
"typescript.inlayHints.parameterNames.enabled": "all",
"javascript.inlayHints.parameterNames.enabled": "all",
"diffEditor.diffAlgorithm": "advanced",
"diffEditor.experimental.showMoves": true,
"chat.editing.confirmEditRequestRemoval": false,
"remote.autoForwardPortsSource": "hybrid"
}