Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: oleg-shilo/cs-script.vscode

Release v2.3.3

30 Dec 02:43

Choose a tag to compare

  • #46: DotRush support
    Added allowing to load the extension even if the VSCode extension 'C# Dev Kit' is not present.

Release v2.3.2

22 Nov 11:21

Choose a tag to compare

  • Bump js-yaml

Release v2.3.0

25 Dec 23:50

Choose a tag to compare

  • CS-Script tools are no longer distributed with the extension but deployed and managed independently.
  • Added the flow for auutomatically detecting the absence of CS-Script integration and invoking CS-Script: Integrate... command.
  • Added CS-Script: Integrate with CS-Script tools command to detect and integrate external CS-Script tools.
  • Removed all VB use-cases.
  • Added option to reset script busy status from the warning prompt.

Release v2.2.3

20 Jul 12:33

Choose a tag to compare

  • #39: Run in Terminal Button doesn't work

Release v2.2.3-pre

21 Jun 10:51

Choose a tag to compare

Release v2.2.3-pre Pre-release
Pre-release
  • Codebase cleanup
  • Removed dead code to avoid accidental execution flows (e.g. debugging)

Release v2.2.2

20 Jun 12:36

Choose a tag to compare

  • Updated CS-Script (v4.8.16) engine and CS-Syntaxer (v3.1.4)

Release v2.2.0

30 Oct 16:02

Choose a tag to compare

  • Added command CS-Script: Rest busy status. It's useful for cases when the script execution hangs for whatever reason.
  • Issue #33: Does not work with non-ascii characters in file or folder names.
  • Fixed copying .vscode folder on cs-script.load_project command when external CS-SCript deployment is used.
  • Fixed problem with JS object not being properly cast to TS Settings type instance (utils.ts)
  • Added unconditional exception handling for syntaxer communication failures (syntaxer.ts)

Release v2.1.0

06 Apr 13:23

Choose a tag to compare

  • Updated CS-Script engine and Syntaxer to target .NET 6
  • Removed all obsolete (e.g. Mono) settings
  • Added the following settings to allow re-targeting the extension to the external (not embedded) engine (cscs.dll) and syntax service/provider (syntaxer.dll)
    • cs-script.engine.cscs_path
    • cs-script.engine.syntaxer_path
    • cs-script.engine.syntaxer_port
  • Created wiki to help setting up the environment for the CS-Script CLI integration with the major IDEs like VS Code: https://github.com/oleg-shilo/cs-script/wiki/CLI-Environment-Specification

image

Release v2.0.1

21 Sep 10:51

Choose a tag to compare

v2.0.1- Updated CS-Script engine and Syntaxer

  • Addressed GitHub flagged vulnerability concerns
  • Extra arguments to be always passed to the script engine (e.g. -cd for treating script as a dll source file).
    It allows addressing inconvenience of "Issue #26: Check syntax in scripts lacking Main method"
    Use cs-script.extra_args setting for that:

image

Release v2.0.0.0

21 Sep 10:39

Choose a tag to compare

Released 30 Jan, 2021

This release delivers hosting script execution under .NET5.

  • Migrated on CS-Script.Core v1.4.5 targeting .NET 5