20250207_yo_code_generate - chaehwanli/plantuml-parser GitHub Wiki
C:\Yo>yo code
(node:1700) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
_-----_ โญโโโโโโโโโโโโโโโโโโโโโโโโโโโฎ
| | โ Welcome to the Visual โ
|--(o)--| โ Studio Code Extension โ
`---------ยด โ generator! โ
( _ยดU`_ ) โฐโโโโโโโโโโโโโโโโโโโโโโโโโโโฏ
/___A___\ /
| ~ |
__'.___.'__
ยด ` |ยฐ ยด Y `
? What type of extension do you want to create? New Extension (TypeScript)
? What's the name of your extension? plantuml-parser-extension
? What's the identifier of your extension? plantuml-parser-extension
? What's the description of your extension? Convert the Java source code to Plantuml
? Initialize a git repository? Yes
? Which bundler to use? esbuild
? Which package manager to use? npm
(node:1700) [DEP0180] DeprecationWarning: fs.Stats constructor is deprecated.
Writing in C:\Yo\plantuml-parser-extension...
create plantuml-parser-extension\.vscode\extensions.json
create plantuml-parser-extension\.vscode\launch.json
create plantuml-parser-extension\.vscode\settings.json
create plantuml-parser-extension\.vscode\tasks.json
create plantuml-parser-extension\package.json
create plantuml-parser-extension\tsconfig.json
create plantuml-parser-extension\.vscodeignore
create plantuml-parser-extension\esbuild.js
create plantuml-parser-extension\vsc-extension-quickstart.md
create plantuml-parser-extension\.gitignore
create plantuml-parser-extension\README.md
create plantuml-parser-extension\CHANGELOG.md
create plantuml-parser-extension\src\extension.ts
create plantuml-parser-extension\src\test\extension.test.ts
create plantuml-parser-extension\.vscode-test.mjs
create plantuml-parser-extension\eslint.config.mjs
Changes to package.json were detected.
Running npm install for you to install the required dependencies.
npm warn deprecated [email protected]: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
added 399 packages, and audited 400 packages in 24s
143 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
Your extension plantuml-parser-extension has been created!
To start editing with Visual Studio Code, use the following commands:
code plantuml-parser-extension
Open vsc-extension-quickstart.md inside the new extension for further instructions
on how to modify, test and publish your extension.
To run the extension you need to install the recommended extension 'connor4312.esbuild-problem-matchers'.
For more information, also visit http://code.visualstudio.com and follow us @code.
? Do you want to open the new folder with Visual Studio Code? Skip