Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Improvement]: Fix deprecation inside default devcontainer #42615

Closed
Shadow-Devil opened this issue Apr 23, 2024 · 0 comments · Fixed by #42616
Closed

[Improvement]: Fix deprecation inside default devcontainer #42615

Shadow-Devil opened this issue Apr 23, 2024 · 0 comments · Fixed by #42616
Labels
needTriage The issue has to be inspected and labeled manually Type/Improvement

Comments

@Shadow-Devil
Copy link
Contributor

Shadow-Devil commented Apr 23, 2024

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

@ballerina-bot ballerina-bot added the needTriage The issue has to be inspected and labeled manually label Apr 23, 2024
@Shadow-Devil Shadow-Devil mentioned this issue Apr 23, 2024
13 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needTriage The issue has to be inspected and labeled manually Type/Improvement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants