VSCodium

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

VSCodium

2,147件の閲覧回数
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,111件の閲覧回数
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,063件の閲覧回数
ErichStyger
Specialist I
0 件の賞賛
返信