forked from dianlight/hassio-addons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Hassio_Addons.code-workspace
38 lines (38 loc) · 1004 Bytes
/
Hassio_Addons.code-workspace
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"folders": [
{
"path": "."
},
{
"path": "../ha-mqtt-discoverable"
}
],
"settings": {
"flake8.interpreter": [
"/opt/homebrew/bin/python3"
],
"vsintellicode.features.python.deepLearning": "enabled",
"python.analysis.inlayHints.functionReturnTypes": true,
"python.analysis.inlayHints.pytestParameters": true,
"python.analysis.inlayHints.variableTypes": true,
"python.analysis.autoFormatStrings": true,
"python.analysis.autoImportCompletions": true,
"python.analysis.completeFunctionParens": true,
"python.defaultInterpreterPath": "/opt/homebrew/bin/python3",
"python.globalModuleInstallation": true,
"python.terminal.activateEnvInCurrentTerminal": true,
"python.languageServer": "Pylance",
"cSpell.words": [
"homeassistant",
"sambanas"
],
"cSpell.enableFiletypes": [
"!csharp",
"log"
],
"flake8.args": [
"--max-line-length=132",
"--ignore=E128"
]
}
}