2022-08-10 14:52:16 +01:00
|
|
|
{
|
|
|
|
"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,
|
|
|
|
},
|
2022-09-09 22:54:13 +01:00
|
|
|
|
|
|
|
"git.detectSubmodulesLimit": 0,
|
2022-10-02 12:56:19 +01:00
|
|
|
"git.ignoreSubmodules": true,
|
2022-10-17 15:36:46 +01:00
|
|
|
"debug.onTaskErrors": "showErrors",
|
2022-08-10 14:52:16 +01:00
|
|
|
}
|