Skip to content

Releases: r-koubou/vscode-ksp

Release-0.7.4

11 Jul 18:53
Compare
Choose a tag to compare
Bug fixes #8

Release-0.7.3

11 Jul 18:53
Compare
Choose a tag to compare
コンパイラの修正、西暦表記更新を反映

0.7.2

29 Nov 12:10
Compare
Choose a tag to compare

Version 0.7.2

0.7.0

07 Oct 13:42
Compare
Choose a tag to compare

Version 0.7.0

  • KONTAKT 6 ready (PREVIEW)
    • Syntax hilighting
    • Syntax check
      • If unknown command detected, report as warning.

0.6.1

31 Jul 19:19
Compare
Choose a tag to compare

Version 0.6.1

  • Editor
    • Small bug fixes

0.6.0

27 Jul 19:22
Compare
Choose a tag to compare

Version 0.6.0

  • Editor
    • Syntax check and script copy to clipboard has been supported (See also Readme)

0.5.3

15 Jul 09:51
Compare
Choose a tag to compare

Version 0.5.3

  • Editor
    • Outline
      • Migrated from Custom view to VSCode Standard Outline view

0.5.2

17 Jun 15:04
Compare
Choose a tag to compare
  • Editor
    • Outline
      • Replaced refresh icon
      • Imploved CPU load

0.5.1

08 Jun 06:35
Compare
Choose a tag to compare
  • Editor
    • Changed a valid file extension for activate KSP language mode.
      • Before: *.ksp, *.txt
      • After: *.ksp, *.ksp.txt
    • Improved KSP Outline view
      • If language mode is KSP, outline view will be active. Otherwise will be inactive.

0.5.0

08 Jun 06:34
Compare
Choose a tag to compare
  • Editor

    • [New] Outline view is avaiable
    • Code refactoring
    • Small bug fixes