You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"contents": "This tool is able to help you convert protobuf file to typescript definition file. \n[Open Convert Panel](command:pbToTypescript.transformOnPanel)\n You can transform it from selection\n[from selection](command:pbToTypescript.fromSelection)\n You can transform it from clipboard\n[from clipboard](command:pbToTypescript.fromClipboard)\n"
65
-
}
66
-
]
81
+
{
82
+
"view": "introduction",
83
+
"contents": "This tool is able to help you convert protobuf file to typescript definition file. \n[Open Convert Panel](command:protobufToTypescript.transformOnPanel)\n You can transform it from clipboard\n[from clipboard](command:protobufToTypescript.fromClipboard)\n You can transform it from selection\n[from selection](command:protobufToTypescript.fromSelection)\n"
84
+
}
85
+
]
67
86
},
68
87
"scripts": {
69
88
"vscode:prepublish": "npm run -S esbuild-base -- --minify",
0 commit comments