$ sudo apt-add-repository --list
deb http://jp.archive.ubuntu.com/ubuntu/ jammy universe main restricted multiverse
deb http://jp.archive.ubuntu.com/ubuntu/ jammy-updates universe main restricted multiverse
deb http://jp.archive.ubuntu.com/ubuntu/ jammy-backports universe main restricted multiverse
deb http://security.ubuntu.com/ubuntu jammy-security universe main restricted multiverse
$ sudoaptinstall code_1.68.1-1655263094_amd64.deb
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package code_1.68.1-1655263094_amd64.deb
管理者権限がないとインストールできません
$ aptinstall code_1.68.1-1655263094_amd64.deb
E: Could not open lock file /var/lib/dpkg/lock-frontend - open(13: Permission denied)
E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are you root?
$ sudo add-apt-repository --list
deb http://jp.archive.ubuntu.com/ubuntu/ jammy main universe restricted multiverse
deb http://jp.archive.ubuntu.com/ubuntu/ jammy-updates main universe restricted multiverse
deb http://jp.archive.ubuntu.com/ubuntu/ jammy-backports main universe restricted multiverse
deb http://security.ubuntu.com/ubuntu jammy-security main universe restricted multiverse
deb [arch=amd64,arm64,armhf] http://packages.microsoft.com/repos/code stable main
$ cat /etc/apt/sources.list.d/vscode.list
### THIS FILE IS AUTOMATICALLY CONFIGURED #### You may comment out this entry, but any other modifications may be lost.
deb [arch=amd64,arm64,armhf] http://packages.microsoft.com/repos/code stable main
$ cat /etc/apt/sources.list.d/vscode.list
### THIS FILE IS AUTOMATICALLY CONFIGURED #### You may comment out this entry, but any other modifications may be lost.# deb [arch=amd64,arm64,armhf] http://packages.microsoft.com/repos/code stable main
次へ次へでインストールしていきます。 Toolcahin Manager から Open VS Code をクリックします。 Install missing Extensions をクリックし、必要なアプリケーションをインストールします。 セキュリティ警告が出たら アクセスを許可する をクリックします。 最後に Open VS Code をクリックします。 VS Code にすでに nRF Connect for VS Code がインストールされていますが無効になっている場合は有効にします。 セキュリティアイコンをクリックし、 信頼する をクリックして使えるようにします。 アクセス許可する nRF Connect SDK のパスを設定します。 プルダウンにインストールされているライブラリが表示されている場合はこのまま進みます。 表示されていない人は一つ下の nRF Connect for VS Codeがインストールされていない場合 に進みます。
nRF Connect for VS Codeがインストールされていない場合
拡張機能に nRF Connect for VS Code をインストールします。 Nordic を検索し nRF Connect for VS Code を選択しインストールします。
Create a new application from sample をクリックします。 SDK と Toolchain のパスが通っている事を確認します。 作成するフォルダを設定します。 Application location、 Application template を選択し、Create Application をクリックします。 セキュリティ警告が出るので、 はい、作成者を信頼します をクリックします。 APPLICATIONS に作ったものが存在することを確認します。 Show in Explorer をクリックすると、プログラムを見る事が出来ます。