Skip to content

Commit

Permalink
vscode: update .vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
Rirusha committed Sep 15, 2024
1 parent 7338123 commit f710f84
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 32 deletions.
3 changes: 0 additions & 3 deletions .vscode/gdb.sh

This file was deleted.

19 changes: 0 additions & 19 deletions .vscode/launch.json

This file was deleted.

14 changes: 4 additions & 10 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@
{
"label": "Empty lines check",
"type": "shell",
"command": "python3 ${workspaceFolder}/checkers/empty_lines_checker.py .",
"command": "python3 ${workspaceFolder}/vala-checkers/empty_lines_checker.py .",
"problemMatcher": []
},
{
"label": "Indentation check",
"type": "shell",
"command": "python3 ${workspaceFolder}/checkers/indentation_checker.py .",
"command": "python3 ${workspaceFolder}/vala-checkers/indentation_checker.py .",
"problemMatcher": []
},
{
"label": "Full check",
"type": "shell",
"command": "io.elementary.vala-lint -d . -c vala-lint.conf && python3 ${workspaceFolder}/checkers/empty_lines_checker.py . && python3 ${workspaceFolder}/checkers/indentation_checker.py .",
"command": "io.elementary.vala-lint -d . -c vala-lint.conf && python3 ${workspaceFolder}/vala-checkers/empty_lines_checker.py . && python3 ${workspaceFolder}/vala-checkers/indentation_checker.py .",
"problemMatcher": []
},
{
Expand All @@ -39,12 +39,6 @@
"command": "blueprint-compiler format -f -s 2 data/ui/*.blp",
"problemMatcher": []
},
{
"label": "Generate .pot",
"type": "shell",
"command": "sh po/update_potfiles.sh && flatpak run --command=meson --filesystem=host org.gnome.Sdk compile -C _build cassette-pot",
"problemMatcher": []
},
{
"label": "Run tests",
"type": "shell",
Expand All @@ -56,4 +50,4 @@
"problemMatcher": []
}
]
}
}

0 comments on commit f710f84

Please sign in to comment.