Skip to content

Commit

Permalink
chore: add yaml formatter ide extension
Browse files Browse the repository at this point in the history
  • Loading branch information
eUgEntOptIc44 authored Nov 13, 2023
1 parent a452c1d commit bc9f87f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"ms-python.black-formatter",
"charliermarsh.ruff",
"timonwong.shellcheck",
"SonarSource.sonarlint-vscode"
"SonarSource.sonarlint-vscode",
"redhat.vscode-yaml"
],
"settings": {
"sonarlint.disableTelemetry": true,
Expand Down
5 changes: 4 additions & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
tasks:
- init: sudo apt update -y && sudo apt upgrade -y && sudo apt install -y apktool && sudo apt install -y dexdump && sudo apt install -y ripgrep && virtualenv venv && source venv/bin/activate && python -m pip install --upgrade pip && pip install -r requirements.txt && python __init__.py
- init: sudo apt update && sudo apt upgrade -y && sudo apt install -y apktool dexdump ripgrep && virtualenv venv && source venv/bin/activate && python -m pip install --upgrade pip wheel setuptools && pip install -r requirements.txt && python __init__.py
vscode:
extensions:
- ms-python.python
- ms-python.vscode-pylance
- ms-python.black-formatter
- eamodio.gitlens
- charliermarsh.ruff
- SonarSource.sonarlint-vscode
- redhat.vscode-yaml

0 comments on commit bc9f87f

Please sign in to comment.