Skip to content

Instantly share code, notes, and snippets.

@msegers
Last active April 20, 2020 10:35
Show Gist options
  • Save msegers/3f1b75ef290c475f9a3a654425e7023b to your computer and use it in GitHub Desktop.
Save msegers/3f1b75ef290c475f9a3a654425e7023b to your computer and use it in GitHub Desktop.
A simple, minimal Component which generates a tooltip to be used in angular2 projects.
{"lastUpload":"2020-04-20T10:35:17.793Z","extensionVersion":"v3.4.3"}
[
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "Shan.code-settings-sync",
"publisherDisplayName": "Shan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "3.4.3"
},
{
"metadata": {
"id": "2f5dd8cb-d251-4d70-abfe-ddebcb077483",
"publisherId": "octref.vetur",
"publisherDisplayName": "octref"
},
"name": "vetur",
"publisher": "octref",
"version": "0.24.0"
},
{
"metadata": {
"id": "d96e79c6-8b25-4be3-8545-0e0ecefcae03",
"publisherId": "vscodevim.vim",
"publisherDisplayName": "vscodevim"
},
"name": "vim",
"publisher": "vscodevim",
"version": "1.13.1"
},
{
"metadata": {
"id": "9ccc1dd7-7ec4-4a46-bd4f-7d7b8b9d322a",
"publisherId": "vscode-icons-team.vscode-icons",
"publisherDisplayName": "vscode-icons-team"
},
"name": "vscode-icons",
"publisher": "vscode-icons-team",
"version": "10.1.1"
}
]
{
"workbench.iconTheme": "vscode-icons",
"vim.leader": ",",
"vim.normalModeKeyBindingsNonRecursive": [
{
"before": [
"<leader>",
"r"
],
"commands": [
"editor.action.rename"
]
},
{
"before": [
"<leader>",
"w"
],
"commands": [
"workbench.actions.files.save"
]
},
{
"before": [
"<leader>",
"f"
],
"commands": [
"editor.action.formatDocument"
]
}
],
"sync.gist": "3f1b75ef290c475f9a3a654425e7023b"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment