feat: 添加 Cesium Viewer 组件及相关功能,优化项目结构和配置
This commit is contained in:
9
.vscode/settings.json
vendored
9
.vscode/settings.json
vendored
@ -2,12 +2,15 @@
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.fixAll.eslint": "explicit",
|
||||
"source.fixAll.stylelint": "explicit",
|
||||
"source.organizeImports": "never",
|
||||
"source.fixAll.oxc": "explicit"
|
||||
"source.fixAll.oxc": "explicit",
|
||||
// "source.fixAll.eslint": "never",
|
||||
// "source.fixAll.stylelint": "never",
|
||||
// "source.fixAll.oxc": "never",
|
||||
"source.organizeImports": "never"
|
||||
},
|
||||
"editor.formatOnSave": true,
|
||||
// "editor.formatOnSaveMode": "modificationsIfAvailable", // 只格式化修改的部分
|
||||
"editor.formatOnSaveMode": "file", // 只格式化修改的部分
|
||||
"editor.formatOnSaveMode": "file", // 格式化整个文件
|
||||
"[vue]": {
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||
},
|
||||
|
Reference in New Issue
Block a user