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

Return VSCode Configuration to Template #423

Merged
merged 1 commit into from
May 6, 2024
Merged

Return VSCode Configuration to Template #423

merged 1 commit into from
May 6, 2024

Conversation

kraftp
Copy link
Contributor

@kraftp kraftp commented May 6, 2024

Add a .vscode folder to the template to provide helpful defaults to VSCode users building DBOS apps. Addresses #394.

"version": "2.0.0",
"tasks": [
{
"label": "npm: build",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we also want to setup nodemon watcher tasks? @chuck-dbos knows more about how that works

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't run it but it looked like they are already set up.

Copy link
Collaborator

@devhawk devhawk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor nit about nodemon, but that can be handled in a separate PR

@kraftp kraftp merged commit 2fb758d into main May 6, 2024
2 checks passed
@kraftp kraftp deleted the kraftp/vscode branch May 6, 2024 23:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants