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: en/docs/get-started/quick-start-guide.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Download and install the Visual Studio Code IDE from [here](https://code.visuals
7
7
8
8
### Step 2: Install the Kola VSCode profile.
9
9
1. Open the Visual Studio Code IDE.
10
-
2. Download and unzip the Kola VSCode profile from [here](https://gist.github.com/anuruddhal/4d66cef8f06d8570c061623b32af48a9/archive/c6b8e636e6e7e8051638be906098616d7d0d6072.zip).
10
+
2. Download and unzip the Kola VSCode profile from [here](https://gist.github.com/kanushka/8d08c83230151840ac22a64fdbe2fb6f/archive/7094ecfbd0aadd86346726832d495a8d6dff72c5.zip).
11
11
3. Navigate to Settings->Profile->Profiles.
12
12
4. Click on Profile dropdown and select `Import Profile`.
13
13
5. Select the extracted Kola VSCode `Kola.code-profile` profile and click `Create`.
@@ -64,4 +64,4 @@ Download and install the Visual Studio Code IDE from [here](https://code.visuals
64
64
1. Click on the `Run` on the run button at top right corner to run the integration.
65
65
2. The integration will be compiled and started in the embedded Ballerina runtime.
66
66
3. Once the integration is started, you can access the service by navigating to `http://localhost:9090/hello/greeting` in your web browser.
0 commit comments