From 725e09e9dd3b682eedb595c15a60f049eb2c47e1 Mon Sep 17 00:00:00 2001 From: Frank Nocke Date: Mon, 26 Aug 2024 18:14:45 +0000 Subject: [PATCH] devcontainer: add copilot --- .devcontainer/devcontainer.json | 4 +++- test/simpleRun.spec.js | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index c41853f..a23fbb7 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -33,7 +33,9 @@ "extensions": [ "dbaeumer.vscode-eslint", "hbenl.vscode-mocha-test-adapter", - "EditorConfig.EditorConfig" + "EditorConfig.EditorConfig", + "GitHub.copilot", + "GitHub.copilot-chat" ] }, "extensions": [ diff --git a/test/simpleRun.spec.js b/test/simpleRun.spec.js index 84ba521..513d182 100644 --- a/test/simpleRun.spec.js +++ b/test/simpleRun.spec.js @@ -69,7 +69,7 @@ describe('Main Script Execution', () => { it.only('should get reasonable config', function() { console.log('howdy, partner!') - + }) })