install2 수정.

func_string 기본값 추가
This commit is contained in:
2018-01-14 04:15:37 +09:00
parent ceb8132f34
commit c691c0eecb
5 changed files with 16 additions and 7 deletions
+4 -3
View File
@@ -6,12 +6,13 @@
"**/CVS": true,
"**/.DS_Store": true,
"**/logs/*.txt": true,
"**/session/sess*":true,
"**/session/sess**":true,
"**/che_close": true,
},
"search.exclude": {
"**/che_close/*": true,
"e_lib/*":true,
"**/che_close": true,
"e_lib":true,
},
}