Skip to content

feat: Run Markdown codeblocks#201

Merged
bmingles merged 16 commits intomainfrom
DH-18353_markdown-codeblocks
Jan 10, 2025
Merged

feat: Run Markdown codeblocks#201
bmingles merged 16 commits intomainfrom
DH-18353_markdown-codeblocks

Conversation

@bmingles
Copy link
Collaborator

@bmingles bmingles commented Jan 7, 2025

DH-18353: Run Markdown codeblocks

Testing
Open any Markdown file containing python or groovy codeblocks. Can use this one for simple example:

This is a test Markdown file containing some inline codeblocks.

```python
from deephaven import time_table

simple_ticking = time_table("PT2S")
```

Here is a groovy example

```groovy
simple_ticking = timeTable("PT2S")
```

A "Run Deephaven Block" code lens should appear above each codeblock. Clicking it should run the codeblock against a DH server.

@github-actions
Copy link

github-actions bot commented Jan 7, 2025

End-to-end Test Summary

Tests 📝Passed ✅Failed ❌Skipped ⏭️Pending ⏳Other ❓Flaky 🍂Duration ⏱️
660000004:53:35
A ctrf plugin

Detailed Test Results

NameStatusmsFlaky 🍂
should default to the correct settingspassed ✅1836
should return custom settings: Empty configspassed ✅354
should return custom settings: Populated configspassed ✅93
should be able to load VSCodepassed ✅901
should only be visible when a supported file type is active: test.groovypassed ✅2781
should only be visible when a supported file type is active: test.pypassed ✅1159
A ctrf plugin

Failed Test Summary

No failed tests ✨

Flaky Test Summary

No flaky tests detected. ✨

@bmingles bmingles marked this pull request as ready for review January 8, 2025 18:00
@bmingles bmingles requested a review from mofojed January 8, 2025 18:00
Copy link
Member

@mofojed mofojed left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a minor change to the name of the action. Great feature!

Co-authored-by: Mike Bender <mikebender@deephaven.io>
@bmingles bmingles requested a review from mofojed January 10, 2025 15:16
@bmingles bmingles merged commit 28f58b6 into main Jan 10, 2025
3 checks passed
@bmingles bmingles deleted the DH-18353_markdown-codeblocks branch January 10, 2025 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants