2017-01-22 01:13:42 +08:00
|
|
|
// Cesium project settings for VSCode.
|
|
|
|
|
{
|
|
|
|
|
"files.exclude": {
|
|
|
|
|
"**/.git": true,
|
2017-03-15 04:11:26 +08:00
|
|
|
"**/.DS_Store": true,
|
|
|
|
|
"**/Thumbs.db": true,
|
2017-01-22 01:13:42 +08:00
|
|
|
".idea": true,
|
|
|
|
|
".metadata": true,
|
2017-03-15 04:11:26 +08:00
|
|
|
".settings": true,
|
|
|
|
|
".externalToolBuilders": true,
|
|
|
|
|
".project": true,
|
2018-05-23 00:30:20 +08:00
|
|
|
"launches": true
|
|
|
|
|
},
|
|
|
|
|
"search.exclude": {
|
|
|
|
|
"Build": true,
|
|
|
|
|
"node_modules": true,
|
|
|
|
|
"Source/Shaders/**/*.js": true
|
2017-01-22 01:13:42 +08:00
|
|
|
},
|
2018-06-28 05:29:24 +08:00
|
|
|
"files.associations": {
|
|
|
|
|
"*.czml": "json"
|
|
|
|
|
},
|
2017-05-25 05:45:34 +08:00
|
|
|
"eslint.enable": true,
|
2017-03-15 04:11:26 +08:00
|
|
|
"javascript.format.insertSpaceAfterCommaDelimiter": true,
|
|
|
|
|
"javascript.format.insertSpaceAfterSemicolonInForStatements": true,
|
|
|
|
|
"javascript.format.insertSpaceBeforeAndAfterBinaryOperators": true,
|
|
|
|
|
"javascript.format.insertSpaceAfterKeywordsInControlFlowStatements": true,
|
|
|
|
|
"javascript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": false,
|
|
|
|
|
"javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis": false,
|
|
|
|
|
"javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": false,
|
|
|
|
|
"javascript.format.placeOpenBraceOnNewLineForFunctions": false,
|
2020-04-27 22:01:19 +08:00
|
|
|
"javascript.format.placeOpenBraceOnNewLineForControlBlocks": false,
|
|
|
|
|
"glTF.defaultV2Engine": "Cesium"
|
2017-01-22 01:13:42 +08:00
|
|
|
}
|