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

Recommended Extensions for Skuba Projects #1093

Open
samchungy opened this issue Jan 26, 2023 · 0 comments
Open

Recommended Extensions for Skuba Projects #1093

samchungy opened this issue Jan 26, 2023 · 0 comments
Labels
good first issue Good for newcomers

Comments

@samchungy
Copy link
Contributor

We can create a default .vscode folder with an extensions.json file:

{
    "recommendations": [
        "esbenp.prettier-vscode",
        "dbaeumer.vscode-eslint"
    ]
}

to recommend plugins we suggest. It comes up with a prompt when you open the project which I thought is kinda neat.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant