PermalinkChoose a base ref Choose a head ref
base repository: PowerShell/vscode-powershell
Failed to load repositories. Confirm that selected base ref is valid, then try again.
base: 18b7263
Could not load branches
Nothing to show
{{ refName }} defaultCould not load tags
Nothing to show
{{ refName }} default ...
head repository: PowerShell/vscode-powershell
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Uh oh!
There was an error while loading. Please reload this page.
compare: 0b61253
- 7 commits
- 18 files changed
- 3 contributors
Commits on Nov 13, 2024
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]>
Commits on Nov 15, 2024
Update the end-of-support message for PowerShell <7.4
As 7.2 LTS (and 7.3) have reached such.
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
Commits on Nov 18, 2024
- andyleejordan committed
Nov 18, 2024 Configuration menu Copy the full SHA View commit details Browse the repository at this point in the history 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 committedNov 18, 2024 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).
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff 18b7263...0b61253
Uh oh!
There was an error while loading. Please reload this page.