codium/trust,project
This commit is contained in:
parent
e665c81a2d
commit
0a783fcdac
1 changed files with 14 additions and 0 deletions
|
@ -18,6 +18,7 @@ setup
|
|||
{
|
||||
"extensions.autoUpdate": false,
|
||||
"redhat.telemetry.enabled": false,
|
||||
"security.workspace.trust.enabled": false,
|
||||
"sonarlint.ls.javaHome": "/usr/lib/jvm/default-java",
|
||||
"window.zoomLevel": 1.15,
|
||||
"workbench.iconTheme": "material-icon-theme",
|
||||
|
@ -43,6 +44,19 @@ workspace
|
|||
]
|
||||
}
|
||||
|
||||
project
|
||||
=======
|
||||
|
||||
* /child/.vscode/settings.json
|
||||
|
||||
.. code-block:: json
|
||||
|
||||
{
|
||||
"python.analysis.extraPaths": [
|
||||
"/parent"
|
||||
]
|
||||
}
|
||||
|
||||
shortcuts
|
||||
=========
|
||||
|
||||
|
|
Loading…
Reference in a new issue