feat(vscode): add more recommended extention
This commit is contained in:
parent
35e4cc615e
commit
29209c6d83
|
|
@ -4,3 +4,4 @@ documentation/_build/
|
||||||
documentation/oe-logs
|
documentation/oe-logs
|
||||||
documentation/oe-workdir
|
documentation/oe-workdir
|
||||||
__pycache__
|
__pycache__
|
||||||
|
.venv/
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,10 @@
|
||||||
{
|
{
|
||||||
"recommendations": [
|
"recommendations": [
|
||||||
"ms-vscode.makefile-tools",
|
"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/sstate-cache/**": true,
|
||||||
"**/build/tmp/**": true
|
"**/build/tmp/**": true
|
||||||
},
|
},
|
||||||
"python.formatting.provider": "black"
|
"python.formatting.provider": "black",
|
||||||
|
"editor.rulers": [80,100,120]
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue