-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature(mdEditor): Auto-prompt extension install
mdEditor will now ask if you want to install the recommended extensions. the prompt should appear when entering the workplace after install. if you already have them, don't worry, that's is why nothing showed up.
- Loading branch information
1 parent
7f50e90
commit 5898c7c
Showing
4 changed files
with
20 additions
and
58 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"recommendations": ["davidanson.vscode-markdownlint"] | ||
"recommendations": ["davidanson.vscode-markdownlint", "DougFinke.vscode-pandoc"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters