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
|
{
"[python]": {
"editor.formatOnType": true
},
"gopls": {
"ui.semanticTokens": true
},
"workbench.list.defaultFindMode": "filter",
"editor.inlineSuggest.enabled": true,
"workbench.startupEditor": "none",
"editor.fontFamily": "Hack Nerd Font,Consolas,monaco,Nerd Font Mono, Iosevka Term, Classic Console Neue,monospace,Iosevka Regular,Hack Nerd Font,ComicShannsMono",
"ledger.binary": "/usr/bin/ledger",
"testing.automaticallyOpenPeekView": "never",
"terminal.integrated.cursorStyle": "line",
"terminal.integrated.fontSize": 14,
"terminal.integrated.sendKeybindingsToShell": true,
"terminal.integrated.commandsToSkipShell": [
"workbench.action.navigateUp"
],
"editor.fontWeight": "normal",
"workbench.activityBar.orientation": "vertical",
"terminal.external.linuxExec": "urxvt",
"git.confirmNoVerifyCommit": false,
"extensions.ignoreRecommendations": true,
"telemetry.telemetryLevel": "off",
"gitlens.showWhatsNewAfterUpgrades": false,
"update.showReleaseNotes": false,
"gitlens.showWelcomeOnInstall": false,
"workbench.welcomePage.walkthroughs.openOnInstall": false,
"gitlens.codeLens.enabled": false,
"editor.fontSize": 13,
"diffEditor.ignoreTrimWhitespace": false,
"editor.inlineSuggest.suppressSuggestions": true,
"cursor.cpp.disabledLanguages": [
"plaintext",
"markdown"
],
"git.confirmSync": false
}
|