Skip to content

Instantly share code, notes, and snippets.

@solrevdev
Last active March 28, 2019 10:03
Show Gist options
  • Save solrevdev/e51bf7cda2290e9697c331e5589dc196 to your computer and use it in GitHub Desktop.
Save solrevdev/e51bf7cda2290e9697c331e5589dc196 to your computer and use it in GitHub Desktop.
my installed vscode extensions
// 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