Skip to content

Commit

Permalink
clear up some settings description for web
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellpeck committed Oct 1, 2024
1 parent 355caa1 commit fb882d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit fb882d2

Please sign in to comment.