19 lines
384 B
JSON
Executable File
19 lines
384 B
JSON
Executable File
{
|
|
"editor.rulers": [100],
|
|
|
|
"files.exclude":{
|
|
"**/.git": true,
|
|
"**/.svn": true,
|
|
"**/.hg": true,
|
|
"**/CVS": true,
|
|
"**/.DS_Store": true,
|
|
"**/Thumbs.db": true,
|
|
"**/zig-cache": true,
|
|
"**/zig-out": true,
|
|
},
|
|
|
|
"git.detectSubmodulesLimit": 0,
|
|
"git.ignoreSubmodules": true,
|
|
"debug.onTaskErrors": "abort",
|
|
}
|