Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Activity for Sylvesterâ€
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Comment | Post #289914 |
The only thing I can find that's similar to what you want is a plugin called [Texty](https://marketplace.visualstudio.com/items?itemName=datasert.vscode-texty). However, it uses JavaScript, not Python, for its custom scripts. (more) |
— | about 1 year ago |
Edit | Post #290087 | Initial revision | — | about 1 year ago |
Answer | — |
A: Command to format code from repo into single markdown file You need to use backslashes (`\`) to escape your grave accents (``` ` ```). Otherwise, Bash tries to see them as enclosing a command, as you would do in a command like ``` echo `which python3` ```. So, with all the backslashes added in, your code will look like this: ```bash find . -name ".py"... (more) |
— | about 1 year ago |
Comment | Post #288302 |
I can't reproduce this either... I'm using Ubuntu 22.04, with VSCode 1.77.3 (same as yours was). (more) |
— | over 1 year ago |
Edit | Post #287660 |
Post edited: Improved syntax highlighting and code indentation |
— | over 1 year ago |
Suggested Edit | Post #287660 |
Suggested edit: Improved syntax highlighting and code indentation (more) |
helpful | over 1 year ago |