This commit is contained in:
Jonathan Carter 2021-11-26 14:51:40 -05:00 committed by GitHub
commit 65981ab0d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,4 @@
.vscode-dark img[src$=\#gh-light-mode-only],
.vscode-light img[src$=\#gh-dark-mode-only] {
display: none;
}

View file

@ -64,6 +64,9 @@
"contents": "%welcome.publishWorkspaceFolder%",
"when": "config.git.enabled && git.state == initialized && workbenchState == workspace && workspaceFolderCount != 0"
}
],
"markdown.previewStyles": [
"./markdown.css"
]
},
"scripts": {