mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 04:09:28 +00:00
Add temporary nodeJS walkthrough (#181441)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user