Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »

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)
7 months ago
Edit Post #290087 Initial revision 7 months 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)
7 months 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)
11 months ago
Edit Post #287660 Post edited:
Improved syntax highlighting and code indentation
11 months ago
Suggested Edit Post #287660 Suggested edit:
Improved syntax highlighting and code indentation
(more)
helpful 11 months ago