add front_end_deploy

This commit is contained in:
menzzz
2025-07-28 13:49:18 +08:00
parent 3a6c6a9a97
commit ae09e3fd07
7286 changed files with 1349055 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"configurations": [
{
"browse": {
"databaseFilename": "${default}",
"limitSymbolsToIncludedHeaders": false
},
"includePath": [
"/opt/ros/noetic/include/**",
"/usr/include/**",
"${workspaceFolder}/**"
],
"name": "ROS",
"intelliSenseMode": "gcc-x64",
"compilerPath": "/usr/bin/gcc",
"cStandard": "gnu11",
"cppStandard": "c++14"
}
],
"version": 4
}