Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
User description
Type of Change
Related Issues
Breaking Changes
Checklist
Additional Context
PR Type
Bug fix, Enhancement
Description
Update SQLFluff VS Code extension ID.
Consolidate global VS Code editor settings.
Adjust devcontainer cache path.
Update documentation for devcontainer.
Diagram Walkthrough
File Walkthrough
devcontainer.json
Update SQLFluff extension and devcontainer cache path.devcontainer/devcontainer.json
dorzey.vscode-sqlfluffextension withsqlfluff.vscode-sqlfluff.updateContentCommandto use/home/vscode/.cacheforconsistency.
cspell.json
Remove old SQLFluff author from cspell dictionary.vscode/cspell.json
dorzeyfrom the cspell dictionary, as the old SQLFluffextension author is no longer relevant.
extensions.json
Update recommended SQLFluff VS Code extension.vscode/extensions.json
dorzey.vscode-sqlfluffwith the officialsqlfluff.vscode-sqlfluffin recommended extensions.settings.json
Consolidate editor settings and update SQL formatter.vscode/settings.json
editor.autoIndent,editor.formatOnSave, andeditor.insertSpacessettings.sections (e.g.,
[dockercompose],[python],[yaml]).editor.defaultFormatterfor[sql]files tosqlfluff.vscode-sqlfluff.editor.tabSize: 4for[dockerfile]configurations.uv.md
Update devcontainer documentation for SQLFluff extensiondocs/configurations/uv.md
devcontainer.jsonconfiguration to reflect the newsqlfluff.vscode-sqlfluffextension ID.