Skip to content

Commit

Permalink
DX: show code block moves in Git diff editor (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer authored Nov 10, 2023
1 parent e7dc886 commit 32d8c7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"coverage-gutters.showGutterCoverage": false,
"coverage-gutters.showLineCoverage": true,
"cSpell.enabled": true,
"diffEditor.experimental.showMoves": true,
"editor.formatOnSave": true,
"files.watcherExclude": {
"**/*_cache/**": true,
Expand Down
1 change: 1 addition & 0 deletions src/repoma/check_dev_files/vscode.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ def _update_settings(has_notebooks: bool) -> None:
executor(
vscode.set_setting,
{
"diffEditor.experimental.showMoves": True,
"editor.formatOnSave": True,
"rewrap.wrappingColumn": 88, # black
},
Expand Down

0 comments on commit 32d8c7d

Please sign in to comment.