From fb882d23393e6538b8716840912228015e7ae28c Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Tue, 1 Oct 2024 14:39:15 +0200 Subject: [PATCH] clear up some settings description for web --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5ae0212..f542503 100644 --- a/package.json +++ b/package.json @@ -133,12 +133,12 @@ "The extension connects to a flowR server via websocket (for a server started using --ws).", "The extension connects to a flowR server via TCP." ], - "markdownDescription": "The connection type that should be used when connecting to a [flowR server](https://github.com/flowr-analysis/flowr/wiki/Interface#-communicating-with-the-server)." + "markdownDescription": "The connection type that should be used when connecting to a [flowR server](https://github.com/flowr-analysis/flowr/wiki/Interface#-communicating-with-the-server). When running the extension in the browser, this setting is ignored, and websocket mode is always used." }, "vscode-flowr.r.executable": { "type": "string", "default": "", - "markdownDescription": "An absolute path to the R binary to use for the local shell. If this is empty, R is expected to be part of the system's PATH." + "markdownDescription": "An absolute path to the R binary to use for the local shell. If this is empty, R is expected to be part of the system's PATH. This setting is ignored when running the extension in the browser." }, "vscode-flowr.style.sliceOpacity": { "type": "number",