Skip to content

Commit

Permalink
add a markdown preview extension compatable with github style
Browse files Browse the repository at this point in the history
  • Loading branch information
lum1n0us committed Dec 30, 2024
1 parent eed2591 commit 29b182a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"vscode": {
// Add the IDs of extensions you want installed when the container is created.
"extensions": [
"bierner.github-markdown-preview",
"esbenp.prettier-vscode",
"GitHub.vscode-codeql",
"GitHub.vscode-pull-request-github",
Expand All @@ -42,9 +43,9 @@
"ms-toolsai.vscode-jupyter-cell-tags",
"ms-toolsai.vscode-jupyter-slideshow",
"ms-vscode.cpptools",
"ms-vscode.cpptools-extension-pack",
"streetsidesoftware.code-spell-checker",
"vadimcn.vscode-lldb",
"ms-vscode.cpptools-extension-pack"
"vadimcn.vscode-lldb"
]
}
},
Expand Down

0 comments on commit 29b182a

Please sign in to comment.