You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/devinit/sample-opencv.md
+6-7Lines changed: 6 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ The following is the content of the _devcontainer.json_ file.
35
35
}
36
36
```
37
37
38
-
The `postCreateCommand` launches the [devinit](docs\devinit\devinit-and-codespaces.md) tool, which consumes _devinit.json_.
38
+
The `postCreateCommand` launches the [devinit](devinit-and-codespaces.md) tool, which consumes _devinit.json_.
39
39
40
40
41
41
### devinit.json
@@ -54,16 +54,15 @@ The following is the content of the [_devinit.json_](devinit-json.md) file.
54
54
]
55
55
}
56
56
```
57
-
This file needs to be in the same folder as _devcontainer.json_.
58
-
The _devinit.json_ is the file consumed by the devinit tool.
57
+
The _devinit.json_ is the file consumed by the [devinit](devinit-and-codespaces.md) tool and it must be in the same directory of _devcontainer.json_.
59
58
60
-
In this sample, the [wsl-install](./tool-wsl-install.md) tool is used to create a WSL instance running Ubuntu 20.04, and provisioning it with essential C++ development tools.
59
+
In this sample, the [wsl-install](tool-wsl-install.md) tool is used to create a WSL instance running Ubuntu 20.04, and provisioning it with essential C++ development tools.
61
60
## Targeting Windows or Linux
62
61
63
-
A default configuration targeting Windows is always created a named `x64-Debug`, which allows to build targeting Windows.
62
+
A default build configuration targeting Windows is always created named `x64-Debug`, which allows to build targeting Windows.
64
63
65
-
By adding the mentioned files, upon Codespace instance creation, Visual Studio provisions a new SSH connection in the [Connection Manager](https://docs.microsoft.com/en-us/cpp/linux/connect-to-your-remote-linux-computer?view=vs-2019), and creates a new configuration in the Configuration picker that targets the Ubuntu instance via the SSH connection.
64
+
By adding the above mentioned files, upon Codespace instance creation, Visual Studio provisions a new SSH connection in the [Connection Manager](/cpp/linux/connect-to-your-remote-linux-computer), and creates a new configuration in the Configuration picker that targets the Ubuntu instance via the SSH connection.
0 commit comments