File tree Expand file tree Collapse file tree 1 file changed +5
-12
lines changed Expand file tree Collapse file tree 1 file changed +5
-12
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " SmartThinQ Sensors Component" ,
3
3
"dockerFile" : " ../Dockerfile.dev" ,
4
4
"postCreateCommand" : " scripts/setup" ,
5
- "forwardPorts" : [
6
- 8123
7
- ],
5
+ "forwardPorts" : [8123 ],
8
6
"portsAttributes" : {
9
7
"8123" : {
10
8
"label" : " Home Assistant" ,
26
24
"settings" : {
27
25
"files.eol" : " \n " ,
28
26
"editor.tabSize" : 4 ,
29
- "python.pythonPath" : " /usr/bin/python3" ,
30
- "python.testing.pytestArgs" : [
31
- " --no-cov"
32
- ],
27
+ "python.pythonPath" : " /usr/local/bin/python" ,
28
+ "python.testing.pytestArgs" : [" --no-cov" ],
33
29
"python.analysis.autoSearchPaths" : false ,
34
30
"editor.formatOnPaste" : false ,
35
31
"editor.formatOnSave" : true ,
47
43
}
48
44
}
49
45
},
50
- "remoteUser" : " vscode" ,
51
- "features" : {
52
- "rust" : " latest"
53
- }
54
- }
46
+ "remoteUser" : " vscode"
47
+ }
You can’t perform that action at this time.
0 commit comments