Skip to content

Commit

Permalink
Add temporary nodeJS walkthrough (#181442)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavyaus authored May 3, 2023
1 parent 657bb89 commit 252e546
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions extensions/typescript-language-features/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,15 @@
"main": "./out/extension",
"browser": "./dist/browser/extension",
"contributes": {
"walkthroughs": [
{
"id": "tempNodejsWelcome",
"title": "tempNodejsTitle",
"description": "tempNodejsDescription",
"steps": [],
"when": "false"
}
],
"jsonValidation": [
{
"fileMatch": "package.json",
Expand Down

0 comments on commit 252e546

Please sign in to comment.