Skip to content

Commit 252e546

Browse files
authored
Add temporary nodeJS walkthrough (#181442)
1 parent 657bb89 commit 252e546

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

extensions/typescript-language-features/package.json

+9
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,15 @@
6868
"main": "./out/extension",
6969
"browser": "./dist/browser/extension",
7070
"contributes": {
71+
"walkthroughs": [
72+
{
73+
"id": "tempNodejsWelcome",
74+
"title": "tempNodejsTitle",
75+
"description": "tempNodejsDescription",
76+
"steps": [],
77+
"when": "false"
78+
}
79+
],
7180
"jsonValidation": [
7281
{
7382
"fileMatch": "package.json",

0 commit comments

Comments
 (0)