We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
こちらのissueの残課題です。(参考: https://github.com/future-architect/vscode-uroborosql-fmt/pull/52#issuecomment-2084748284)
importコマンドとexportコマンドを作成。 各コマンドの挙動は以下の通り。
.uroborosqlfmtrc.json
settings.json
.vscode/settings.json
※ importは何らかの理由でフォーマットの設定を変更する際に、まず現状の .uroborosqlfmtrc.json の内容を設定UIに取り込むというユースケースを想定をしています
The text was updated successfully, but these errors were encountered:
#62 にて修正
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
こちらのissueの残課題です。(参考: https://github.com/future-architect/vscode-uroborosql-fmt/pull/52#issuecomment-2084748284)
importコマンドとexportコマンドを作成。
各コマンドの挙動は以下の通り。
.uroborosqlfmtrc.json
の設定をsettings.json
に反映.uroborosqlfmtrc.json
に存在しない設定はsettings.json
では null にする.uroborosqlfmtrc.json
の設定を.vscode/settings.json
に反映.uroborosqlfmtrc.json
に存在しない設定は.vscode/settings.json
では null にするsettings.json
で非nullの設定値は.uroborosqlfmtrc.json
に上書きsettings.json
でnullになっている設定値は.uroborosqlfmtrc.json
は変更無し※ importは何らかの理由でフォーマットの設定を変更する際に、まず現状の
.uroborosqlfmtrc.json
の内容を設定UIに取り込むというユースケースを想定をしていますThe text was updated successfully, but these errors were encountered: