Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

settings.jsonの内容を設定ファイルに同期するコマンドを追加する #58

Closed
tanzaku opened this issue Aug 28, 2024 · 1 comment · Fixed by #62
Closed

Comments

@tanzaku
Copy link
Collaborator

tanzaku commented Aug 28, 2024

こちらのissueの残課題です。(参考: https://github.com/future-architect/vscode-uroborosql-fmt/pull/52#issuecomment-2084748284)

importコマンドとexportコマンドを作成。
各コマンドの挙動は以下の通り。

  1. import (Global)
    1. .uroborosqlfmtrc.json の設定を settings.json に反映
    2. .uroborosqlfmtrc.json に存在しない設定は settings.json では null にする
  2. import (Workspace)
    1. .uroborosqlfmtrc.json の設定を .vscode/settings.json に反映
    2. .uroborosqlfmtrc.json に存在しない設定は .vscode/settings.json では null にする
  3. export
    1. settings.json で非nullの設定値は .uroborosqlfmtrc.json に上書き
    2. settings.json でnullになっている設定値は .uroborosqlfmtrc.json は変更無し

※ importは何らかの理由でフォーマットの設定を変更する際に、まず現状の .uroborosqlfmtrc.json の内容を設定UIに取り込むというユースケースを想定をしています

@lemonadern
Copy link
Collaborator

#62 にて修正

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants