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

contrib, chore: Improvements to setting up a build environment, mostly for vscode and windows. #3337

Merged

Conversation

EanLombardo
Copy link
Contributor

@EanLombardo EanLombardo commented Feb 17, 2025

Types of changes

Changes visible to users:

  • New feature (prefix: feat - non-breaking change which adds functionality)
    • Issue/discussion:
    • WARNING: If the link is absent, the PR may be closed without review, due to the workload that such reviews usually require.
  • Breaking change (prefix: feat!! or fix!! - fix or feature that would cause existing functionality to not work as expected)
    • Issue/discussion:
  • Bug fix (prefix: fix - non-breaking change which fixes an issue)
  • Documentation (prefix: docs - improvements to any documentation content for users)
  • Sample vault (prefix: vault - improvements to the Tasks-Demo sample vault)
  • Contributing Guidelines (prefix: contrib - any improvements to documentation content for contributors - see Contributing to Tasks)

Internal changes:

  • Refactor (prefix: refactor - non-breaking change which only improves the design or structure of existing code, and making no changes to its external behaviour)
  • Tests (prefix: test - additions and improvements to unit tests and the smoke tests)
  • Infrastructure (prefix: chore - examples include GitHub Actions, issue templates)

Description

General improvements for contributors using windows and vscode.

  • Fixes an issue where a test fails due to line endings being converted to CLRF by default with git on windows.
  • Includes more recommended vscode extensions technologies used by this project.
  • Updates the minimum node version and documentation, since node 16 no longer works with this project.

Motivation and Context

This test is currently broken when the repo is cloned on windows, due to CLRF line conversion.

When setting up my build environment the recommended and configured minimum node version was incompatible with some dependencies.

These vscode extensions are very useful for this project. All including them does is notify the user when the project is opened for the first time, that these plugins might be useful.

How has this been tested?

The project builds and tests successfully on my machine now.

Screenshots (if appropriate)

Checklist

Terms

Fixes 'Check esbuild.config.mjs' test, which would break when the repo was cloned on windows due it asserting on file contents.
The project no longer builds with node 16 due to dependency requirements. 18 still works fine though.

This also updates the contribution documents so contributors know where to check to get the correct node version.
- Jest allows running tests and seeing their results right in vscode
- svelte allows language understanding for svelte files
- scss for scss intellisense
- yarn for running yarn scripts from the UI

An additional setting is included that enables ts features of the svelte plugin.
@claremacrae claremacrae added the type: internal Only regards development or contributing label Feb 17, 2025
@claremacrae claremacrae changed the title fix, docs: Improvements to setting up a build environment, mostly for vscode and windows. contrib, chore: Improvements to setting up a build environment, mostly for vscode and windows. Feb 17, 2025
Copy link
Collaborator

@claremacrae claremacrae left a comment

Choose a reason for hiding this comment

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

Many thanks for this...
On the assumption that it's not worth spending time getting timings with nvm, I'm really happy to go ahead and just merge, as it is a definite improvement!

@claremacrae claremacrae merged commit ba94268 into obsidian-tasks-group:main Feb 18, 2025
3 checks passed
@claremacrae
Copy link
Collaborator

Thanks @EanLombardo !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: internal Only regards development or contributing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants