Skip to content

Commit

Permalink
Adding the missing version for cpp properties. (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanyen authored Jan 13, 2021
1 parent 54afd4e commit b0b7777
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ros/build-env-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ async function updateCppPropertiesInternal(): Promise<void> {
name: "ROS",
},
],
version: 4,
};

const filename = path.join(vscode.workspace.rootPath, ".vscode", "c_cpp_properties.json");
Expand Down

0 comments on commit b0b7777

Please sign in to comment.