VS Code Extension Develop On Windows10

一、 安装nodejs和npm

安装说明:
https://www.npmjs.cn/getting-started/installing-node/
下载地址:
https://nodejs.org/en/download/
nodejs安装包自带npm

二、 更新npm

npm i -g npm

三、 安装Yeoman

npm install -g yo generator-code

如果遇到报错

request to https://registry.npmjs.org/yo failed, reason: connect ETIMEDOUT

使用命令查看npm配置

npm config list -l

其中有这条配置https-proxy = "http://proxy-server-address:8080/"
删除代理后重新安装即可

npm config delete https-proxy

四、 生成插件项目

使用下面的命令来创建一个extension项目
项目的存放位置为命令行执行的当前目录

yo code

按照提示一步步完成即可,本文中语言选择TypeScript
如果准备使用git作为代码仓库,建议创建过程中Initialize a git repository选择yes

本文安装过程如下

C:\Users\xxxxxx>yo code
? ==========================================================================
We're constantly looking for ways to make yo better!
May we anonymously report usage statistics to improve the tool over time?
More info: https://github.com/yeoman/insight & http://yeoman.io
========================================================================== No

     _-----_     ╭──────────────────────────╮
    |       |    │   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? commandor
? What's the identifier of your extension? commandor
? What's the description of your extension? a command helper for vscode
? Initialize a git repository? Yes
? Which package manager to use? npm
   create commandor\.vscode\extensions.json
   create commandor\.vscode\launch.json
   create commandor\.vscode\settings.json
   create commandor\.vscode\tasks.json
   create commandor\src\test\extension.test.ts
   create commandor\src\test\index.ts
   create commandor\.vscodeignore
   create commandor\.gitignore
   create commandor\README.md
   create commandor\CHANGELOG.md
   create commandor\vsc-extension-quickstart.md
   create commandor\tsconfig.json
   create commandor\src\extension.ts
   create commandor\package.json
   create commandor\tslint.json


I'm all done. Running npm install for you to install the required dependencies. If this fails, try running the command yourself.



> commandor@0.0.1 postinstall C:\Users\xxxxxx\commandor
> node ./node_modules/vscode/bin/install

Detected VS Code engine version: ^1.35.0
Found minimal version that qualifies engine range: 1.35.0
Fetching vscode.d.ts from: https://raw.githubusercontent.com/Microsoft/vscode/553cfb2c2205db5f15f3ee8395bbd5cf066d357d/src/vs/vscode.d.ts
vscode.d.ts successfully installed!

npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN commandor@0.0.1 No repository field.
npm WARN commandor@0.0.1 No license field.

added 110 packages from 583 contributors and audited 184 packages in 155.138s
found 0 vulnerabilities


Your extension commandor has been created!

To start editing with Visual Studio Code, use the following commands:

     cd commandor
     code .

Open vsc-extension-quickstart.md inside the new extension for further instructions
on how to modify, test and publish your extension.

For more information, also visit http://code.visualstudio.com and follow us @code.

五、 运行/调试插件

用vscode打开上面步骤创建的插件目录commandor作为工作目录
键盘F5或者点击运行按钮


image.png

此时会打开另外一个VS Code作为"扩展开发宿主"


image.png

在宿主窗口按下ctrl+shift+p打开命令窗口
输入Hello World回车


image.png

宿主右下角出现弹窗,说明插件Hello World指令执行成功


image.png

在F5打开宿主之前,在源文件中加入断点即可调试插件源代码。
在宿主中输入命令Hello World并回车后即触发断点。


image.png

六、 打包插件

1. 安装vsce工具

npm install -g vsce

2. 修改项目的package.json,加入publisher属性

image.png

3 在项目目录下执行命令打包

vsce package

4 本地安装

打包成功后会在项目目录下生成vsix文件。
打开vscode的插件界面,选择从vsix安装

七、 发布插件

前提: 已经按照打包步骤说明的安装vsce工具并修改了package.json

1. 注册帐号并登陆 Azure DevOps

注册地址:
https://azure.microsoft.com/zh-cn/services/devops/
点击开始使用

image.png

注册并登陆之后,选择右上角头像->Security->New Token
image.png

token的这两项必须这样设置,否则在后续步骤中会出现类似(401)的错误


image.png

点击create之后创建完成,点击复制按钮保存token
注意一定要复制下来,这个窗口关闭之后没有地方再次查看此token

2. 创建publisher

方法有两个
在本地命令行创建(会提示输入token,输入上面创建并保存的token)

vsce create-publisher xxx

在网页创建
https://marketplace.visualstudio.com/manage/

3. 登录publisher(会提示输入token,输入上面创建并保存的token)

>vsce login xxx
Personal Access Token for publisher 'xxx': ****************************************************

4. 发布插件:

vsce pubish

参考文档

  1. nodejs和npm安装:
    https://www.npmjs.cn/getting-started/installing-node/
  2. 插件打包和发布:
    https://code.visualstudio.com/api/working-with-extensions/publishing-extension

5. 导入ini库

npm install --save ini
git-submodule>npm install @types/ini
最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 204,053评论 6 478
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 85,527评论 2 381
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 150,779评论 0 337
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 54,685评论 1 276
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 63,699评论 5 366
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 48,609评论 1 281
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 37,989评论 3 396
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 36,654评论 0 258
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 40,890评论 1 298
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 35,634评论 2 321
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 37,716评论 1 330
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 33,394评论 4 319
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 38,976评论 3 307
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 29,950评论 0 19
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 31,191评论 1 260
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 44,849评论 2 349
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 42,458评论 2 342