Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -318,13 +318,19 @@
"type": "number",
"default": 1500,
"description": "%makecode.configuration.simWatcherDebounceDescription%"
},
"makecode.showExplorerWelcomeMessage": {
"type": "boolean",
"default": true,
"description": "%makecode.configuration.showExplorerWelcomeMessage%"
}
}
},
"viewsWelcome": [
{
"view": "workbench.explorer.emptyView",
"contents": "%makecode.viewsWelcome.welcomeMessage%"
"contents": "%makecode.viewsWelcome.welcomeMessage%",
"when": "makecode.showExplorerWelcomeMessage"
}
]
},
Expand Down
1 change: 1 addition & 0 deletions package.nls.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"makecode.songExplorer.title": "Songs",
"makecode.configuration.showCompileDescription": "Show a notification after compiling a MakeCode project.",
"makecode.configuration.simWatcherDebounceDescription": "Controls the timeout in milliseconds between a file being saved and the simulator being rebuilt.",
"makecode.configuration.showExplorerWelcomeMessage": "Shows a link to the MakeCode Arcade docs in the explorer when no project is open.",
"makecode.viewsWelcome.welcomeMessage": "You need to open a folder to use the MakeCode Arcade extension!\n[Open Arcade Docs](command:makecode.openHelpDocs)",
"makecode.openHelpDocs.title": "Open Arcade Docs",
"makecode.testBlocks.title": "Test extension in blocks editor"
Expand Down