21 lines
600 B
JSON
21 lines
600 B
JSON
{
|
|
"python.autoComplete.extraPaths": [
|
|
"/home/ougy/catkin_ws/devel/lib/python3/dist-packages",
|
|
"/opt/ros/noetic/lib/python3/dist-packages"
|
|
],
|
|
"python.analysis.extraPaths": [
|
|
"/home/ougy/catkin_ws/devel/lib/python3/dist-packages",
|
|
"/opt/ros/noetic/lib/python3/dist-packages"
|
|
],
|
|
"files.associations": {
|
|
"*.ipp": "cpp",
|
|
"array": "cpp",
|
|
"bitset": "cpp",
|
|
"string_view": "cpp",
|
|
"hash_map": "cpp",
|
|
"hash_set": "cpp",
|
|
"initializer_list": "cpp",
|
|
"regex": "cpp",
|
|
"utility": "cpp"
|
|
}
|
|
} |