VSCodium

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

VSCodium

2,218 次查看
m2schroeder
Contributor I

VSCodium is the MIT core that VSCode uses, but leaves out all the Microsoft "Big Brother" tracking.  When will you make available a .vsix file that works with VSCodium?

Here is the Microsoft Tracking error you get if you try to import the NXP .vxsix package currently.

m2schroeder_0-1691452208226.png

 

0 项奖励
回复
2 回复数

2,182 次查看
ErichStyger
Specialist I

I was planning to cover Codium on my blog https://mcuoneclipse.com/ (be free to subscribe up there).

The issue is (imho) more on the MS side, as the Microsoft plugins in questions are not licensed to be used outside the Microsoft world. Someone with more knowledge on that licensing issue with VS Code Extensions might add to this.

Here is how to can get it installed. The trick is that you need to download a few plugins manually and install them on the console, e.g.

codium --install-extension ms-vscode.cpptools-1.17.0.vsix

You will need the following:

  1. https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools
  2. https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-embedded-tools
  3. https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-serial-monitor

After that, you can successfully install the NXP extension:

ErichStyger_0-1691474037709.png

 

I hope this helps,

Erich

0 项奖励
回复

2,134 次查看
ErichStyger
Specialist I
0 项奖励
回复