diff --git a/rtfd/public/codium/index.rst b/rtfd/public/codium/index.rst index 43b0f65..67f8cd8 100644 --- a/rtfd/public/codium/index.rst +++ b/rtfd/public/codium/index.rst @@ -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 =========