Last active
March 28, 2019 10:03
-
-
Save solrevdev/e51bf7cda2290e9697c331e5589dc196 to your computer and use it in GitHub Desktop.
my installed vscode extensions
This file contains hidden or 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
// See http://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations. | |
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp | |
// List of extensions which should be recommended for users of this workspace. | |
"recommendations": [ | |
"EditorConfig.EditorConfig", | |
"fabiospampinato.vscode-todo-plus", | |
"k--kato.docomment", | |
"kenhowardpdx.vscode-gist", | |
"konstantin.wrapSelection", | |
"ms-vscode.csharp", | |
"octref.vetur", | |
"quicktype.quicktype", | |
"VisualStudioExptTeam.vscodeintellicode", | |
"vscodevim.vim", | |
"WakaTime.vscode-wakatime", | |
"yzhang.markdown-all-in-one", | |
"Ho-Wan.vscode-trello-viewer", | |
"richie5um2.vscode-sort-json" | |
" | |
], | |
// List of extensions recommended by VS Code that should not be recommended for users of this workspace. | |
"unwantedRecommendations": [] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment