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!
This commit is contained in:
Isaiah Odhner 2023-05-16 15:29:22 -04:00
parent 14ba281ec3
commit a1365d1a32

View File

@ -1,11 +0,0 @@
{
"folders": [
{
"path": ".."
},
{
"path": "../../../.local/lib/python3.10/site-packages/textual"
}
],
"settings": {}
}