forked from Archive/PX4-Autopilot
vscode/settings.json: add .sdf and Jenkinsfile associations
This commit is contained in:
parent
aff3f2e77f
commit
03c0808ae6
|
@ -119,7 +119,9 @@
|
|||
"utility": "cpp",
|
||||
"valarray": "cpp",
|
||||
"variant": "cpp",
|
||||
"vector": "cpp"
|
||||
"vector": "cpp",
|
||||
"Jenkinsfile*": "groovy",
|
||||
"*.sdf": "xml"
|
||||
},
|
||||
"search.exclude": {
|
||||
"${workspaceFolder}/build": true
|
||||
|
|
Loading…
Reference in New Issue