File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
** Table of Contents** * generated with [ DocToc] ( https://github.com/thlorenz/doctoc ) *
6
6
7
7
- [ 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 )
9
9
- [ Locally directly] ( #locally-directly )
10
10
- [ Deploying] ( #deploying )
11
11
- [ Custom KEDA locally outside cluster] ( #custom-keda-locally-outside-cluster )
25
25
26
26
## Building
27
27
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 )
29
29
30
30
This helps you pull and build quickly - dev containers launch the project inside a container with all the tooling
31
31
required for a consistent and seamless developer experience.
32
32
33
33
This means you don't have to install and configure your dev environment as the container handles this for you.
34
34
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] (
36
36
https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers )
37
37
38
38
Clone the repo and launch code:
@@ -43,7 +43,7 @@ cd keda
43
43
code .
44
44
```
45
45
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
47
47
terminal to run:
48
48
49
49
``` bash
You can’t perform that action at this time.
0 commit comments