#author("2025-07-23T22:29:21+09:00","default:pengwei","pengwei") #author("2025-09-07T08:51:01+09:00","default:pengwei-admin","pengwei-admin") #nofollow #norelated * VS Code [#y5ef319e] #contents ** ''visual stadio code概要'' [#hb3f8f76] -https://code.visualstudio.com/docs/nodejs/browser-debugging -オープンソースの開発用エディター -ソースコードの場所:https://github.com/microsoft/vscode -自ビルドなら、先達の教えがある:https://www.premium-tsubu-hero.net/technology/it/visual-studio-code/howto-visualstudiocode-build/ ** ダウンロード先 [#pdaf7f78] -https://code.visualstudio.com/ **ドキュメント/リファレンス [#ydc43a07] -https://code.visualstudio.com/docs/languages/php **ubuntuにインストール方法 [#a6eec87a] https://qiita.com/yoshiyasu1111/items/e21a77ed68b52cb5f7c8 -deb パケッジ curl -O https://go.microsoft.com/fwlink/?LinkID=760868 sudo apt install ./code_1.94.2-1728494015_amd64.deb code --version -snap sudo snap install --classic code /snap/bin/code --version #install dist **sudoで起動必要なとき [#se0398df] $ sudo code --user-data-dir='~/.vscode-root' $ sudo code --user-data-dir='~/.vscode-root' --no-sandbox