Skip to content

Commit 5730022

Browse files
committed
rename workspace file
1 parent 5d24fb8 commit 5730022

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

fuzzylogic.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": "./src/"
5+
},
6+
{
7+
"name": "__pycache__",
8+
"path": "src/fuzzylogic/__pycache__"
9+
}
10+
],
11+
"settings": {
12+
"python.testing.pytestEnabled": true
13+
}
14+
}

0 commit comments

Comments
 (0)