vscode 的调试环境
https://github.com/Digital-EDA/Digital-IDE
- vscode-neovim(worth a try)
vimrc/vim plugins/etc are supported (few plugins don’t make sense with vscode, such as nerdtree)
给 gvisor 搭建环境
ref : https://stackoverflow.com/questions/55411277/how-can-i-setup-vscode-for-go-project-built-with-bazel
- genereate gopath style source code
bazel build :gopath - for clarity and simplisity, copy code somewhere else
cp -Lr bazel-bin/gopath ~/test/gv - init go mod in
~/test/gv/gopath/gvisor.devgo mod init gvisor.dev - setup env:
- for vscode:
➜ gvisor git:(master) ✗ cat .vscode/settings.json { "go.toolsEnvVars": { "GOPATH": "~/test/gv/gopath" } }% - for vim:
➜ gvisor git:(master) ✗ export GOPATH=~/test/gv/gopath
- for vscode:
- open directory
~/test/gv/gopath/gvisor.devas root directory with vim or vscode
内核的 vscode 配置
llvm 环境配置
https://github.com/sunxfancy/vscode-llvm
远程环境搭建
需要在 server 配置 tcp forward 才可以
本站所有文章转发 CSDN 将按侵权追究法律责任,其它情况随意。