Skip to content

Commit caf8785

Browse files
committed
Merge branch '366-add-io-to-edit-grid' of github.com:maxfordham/ipyautoui into 366-add-io-to-edit-grid
2 parents 46fce96 + 49a517b commit caf8785

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

.zed/debug.json

Whitespace-only changes.

.zed/settings.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"languages": {
3+
"Python": {
4+
"language_servers": [
5+
// Disable basedpyright and enable Ty, and otherwise
6+
// use the default configuration.
7+
"ty",
8+
"!basedpyright",
9+
"..."
10+
]
11+
}
12+
}
13+
}

0 commit comments

Comments
 (0)