disable vs code auto save
This commit is contained in:
parent
19209e5ff5
commit
5b050656b1
2 changed files with 1 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
|||
**/fishd.tmp*
|
||||
vscode/argv.json
|
||||
|
|
|
@ -108,7 +108,6 @@
|
|||
//"warning",
|
||||
//"info"
|
||||
],
|
||||
"files.autoSave": "afterDelay",
|
||||
"files.autoSaveDelay": 300,
|
||||
"editor.fontFamily": "'Fira Code Nerd', 'Droid Sans Mono', 'monospace', monospace",
|
||||
"editor.fontLigatures": true,
|
||||
|
|
Loading…
Reference in a new issue