feat(vscode): add more recommended extention
This commit is contained in:
parent
35e4cc615e
commit
29209c6d83
|
|
@ -3,4 +3,5 @@ vscode-bitbake-build/
|
|||
documentation/_build/
|
||||
documentation/oe-logs
|
||||
documentation/oe-workdir
|
||||
__pycache__
|
||||
__pycache__
|
||||
.venv/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,10 @@
|
|||
{
|
||||
"recommendations": [
|
||||
"ms-vscode.makefile-tools",
|
||||
"timonwong.shellcheck"
|
||||
"timonwong.shellcheck",
|
||||
"eugenwiens.bitbake",
|
||||
"kweihmann.oelint-vscode",
|
||||
"lextudio.restructuredtext",
|
||||
"trond-snekvik.simple-rst"
|
||||
]
|
||||
}
|
||||
|
|
@ -5,5 +5,6 @@
|
|||
"**/build/sstate-cache/**": true,
|
||||
"**/build/tmp/**": true
|
||||
},
|
||||
"python.formatting.provider": "black"
|
||||
"python.formatting.provider": "black",
|
||||
"editor.rulers": [80,100,120]
|
||||
}
|
||||
Loading…
Reference in New Issue