This website works better with JavaScript.
Home
Help
Sign In
DashieHam
/
pyAirwaves
mirror of
https://github.com/rhaamo/pyAirwaves
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Update VSCode config
pull/68/head
Dashie der otter
10 months ago
parent
b947f58a7f
commit
b62b563f2b
Signed by:
dashie
<rhaamo@leloop.org>
GPG Key ID:
C2D57B325840B755
3 changed files
with
9 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
.gitignore
+5
-0
.vscode/extensions.json
+2
-1
.vscode/settings.json
+ 2
- 1
.gitignore
View File
@@ -10,4 +10,5 @@
/errors_app.log
.coverage
/.ropeproject
/venv
/venv
.elixir_ls
+ 5
- 0
.vscode/extensions.json
View File
@@ -0,0 +1,5 @@
{
"recommendations": [
"elixir-lsp.elixir-ls"
]
}
+ 2
- 1
.vscode/settings.json
View File
@@ -4,5 +4,6 @@
"python.linting.pylintEnabled": false,
"python.linting.flake8Enabled": true,
"python.linting.enabled": true,
"elixir.projectPath": "backend/"
"elixirLS.mixEnv": "dev",
"elixirLS.projectDir": "backend/"
}
Write
Preview
Loading…
Cancel
Save