Skip to content

Commit a11261e

Browse files
committed
fixxed url for vscode ext
1 parent 37ccaac commit a11261e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Whether you're building analytics dashboards, event-driven systems, or handling
6262
- *Why?* Recommended for Flink development.
6363
- *Download IntelliJ IDEA (Recommended):* https://www.jetbrains.com/idea/download/[IntelliJ IDEA]
6464
- *Download VS Code (Alternative):* https://code.visualstudio.com/download[VS Code]
65-
- *Confluent Extension for VSCode:* https://marketplace.visualstudio.com/items?itemName=confluentinc.confluent-vscode[link]
65+
- *Confluent Extension for VSCode:* https://marketplace.visualstudio.com/items?itemName=confluentinc.vscode-confluent[https://marketplace.visualstudio.com/items?itemName=confluentinc.confluent-vscode][link]
6666

6767
=== 6️⃣ Gradle Installed via Wrapper (No Need for Local Installation)
6868

terraform/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ resource "confluent_environment" "cc_env" {
1919
display_name = var.cc_env_name
2020

2121
stream_governance {
22-
package = "ADVANCED"
22+
package = "ESSENTIALS"
2323
}
2424

2525
lifecycle {

0 commit comments

Comments
 (0)