petrbroz / vscode-forge-tools

Visual Studio Code extension for accessing Autodesk Forge services and content.
https://marketplace.visualstudio.com/items?itemName=petrbroz.vscode-forge-tools
MIT License
74 stars 17 forks source link

Add multiple lines support for activity settings values #41

Closed CADBIMDeveloper closed 3 years ago

CADBIMDeveloper commented 3 years ago

Hi, Petr,

Add multiple lines support for activity settings values, please.

Why? In DA for AutoCAD, the command should be defined like this: "settings": { "script": { "value": "(command \"GenerateSectionViews\")\n" } }

And it won't work without a new line at the end of the command.

Thank you!

petrbroz commented 3 years ago

Thank you Alexander, that's an interesting observation. It feels like something that should be addressed on the Design Automation side (I'll bring it up with the engineering team) but I'll make the text field support multiple lines anyways.