Skip to content

feat(sync): enhance file synchronization and terminal configuration#52

Merged
rulasg merged 9 commits intomainfrom
improvements
Mar 8, 2026
Merged

feat(sync): enhance file synchronization and terminal configuration#52
rulasg merged 9 commits intomainfrom
improvements

Conversation

@rulasg
Copy link
Owner

@rulasg rulasg commented Mar 8, 2026

ef1d9d1 feat(getLongText): implement Get-LongText function for temporary text editing
4213dd4 fix(dependencies): $($MODULE_NAME)RootPath
e71518b feat(mock): implement functions for tracing and managing mock command files
feeb43c feat(prompts): add workflow for saving branch to PR
825bfb7 style(run_BeforeAfter): comment out test run functions for clarity
52ae1c7 fix(openFilesUrls): allow url with special characters
7cab1e1 feat(Invoke-PrivateContext): add support for passing arguments to scriptblock
05a3704 fix(settings): add PowerShell terminal profile configuration
516c774 feat(syncIncludeWithModule): allow to sync by file type

# Check that happens before ImportFromModuleManager
# that we are testing here
# Mock "$($MODULE_NAME)RootPath" on SideBySide

Check notice

Code scanning / PSScriptAnalyzer

Line has trailing whitespace Note

Line has trailing whitespace

# Module path that pretends to be me
$modulePath = "$Folder/$Name"

Check notice

Code scanning / PSScriptAnalyzer

Line has trailing whitespace Note

Line has trailing whitespace
# Resolve the absolute path
$path = Convert-Path -Path $modulePath
MockCallToString -Command 'GetMyModuleRootPath' -OutString "$path"

Check notice

Code scanning / PSScriptAnalyzer

Line has trailing whitespace Note

Line has trailing whitespace
[CmdletBinding()]
param()

return Invoke-MyCommand -Command "$($MODULE_NAME)RootPath"

Check notice

Code scanning / PSScriptAnalyzer

Line has trailing whitespace Note

Line has trailing whitespace
@rulasg rulasg marked this pull request as ready for review March 8, 2026 10:46
@rulasg rulasg merged commit 9a0d3e5 into main Mar 8, 2026
3 checks passed
@rulasg rulasg deleted the improvements branch March 8, 2026 10:47
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.

1 participant