Skip to content

Conversation

@ppputtyo
Copy link
Collaborator

@ppputtyo ppputtyo commented Oct 6, 2025

Language Serverのformat時の設定に関するログがわかりにくかったため、ログ出力を以下のように変更しました。

before:

{"complement_sql_id":true}
format complete: 1.8220000000001164ms

after:

VSCode uroborosql-fmt settings: {
  "complement_sql_id": true
}
uroborosql-fmt settings path: c:\Users\hogehoge\.uroborosqlfmtrc.json
format complete: 1.414199999999255ms

@changeset-bot
Copy link

changeset-bot bot commented Oct 6, 2025

🦋 Changeset detected

Latest commit: 4e6049b

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
uroborosql-fmt Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@ppputtyo ppputtyo changed the title Draft: ~modify modify lsp log message Modify server log message Oct 6, 2025
@ppputtyo ppputtyo added the enhancement New feature or request label Oct 6, 2025
@ppputtyo ppputtyo requested a review from abcd-ts October 6, 2025 04:39
@ppputtyo
Copy link
Collaborator Author

コンソールを開く際に Urobrosql-fmtを選んでいることからuroborosql-fmtのログであることは自明なので、uroborosql-fmtという文言を削除しました。

before:

VSCode uroborosql-fmt settings: {
  "complement_sql_id": true
}
uroborosql-fmt settings path: c:\Users\hogehoge\.uroborosqlfmtrc.json
format complete: 1.414199999999255ms

after:

VSCode settings: {
  "complement_sql_id": true
}
settings path: c:\Users\hogehoge\.uroborosqlfmtrc.json
format complete: 1.414199999999255ms

4e6049b

@abcd-ts abcd-ts merged commit 6a2280b into main Oct 10, 2025
2 checks passed
@abcd-ts abcd-ts deleted the dev_kawabuchi_modify_lsp_output branch October 10, 2025 01:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants