Skip to content

Bug fix: Add settings.template.json and tutorials into UWLab#26

Merged
patrickhaoy merged 1 commit intomainfrom
pre-merge
Mar 16, 2026
Merged

Bug fix: Add settings.template.json and tutorials into UWLab#26
patrickhaoy merged 1 commit intomainfrom
pre-merge

Conversation

@patrickhaoy
Copy link
Copy Markdown
Collaborator

Description

Reorders .vscode/.gitignore so the *.json rule comes before the !tools/settings.template.json exception. Previously, the exception was overridden by the later *.json rule, so settings.template.json was ignored.

Adds tutorials into UWLab.

Fixes #24

Type of change

  • Bug fix (non-breaking change which fixes an issue)

Checklist

  • I have read and understood the contribution guidelines
  • I have run the pre-commit checks with ./uwlab.sh --format
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • I have updated the changelog and the corresponding version in the extension's config/extension.toml file
  • I have added my name to the CONTRIBUTORS.md or my name already exists there

@patrickhaoy patrickhaoy requested a review from zoctipus as a code owner March 16, 2026 01:20
@patrickhaoy patrickhaoy merged commit 8cb0173 into main Mar 16, 2026
2 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

settings.template.json missing in .vscode folder

1 participant