openscad-support-vscode
openscad-support-vscode copied to clipboard
OpenSCAD language support for VSCode
Results
12
openscad-support-vscode issues
Sort by
recently updated
recently updated
newest added
if the .scad file start with an empty line formatting replaces it with two empty line (even if the code contains error) example: ``` cube(50 ); ``` is formatted to:...
Hi, I noticed a bug in the code formatting the character "/" followed by "\\" to make it stringable looks like is detected as the start of a comment and...