PS C:\Users\seanm\Desktop> yo code
? What type of extension do you want to create? New Extension (JavaScript) ? What's the name of your extension? OpenClone-DevContainer-StatusBar ? What's the identifier of your extension? openclone-devcontainer-statusbar ? What's the description of your extension? adds information to satus bar ? Enable JavaScript type checking in 'jsconfig.json'? No ? Initialize a git repository? Yes ? Which package manager to use? (Use arrow keys) ❯ npm yarn pnpm go into the package.json and set "activationEvents": ["*"] so that vscode will run your extension when you start it.
|