OpenSCAD#
Server#
For more information about the LSP server, check openscad-lsp.
Installation#
cargo install openscad-lsp
For more instructions on how to install manually, check here.
Debugger: Not available#
Available configurations#
lsp-openscad-format-exe
#
Type: string
Default: clang-format
Path to the clang-format executable.
lsp-openscad-format-style
#
Type: string
Default: file
Style argument to use with clang-format.
lsp-openscad-search-paths
#
Type: string
Default: ``
Customized search path.
lsp-openscad-server
#
Type: file
Default: openscad-lsp
Path to the openscad language server.
lsp-openscad-server-connection-type
#
Type: symbol
Default: tcp
Type of connection to use with the OpenSCAD Language Server: tcp or stdio.
Last update:
November 19, 2024