We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 657bb89 commit 252e546Copy full SHA for 252e546
extensions/typescript-language-features/package.json
@@ -68,6 +68,15 @@
68
"main": "./out/extension",
69
"browser": "./dist/browser/extension",
70
"contributes": {
71
+ "walkthroughs": [
72
+ {
73
+ "id": "tempNodejsWelcome",
74
+ "title": "tempNodejsTitle",
75
+ "description": "tempNodejsDescription",
76
+ "steps": [],
77
+ "when": "false"
78
+ }
79
+ ],
80
"jsonValidation": [
81
{
82
"fileMatch": "package.json",
0 commit comments