-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.json
41 lines (40 loc) · 1.01 KB
/
settings.json
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
{
// "terminal.integrated.profiles.windows": {
// "MSYS2 UCRT": {
// "path": "cmd.exe",
// "args": [
// "/c",
// "C:\\msys64\\msys2_shell.cmd -defterm -here -no-start -ucrt64"
// ]
// }
// },
// "terminal.integrated.defaultProfile.windows": "MSYS2 UCRT",
"terminal.integrated.cursorStyle": "line",
"terminal.integrated.cursorBlinking": true,
// Remove .fvm files from search
"search.exclude": {
"**/.fvm": true
},
// Remove from file watching
"files.watcherExclude": {
"**/.fvm": true
},
"files.autoSave": "afterDelay",
"editor.minimap.enabled": false,
"editor.unicodeHighlight.nonBasicASCII": false,
"vim.useSystemClipboard": true,
"workbench.colorTheme": "Tomorrow Night Blue",
"editor.cursorBlinking": "expand",
"editor.rulers": [
5,
70,
118
],
"editor.wordWrap": "wordWrapColumn",
"editor.wordWrapColumn": 118,
"diffEditor.ignoreTrimWhitespace": false,
"codeium.enableConfig": {
"*": true,
"markdown": true
}
}