Skip to content

Commit

Permalink
devcontainer: add copilot
Browse files Browse the repository at this point in the history
  • Loading branch information
nocke committed Aug 26, 2024
1 parent 9480db7 commit 725e09e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@
"extensions": [
"dbaeumer.vscode-eslint",
"hbenl.vscode-mocha-test-adapter",
"EditorConfig.EditorConfig"
"EditorConfig.EditorConfig",
"GitHub.copilot",
"GitHub.copilot-chat"
]
},
"extensions": [
Expand Down
2 changes: 1 addition & 1 deletion test/simpleRun.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ describe('Main Script Execution', () => {
it.only('should get reasonable config', function() {

console.log('howdy, partner!')

})

})

0 comments on commit 725e09e

Please sign in to comment.