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
>**Note**: If you do not have **git** installed on your machine, you can download a zip file of the source code from [GitHub](https://github.com/oracle/microservices-datadriven) and unzip it on your machine instead.
19
19
20
-
The source code forthe CloudBank application will bein the `microservices-datadriven` directory you just created, in the `cloudbank-v32` subdirectory.
20
+
The source code forthe CloudBank application will bein the `microservices-datadriven` directory you just created, in the `cloudbank-v4` subdirectory.
21
21
22
22
```shell
23
-
cd microservices-datadriven/cloudbank-v32
23
+
cd microservices-datadriven/cloudbank-v4
24
24
```
25
25
26
26
This directory will be referred to as the `root` directory forCloudBankin this module.
>**Note**: If you do not have **git** installed on your machine, you can download a zip file of the source code from [GitHub](https://github.com/oracle/microservices-datadriven) and unzip it on your machine instead.
19
19
20
20
The source code forthe CloudBank application will bein the `microservices-datadriven` directory you just created, in the `cloudbank-v32` subdirectory.
Copy file name to clipboardExpand all lines: docs-source/cloudbank/content/devenv/ide-plugin.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ weight = 10
6
6
7
7
Some modules contain optional parts which show you how to do deployments and configuration with the IDE plugins instead of using the CLI. If you plan to do those optional parts, you need to install the VS Code extension for Oracle Backend for Microservices and AI. It is an extension to browse and deploy applications on the Oracle Backend for Microservices and AI platform. This plugin allows to inspect the content of an Oracle Backend for Microservices and AI deployment, in terms of applications, services and related configurations.
8
8
9
-
1. Download the plug-in from [here](https://github.com/oracle/microservices-datadriven/releases/tag/OBAAS-1.2.0).
9
+
1. Download the plug-in from [here](https://github.com/oracle/microservices-datadriven/releases/tag/OBAAS-1.3.0).
10
10
11
11
2. On the VS Code right menu bar, click on **Extensions** item:
0 commit comments