Skip to content

Commit 209b1ca

Browse files
Update Remote Container references to Dev Containers (kedacore#6140)
Signed-off-by: Dishant Kapadiya <[email protected]>
1 parent f6358d5 commit 209b1ca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

BUILD.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
66

77
- [Building](#building)
8-
- [Quick start with Visual Studio Code Remote - Containers](#quick-start-with-visual-studio-code-remote---containers)
8+
- [Quick start with Visual Studio Code Dev Containers](#quick-start-with-visual-studio-code-dev-containers)
99
- [Locally directly](#locally-directly)
1010
- [Deploying](#deploying)
1111
- [Custom KEDA locally outside cluster](#custom-keda-locally-outside-cluster)
@@ -25,14 +25,14 @@
2525

2626
## Building
2727

28-
### Quick start with [Visual Studio Code Remote - Containers](https://code.visualstudio.com/docs/remote/containers)
28+
### Quick start with [Visual Studio Code Dev Containers](https://code.visualstudio.com/docs/remote/containers)
2929

3030
This helps you pull and build quickly - dev containers launch the project inside a container with all the tooling
3131
required for a consistent and seamless developer experience.
3232

3333
This means you don't have to install and configure your dev environment as the container handles this for you.
3434

35-
To get started install [VSCode](https://code.visualstudio.com/) and the [Remote Containers extensions](
35+
To get started install [VSCode](https://code.visualstudio.com/) and the [Dev Containers extensions](
3636
https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers)
3737

3838
Clone the repo and launch code:
@@ -43,7 +43,7 @@ cd keda
4343
code .
4444
```
4545

46-
Once VSCode launches run `CTRL+SHIFT+P -> Remote-Containers: Reopen in container` and then use the integrated
46+
Once VSCode launches run `CTRL+SHIFT+P -> Dev Containers: Reopen in container` and then use the integrated
4747
terminal to run:
4848

4949
```bash

0 commit comments

Comments
 (0)