Skip to content

Commit ebbd7b0

Browse files
committed
📝 Chore: Adapt to vscode stand-alone development
1 parent 5564e7b commit ebbd7b0

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

KitX.code-workspace

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"folders": [
3+
{
4+
"path": "."
5+
}
6+
],
7+
"settings": {
8+
"[python]": {
9+
"editor.defaultFormatter": "ms-python.black-formatter"
10+
},
11+
"python.formatting.provider": "none",
12+
"dotnet.defaultSolution": "disable"
13+
}
14+
}

0 commit comments

Comments
 (0)