codium/trust,project

This commit is contained in:
Marc Beninca 2024-03-09 00:00:04 +01:00
parent e665c81a2d
commit 0a783fcdac
Signed by untrusted user who does not match committer: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -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
=========