Skip to content

Commit b216c0d

Browse files
authored
Fix ros.isolateEnvironment type (#1305)
* Fix JSON type name: "bool" -> "boolean" * Add missing word
1 parent 35f2f3b commit b216c0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ For team-managed projects (like this one), even if you have the access to make c
2020
After creating a fork of a repository, make sure to [configure a remote][git_configure_remote] first so the fork can sync up with the remote repository. For example, when working on a fork from this repository, do this first:
2121

2222
```batch
23-
git add upstream https://github.com/ms-iot/vscode-ros
23+
git remote add upstream https://github.com/ms-iot/vscode-ros
2424
```
2525

2626
*Note: the remote name does not need to be `upstream`, we are just using `upstream` as an example*

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
"description": "ROS workspace setup script. Overrides ros.distro."
127127
},
128128
"ros.isolateEnvironment": {
129-
"type": "bool",
129+
"type": "boolean",
130130
"default": false,
131131
"description": "Specify if the extension should not capture the environment VSCode is running in to pass to child processes."
132132
},

0 commit comments

Comments
 (0)