Building Docassemble Interviews with VS Code Workshop

Описание к видео Building Docassemble Interviews with VS Code Workshop

The Suffolk LIT Lab invites experts for workshops with the Document Assembly Line community on the first Wednesday of every month. This workshop is about building Docassemble interviews with the VS Code editor, and Jack Adamson is our guest expert.

You can learn more about the Document Assembly Line at assemblyline.suffolklitlab.org. You can learn more about the LIT Lab at suffolklitlab.org.

Notes

Warning. Jack says not to SSH into the Docker container and edit files that way. He tried that once and basically had to wipe his playground to fix it. Instead, use dainstall/dawatchinstall to update your interviews.

Jack mentioned a helpful blog post he used to set up his Docassemble server on Oracle Cloud.

Here is the code Caroline uses for bracket coloring in her syntax highlighter configuration file:

"workbench.colorCustomizations": {
"editorBracketHighlight.foreground1": "#ff0000",
"editorBracketHighlight.foreground2": "#ffbb00",
"editorBracketHighlight.foreground3": "#8ce2a2",
"editorBracketHighlight.foreground4": "#48a4e2",
"editorBracketHighlight.foreground5": "#ae00ff",
}

Комментарии

Информация по комментариям в разработке