File tree 4 files changed +16
-1
lines changed
4 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,13 @@ indent_style = space
21
21
insert_final_newline = true
22
22
trim_trailing_whitespace = true
23
23
24
+ [* .toml ]
25
+ charset = utf-8
26
+ indent_size = 4
27
+ indent_style = space
28
+ insert_final_newline = true
29
+ trim_trailing_whitespace = true
30
+
24
31
[* .yaml ]
25
32
charset = utf-8
26
33
indent_size = 2
Original file line number Diff line number Diff line change 17
17
# Python
18
18
__pycache__ /
19
19
* .egg-info /
20
+ * .pyc
20
21
21
22
# Python virtual environment
22
23
.venv /
Original file line number Diff line number Diff line change 11
11
12
12
"python.defaultInterpreterPath" : " ${workspaceFolder}/.venv/scripts/python" ,
13
13
14
- "python.analysis.extraPaths" : [ " ./Automation/Setup" ],
14
+ "python.analysis.extraPaths" : [
15
+ " ./Automation/Scripts" ,
16
+ " ./Sources/toolkit/" ,
17
+ ],
18
+
15
19
"python.analysis.typeCheckingMode" : " basic" ,
16
20
17
21
"python.testing.pytestEnabled" : true ,
Original file line number Diff line number Diff line change 13
13
- benjaminhamon
14
14
- bhamon
15
15
- hamon
16
+
17
+ enableFiletypes :
18
+ - toml
You can’t perform that action at this time.
0 commit comments