ballerina-platform / ballerina-lang

The Ballerina Programming Language
https://ballerina.io/
Apache License 2.0
3.54k stars 733 forks source link

[Improvement]: Fix deprecation inside default devcontainer #42615

Closed Shadow-Devil closed 1 week ago

Shadow-Devil commented 3 weeks ago

Description

image

Describe your problem(s)

No response

Describe your solution(s)

Change the default template to this:

{
    "image": "ballerina/ballerina-devcontainer:latest",
    "customizations":{
        "vscode": {
            "extensions": ["WSO2.ballerina"]
        }
    }
}

Related area

-> Other Area

Related issue(s) (optional)

32546

Suggested label(s) (optional)

No response

Suggested assignee(s) (optional)

I would like to contribute myself