Permalink
base repository: PowerShell/vscode-powershell
Failed to load repositories. Confirm that selected base ref is valid, then try again.
base: 18b7263
Choose a base ref
...
head repository: PowerShell/vscode-powershell
Failed to load repositories. Confirm that selected head ref is valid, then try again.
compare: 0b61253
Choose a head ref
  • 7 commits
  • 18 files changed
  • 3 contributors

Commits on Nov 13, 2024

  1. Fix #5086 - Invalid JSON in the snippets file (#5087)

    * Fixed JSON
    
    * Added test for making sure all JSON files are valid JSON
    
    * Run in correct dir
    
    * Simplify title of the new step
    
    Co-authored-by: Andy Jordan <[email protected]>
    
    * Fix path double nesting
    
    Co-authored-by: Andy Jordan <[email protected]>
    
    * Add spaces after commas
    
    Co-authored-by: Andy Jordan <[email protected]>
    
    * Use $PWD instead of '.\' for current dir 🐧
    
    * Only test the snippets JSON file
    
    * Oops, typo
    
    ---------
    
    Co-authored-by: Andy Jordan <[email protected]>
    o-l-a-v and andyleejordan authoredNov 13, 2024
    Configuration menu
    Copy the full SHA
    a8b28e0View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Update the end-of-support message for PowerShell <7.4

    As 7.2 LTS (and 7.3) have reached such.
    @andyleejordan
    andyleejordan committedNov 15, 2024
    Configuration menu
    Copy the full SHA
    7126891View commit details
    Browse the repository at this point in the history
  2. Implement LogOutputWindow for Logging (#5065)

    * Implement LogOutputChannel and move settings to UI
    
    * Remove unnecessary comment
    
    * Remove File Logging (done by LogOutputWindow automatically)
    
    * First Connect
    
    * Add output adapters, LSP restart settings
    
    * Fix Log Uri Test
    
    * Forgot to add to extension facing API
    
    * Accidentally made a recursive rather than reference what I wanted to. Thanks Copilot...
    
    * Pre-Restart Experiments
    
    * Move Commands out of logger temporarily
    
    * Initial Cleanup of Logging, looks good ATM
    
    * Merge client and server editorservices logs
    
    * Add new MergedOutputChannel log
    
    * Remove unnecessary Import
    
    * Update settings for new EditorServicesLogLevels
    
    * Wire up loglevels in-band due to LSP bug
    
    * Rework multiple classes into a parser function injection
    
    * Fix some glyphs
    
    * Revert extra config settings for dynamic log configuration for now
    
    * Remove SetLSPTrace for now
    
    * Clean import
    
    * Align logging terminology to vscode output windows and remove editorServices from options definitions
    @JustinGrote
    JustinGrote authoredNov 15, 2024
    Configuration menu
    Copy the full SHA
    400fd75View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Configuration menu
    Copy the full SHA
    5488029View commit details
    Browse the repository at this point in the history
  2. Bump packages

    @andyleejordan
    andyleejordan committedNov 18, 2024
    Configuration menu
    Copy the full SHA
    View commit details
    Browse the repository at this point in the history
  3. Use correct build of PowerShellEditorServices in OneBranch

    Since OneBranch is still using PowerShell 7.3, the PowerShellEditorServices
    is only partially succeeding as its "assert release configuration" step
    fails (I've verified it manually) with a continueOnError flag set to true.
    So the correct build is from a pipeline that's only partially succeeded,
    and the default setting of the download tasks silently skips those.
    Now we explicitly allow them and print out the version so this is easier.
    @andyleejordan
    andyleejordan committedNov 18, 2024
    Configuration menu
    Copy the full SHA
    c9533feView commit details
    Browse the repository at this point in the history
  4. v2024.5.1-preview: Drop support for PowerShell <7.4 and logging overhaul

    PowerShell 7.2 LTS and 7.3 are now past end-of-support and are now unsupported.
    This is an incompatible API change so we're bumping the major version
    of PowerShell Editor Services.
    Please update to PowerShell 7.4 LTS going forward.
    
    This release contains a logging overhaul which purposely removes our
    dependency on Serilog and should lead to improved stability with
    PowerShell 5.1 (by avoiding a major GAC assembly conflict).
    @andyleejordan
    andyleejordan committedNov 18, 2024
    Configuration menu
    Copy the full SHA
    0b61253View commit details
    Browse the repository at this point in the history
Loading