update to latest engine release candidate
This commit is contained in:
15
.vscode/settings.json
vendored
15
.vscode/settings.json
vendored
@@ -1,3 +1,16 @@
|
||||
{
|
||||
"java.configuration.updateBuildConfiguration": "automatic"
|
||||
"java.configuration.updateBuildConfiguration": "automatic",
|
||||
"files.exclude": {
|
||||
"**/.git": true,
|
||||
"**/.svn": true,
|
||||
"**/.hg": true,
|
||||
"**/.DS_Store": true,
|
||||
"**/Thumbs.db": true,
|
||||
"**/gradle": true,
|
||||
"**/.gradle": true,
|
||||
// "**/build": true,
|
||||
"**/bin": true,
|
||||
// "platform-*": true
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user