Thursday, December 12, 2024

VS Code plugin: Polyglot notebook

 Polyglot Programming with Notebooks in Visual Studio Code

Notebook on VS Code for PowerShell Developing.


No comments:

Post a Comment

PowerShell: filter output with value

 #require PowerShell core  Install-PSResource FineFormat Install-Module -Name FineFormat -scope CurrentUser #The output show a lot of empty ...