Skip to content

Commit

Permalink
Merge pull request #1722 from Accenture/task/1721-vscode-should-open-…
Browse files Browse the repository at this point in the history
…markdown-files-as-text-only-at-first-to-allow-using-the-built-in-diff-viewer

task/1721 disable auto-opening markdown renderer to enable vscode's git diff viewer
  • Loading branch information
JoernBerkefeld authored Sep 19, 2024
2 parents 0460484 + 0da1e24 commit dd001d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 0 additions & 3 deletions boilerplate/files/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
{
"workbench.editorAssociations": {
"*.md": "vscode.markdown.preview.editor"
},
"explorer.compactFolders": false,
"explorer.fileNesting.enabled": true,
"explorer.fileNesting.expand": false,
Expand Down
4 changes: 4 additions & 0 deletions boilerplate/forcedUpdates.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
[
{
"version": "7.4.2",
"files": [".vscode/settings.json"]
},
{
"version": "7.4.1",
"files": [".gitignore"]
Expand Down

0 comments on commit dd001d5

Please sign in to comment.