Commit Graph

23 Commits

Author SHA1 Message Date
Isaiah Odhner
370b497cc6 VS Code: Add launch configuration for debugging tests
I just want to disable the external code skipping feature ("justMyCode")
but I seem to have to abandon the pytest integration to do so?
2023-09-12 19:45:41 -04:00
Isaiah Odhner
7ecbe35024 VS Code: enable pytest integration 2023-09-07 18:53:46 -04:00
Isaiah Odhner
9183edbe53 VS Code: use the new Textual Syntax Highlighter extension 2023-08-21 18:34:48 -04:00
Isaiah Odhner
cbc1ab9314 Add linting notes and VS Code extension recommendations 2023-07-24 15:29:44 -04:00
Isaiah Odhner
5eaabd6754 VS Code: mark files as readonly 2023-06-12 00:43:42 -04:00
Isaiah Odhner
8f40c77d6f Point to .venv/bin/textual in VS Code launch configurations 2023-06-11 18:58:02 -04:00
Isaiah Odhner
07395517ea Update remaining command lines to run the app as a module 2023-06-10 21:20:17 -04:00
Isaiah Odhner
91bf2f1701 VS Code: configure indentation
I'm tired of creating new files and ending up with mixed indentation.
2023-05-25 22:52:46 -04:00
Isaiah Odhner
04d0ca80fd VS Code: Add launch task for --recode-samples 2023-05-22 00:22:36 -04:00
Isaiah Odhner
0edd171233 Clean up imports
I had kept these around because several of these I'll want to use,
and the auto-import feature wasn't working, but I've since found a fix
for that (in 453111269e).
I'm also adding rich here to fix auto-imports from rich.
2023-05-22 00:22:36 -04:00
Isaiah Odhner
453111269e VS Code: fix auto-imports for textual modules 2023-05-18 11:10:15 -04:00
Isaiah Odhner
a1365d1a32 Delete VS Code workspace, as it's no longer helpful to me
I created the workspace in order to be able to quickly search within
the textual library as easily as my own code, but now that I'm using
a virtual environment, I can search within all my dependencies easily,
and they're lower priority, being in a subfolder, which is what I want.
It was annoying when typing "README" and the top result being
"richreadme.md" from textual. So this is a much improved situation!
2023-05-16 15:29:22 -04:00
Isaiah Odhner
5abad1fcb2 Update paths 2023-04-29 13:43:24 -04:00
Isaiah Odhner
140ff15ff1 Restart the app on changes 2023-04-19 14:27:12 -04:00
Isaiah Odhner
5c289e05a8 Add dev helper to inspect layout 2023-04-17 01:21:19 -04:00
Isaiah Odhner
8929ed14b6 Clear screen during development to avoid seeing fixed errors 2023-04-16 18:54:49 -04:00
Isaiah Odhner
ea1e6751a9 VS Code: Add personal workspace containing this project and textual
Maybe I should ignore this file since it's unlikely to work on other computers...
2023-04-16 18:34:29 -04:00
Isaiah Odhner
bd6ac3dd5f VS Code: Use textual run for "Open A File in App" launch task 2023-04-16 16:04:06 -04:00
Isaiah Odhner
009a06e82b VS Code: disable justMyCode debugger feature 2023-04-15 20:54:35 -04:00
Isaiah Odhner
5f5807ad3a Fix inconsistent indentation 2023-04-13 21:05:45 -04:00
Isaiah Odhner
30cddbbde5 Save and load ANSI files 2023-04-11 21:18:11 -04:00
Isaiah Odhner
338d438470 VS Code: disable CSS linting
It doesn't understand the syntax or supported properties of the Textual stylesheets.
2023-04-11 09:31:01 -04:00
Isaiah Odhner
7b44defde2 Add VS Code launch task 2023-04-10 23:14:22 -04:00