gperdrizet commited on
Commit
bc0e191
·
1 Parent(s): 71f3c61

Added github actions VScode extension

Browse files
Files changed (1) hide show
  1. .devcontainer/devcontainer.json +2 -1
.devcontainer/devcontainer.json CHANGED
@@ -9,7 +9,8 @@
9
  "extensions": [
10
  "-dbaeumer.vscode-eslint",
11
  "ms-python.python",
12
- "streetsidesoftware.code-spell-checker"
 
13
  ]
14
  }
15
  },
 
9
  "extensions": [
10
  "-dbaeumer.vscode-eslint",
11
  "ms-python.python",
12
+ "streetsidesoftware.code-spell-checker",
13
+ "github.vscode-github-actions"
14
  ]
15
  }
16
  },