Skip to content

Commit

Permalink
Readding markdown-all-in-one in extension list and fixing script
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardoferretti committed Oct 26, 2023
1 parent bfcfad3 commit 8d1e9b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
rm -r foam-template/docs
rm -r foam-template/assets
rm -r foam-template/.vscode
mkdir foam-template/.vscode
cp -r foam/docs/user foam-template/docs
cp -r foam/docs/assets foam-template/assets
cp -r foam/docs/.vscode foam-template/.vscode
Expand Down
3 changes: 3 additions & 0 deletions docs/.vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
// Foam's own extension
"foam.foam-vscode",

// Tons of markdown goodies (lists, tables of content, so much more)
"yzhang.markdown-all-in-one",

// Prettier for auto formatting code
"esbenp.prettier-vscode",

Expand Down

0 comments on commit 8d1e9b1

Please sign in to comment.