annotate .vscode/settings.json @ 280:f07be402ab02
v3
Added Trace<T>.Debug(...) method for debug messages
Added ContainerBuilde.LoadConfig(Uri) method
author |
cin |
date |
Fri, 25 May 2018 19:15:26 +0300 |
parents |
6b3e5c48131b |
children |
|
rev |
line source |
240
|
1 // Поместите параметры в этот файл, чтобы перезаписать параметры по умолчанию и пользовательские параметры.
|
|
2 {
|
|
3 "files.exclude": {
|
|
4 "**/.git": true,
|
|
5 "**/.svn": true,
|
|
6 "**/.hg": true,
|
|
7 "**/CVS": true,
|
|
8 "**/.DS_Store": true,
|
|
9 "**/bin": true,
|
|
10 "**/obj": true
|
267
|
11 }
|
240
|
12 } |