File tree Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Original file line number Diff line number Diff line change 3
3
{
4
4
// Folder for the invokeai program data (located at filesystem root)
5
5
"name" : " [AppData]" ,
6
- "path" : " /home/node/invokeai"
6
+ "path" : " /home/node/invokeai" ,
7
+ "settings" : {
8
+ "python.testing.pytestEnabled" : false ,
9
+ "python.testing.unittestEnabled" : false ,
10
+ "python.testing.autoTestDiscoverOnSaveEnabled" : false
11
+ }
7
12
},
8
13
{
9
14
"name" : " [Custom Nodes]" ,
12
17
{
13
18
// Folder for specifically the frontend sub-project
14
19
"name" : " [Frontend]" ,
15
- "path" : " ../invokeai/frontend/web"
20
+ "path" : " ../invokeai/frontend/web" ,
21
+ "settings" : {
22
+ "python.testing.pytestEnabled" : false ,
23
+ "python.testing.unittestEnabled" : false ,
24
+ "python.testing.autoTestDiscoverOnSaveEnabled" : false
25
+ }
16
26
},
17
27
{
18
28
// Folder for specifically the backend sub-project
19
29
"name" : " [Backend]" ,
20
- "path" : " ../invokeai/backend"
30
+ "path" : " ../invokeai/backend" ,
31
+ "settings" : {
32
+ "python.testing.pytestEnabled" : false ,
33
+ "python.testing.unittestEnabled" : false ,
34
+ "python.testing.autoTestDiscoverOnSaveEnabled" : false
35
+ }
21
36
},
22
37
{
23
38
// Folder for the entire git repo.
You can’t perform that action at this time.
0 commit comments