r-koubou/vscode-ksp

In editing, always show message "File is not saved"

r-koubou opened this issue · 2 comments

[CONDITION/条件]

Preference is set following

  • Validate:Enable: is true
  • Validate: Realtime: Enable: is false

[EXPECT/期待する動作]

Syntax Validator does not run until save a script
文法チェックはスクリプトファイル保存まで実行されない

[NOW]

Syntax Validator will run and A message "File is not saved" is displayed still editing.
文法チェックが実行され、"File is not saved" というメッセージが編集中表示され続ける

[WORKAROUND/回避策]

Set Validate: Realtime: Enable: to true in preference.
We will fix it ASAP.

設定で Validate: Realtime: Enable: を true にしてください
なる早で直します。

Done