Add temporary nodeJS walkthrough (#181441)

This commit is contained in:
Bhavya U 2023-05-03 12:31:11 -07:00 committed by GitHub
parent 1ac336ad85
commit 6efb31c7a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",