Tag

publishing

1 views collected around this technical thread.

WeDoctor Frontend Technology
WeDoctor Frontend Technology
May 13, 2022 · Frontend Development

Build and Publish Your Own VS Code Extension: From Scaffold to Marketplace

This tutorial walks you through automating article formatting, creating a VS Code extension with a reverse‑string command, binding a shortcut key, and publishing the plugin to the VS Code Marketplace, covering scaffold setup, code implementation, package configuration, token generation, and release steps.

JavaScriptVSCodeextension
0 likes · 14 min read
Build and Publish Your Own VS Code Extension: From Scaffold to Marketplace
Taobao Frontend Technology
Taobao Frontend Technology
May 25, 2021 · Frontend Development

Build and Publish a VSCode Code Snippets Extension—Avoid Common Pitfalls

This guide walks you through creating a VSCode code‑snippets extension from environment setup, Azure DevOps publisher registration, project scaffolding with Yeoman, configuring package.json and snippet JSON, debugging inside the extension host, packaging with vsce, and finally publishing the extension to the marketplace, while highlighting common pitfalls to avoid.

JavaScriptVSCodecode snippets
0 likes · 8 min read
Build and Publish a VSCode Code Snippets Extension—Avoid Common Pitfalls
New Oriental Technology
New Oriental Technology
Jan 11, 2021 · Frontend Development

Understanding npm Dependency Management and Building a Publishable npm Package with Webpack

This article explains how npm flattens dependencies, compares npm, cnpm and yarn, outlines the evolution of package managers, details essential package.json fields, demonstrates using nrm, and provides a step‑by‑step guide to configure Webpack, create, build, and publish a custom npm package.

DependencyPackage ManagementWebpack
0 likes · 11 min read
Understanding npm Dependency Management and Building a Publishable npm Package with Webpack
政采云技术
政采云技术
Oct 10, 2019 · Frontend Development

DIY VSCode Extension: A Step‑by‑Step Guide to Boost Development Efficiency

This article provides a comprehensive tutorial on creating a VSCode extension—from preparing the development environment and using Yeoman scaffolding to implementing code‑snippet contributions, debugging, packaging, and publishing—complete with command‑line examples and detailed explanations of key configuration files.

Extension DevelopmentNode.jsVSCode
0 likes · 11 min read
DIY VSCode Extension: A Step‑by‑Step Guide to Boost Development Efficiency