mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-25 04:36:23 +00:00
JavaScript and Node.js walkthrough (#157965)
* Initial contents for JavaScript walkthrough. * Just suggest a `.js` file. * Switch the walkthrough to be a Node.js walkthrough. * Remove leftover file from HTML walkthrough. * Add basic detection mechanism for node. * Don't check for a Node install until the user runs debug. * Add "learn more" link. * Some assets. * Remove "run" section. * Add a "try debugging anyway" option just in case. * Remove "view terminal" command in run & debug. * More copy. * Remove unused command. * Update icon and themed walkthrough SVGs * Default to not showing the extension. * Replace icon * Delete TODO.md * jsWelcome -> nodejsWelcome Co-authored-by: David Dossett <ddossett@microsoft.com> Co-authored-by: Matt Bierner <matb@microsoft.com>
This commit is contained in:
committed by
GitHub
parent
37f08d1195
commit
0cbcb1b1ab
@@ -82,6 +82,7 @@ module.exports.indentationFilter = [
|
||||
'!test/monaco/out/**',
|
||||
'!test/smoke/out/**',
|
||||
'!extensions/typescript-language-features/test-workspace/**',
|
||||
'!extensions/typescript-language-features/resources/walkthroughs/**',
|
||||
'!extensions/markdown-math/notebook-out/**',
|
||||
'!extensions/vscode-api-tests/testWorkspace/**',
|
||||
'!extensions/vscode-api-tests/testWorkspace2/**',
|
||||
|
||||
Reference in New Issue
Block a user